Ragin-LundF / k8s-jcasc-management-go

Jenkins management in Go for Kubernetes, Jenkins Configuration as Code (JCasC) and Jenkins JobDSL.
https://ragin-lundf.github.io/k8s-jcasc-management-go/
MIT License
17 stars 4 forks source link

[Enhancement] Support for Multi-Cluster #17

Closed Ragin-LundF closed 4 years ago

Ragin-LundF commented 4 years ago

What is the problem?

Currently, the system manages only one K8S certificate. The underlying K8S connection is resolved by the current ~/.kube/config because it uses only the plain kubectl command.

Solution requirements