This will allow the pipeline to end its reliance on Minikube by targeting this namespace in the staging k8s cluster.
Context: followup to the 2018-06-07 Pipeline meeting.
This will allow the pipeline to end its reliance on Minikube by targeting this namespace in the staging k8s cluster.
Context: followup to the 2018-06-07 Pipeline meeting.
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
operations/puppet | production | +24 -1 | role::ci::master: add kubeconfig to access the ci namespace |
Change 440837 had a related patch set uploaded (by Giuseppe Lavagetto; owner: Giuseppe Lavagetto):
[operations/puppet@production] role::ci::master: add kubeconfig to access the ci namespace
Change 440837 merged by Giuseppe Lavagetto:
[operations/puppet@production] role::ci::master: add kubeconfig to access the ci namespace
Mentioned in SAL (#wikimedia-operations) [2018-06-18T10:04:11Z] <_joe_> initialize namespace "ci" on the kubernetes staging cluster T196654
I created a namespace called ci that you can deploy to using helm as long as you use the kubeconfig /etc/kubernetes/ci-staging.config, which is readable by contint-admins and the user jenkins-slave, so that the pipeline should be able to deploy using helm to that namespace.
Let me know if we need to change the ACLs to that file.