根据Wassim的回答和gitlab documentation about tls-self-signed and custom CA-signed certificates,如果...
根据Wassim的回答和gitlab documentation about tls-self-signed and custom CA-signed certificates,如果...
.gitlab-ci.yml文化中指定的 runner tag一定要存在[否则找不到runner会一直pending] 出现报错fatal: unable to access 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.x.com/root/cmop.git/': Peer's Certificate issuer is not recognized. # 关闭ssl校验[root@gitlab-runner ~]# su - gitlab-ru...
sudo gitlab-runner register \--non-interactive \--tls-ca-file=/etc/gitlab/ssl/192.168.200.33.crt \--url"https://192.168.200.33/"\--registration-token"qJyTS7_oPer8PJKYP_2h"\--executor"shell"\--description"t340-runner"\--tag-list"t340-runner"\--run-untagged \--locked="false" ...
gitlab runner 环境变量 git的环境变量 环境变量 bash 全局行为 像通常的程序一样,Git 的常规行为依赖于环境变量。 GIT_EXEC_PATH决定 Git 到哪找它的子程序 (像git-commit,git-diff等等)。 你可以用git --exec-path通常不会考虑修改HOME这个变量(太多其它东西都依赖它),这是 Git 查找全局配置文件的地方。
Runner是一个执行任务的进程。您可以根据需要配置任意数量的Runner。 Runner可以放在不同的用户、服务器,甚至本地机器上。 每个Runner可以处于以下状态中的其中一种: active Runner已启用,随时可以处理新作业 paused Runner已暂停,暂时不会接受新的作业 要开始使用作业,您可以向项目添加特定的运行器或使用共享的运行器。
and when I use the commandgitlab-ci-multi-runner registerI get thex509: certificate signed by unknown authorityerror. Is there a way to tell (I don't know like a --selfsigned flag) the runner not to verify the authority for the self-sign cert ? Has someone been able to use self-si...
很简单,git为我们提供了一个.gitignore文件只要在这个文件中申明那些文件你不希望添加到git中去,这样当...
Certificate-authority-data: U0FNUExFVEVYVA== server: https://10.10.43.1:6443 name: cluster-name contexts: - context: cluster: cluster-name user: admin-cluster-name name: admin-cluster-name users: - name: admin-cluster-name user: client-certificate-data:U0FNUExFVEVYVA== ...
Pleaseregisterorsign into reply K73SK@K73SK·2 years ago I'm getting this error on my new installation as well. Trying to get a runner setup and keep seeing this. Unfortunately, all the solutions to generating a certificate are invalid for me because my cert is generated through Letsencryp...