Kubernetes - Jenkins integration

前端 未结 3 655
死守一世寂寞
死守一世寂寞 2021-01-18 07:47

I\'ve bootstrapped with kubeadm Kubernetes 1.9 RBAC cluster and I\'ve started inside a POD Jenkins based on jenkins/jenkins:lts. I would like to try out https://github.com/j

3条回答
  •  醉酒成梦
    2021-01-18 07:54

    The best practice is to launch you Jenkins master pod with the serviceaccount you created, instead of creating credentials in Jenkins

    See example yaml

提交回复
热议问题