Monterio777
Monterio777

Reputation: 45

How to integrate kubernetes cloud plugin with jenkins

I am trying to integrate Jenkins with K8 secrets in a dedicated namespace but even after creating the service account and secret, I still see Test Connection failures.

Upvotes: 1

Views: 58

Answers (1)

Mayank Gokarna
Mayank Gokarna

Reputation: 339

You need to create the jenkins global credential with the secret for the cluster to be authenticated. Do try using default namespace initially. Also double check your k8 url by running #kubectl cluster-info.

Upvotes: 2

Related Questions