Reputation: 1
I have problem with Jenkins
but Jenkins is connecting by my Kubernetes by this credentialsmykubeconfig
but its show to me this error
ERROR: ERROR: Cannot find kubeconfig credentials with id mykubeconfig
java.lang.IllegalArgumentException: Cannot find kubeconfig credentials with id mykubeconfig
https://pasteboard.co/J2PGyNr.png
https://pasteboard.co/J2PGLEi.png
https://pasteboard.co/J2PGYKH.png https://pasteboard.co/J2PH8ye.png
Upvotes: 0
Views: 1885
Reputation: 3059
When you're using Jenkins Kubernetes Deployment plugin, you have to create two credentials.
kubeconfigId
.Upvotes: 1