Kubernetes executor on Gitlab - ERROR: Job failed (system failure): Post *api/v1/namespaces/gitlab/pods: x509: certificate signed by unknown authority

后端 未结 1 498
一个人的身影
一个人的身影 2021-01-21 19:52

I\'m trying to set up Kubernetes executor for Gitlab but I get this error: ERROR: Job failed (system failure): Post https://api.kubernetes.de/api/v1/namespaces/gitlab/p

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-21 20:16

    you are using https, so where are the certs, are they self signed certs ? if yes you have to mention --tls-cert-file and --tls-private-key-file flags in your configmap for kubelet.

    0 讨论(0)
提交回复
热议问题