ContainerImage.Pinniped/internal/controller/kubecertagent
Mayank Bhatt 68547f767d Copy hostNetwork field for kube-cert-agent
For clusters where the control plane nodes aren't running a CNI, the
kube-cert-agent pods deployed by concierge cannot be scheduled as they
don't know to use `hostNetwork: true`. This change allows embedding the
host network setting in the Concierge configuration. (by copying it from
the kube-controller-manager pod spec when generating the kube-cert-agent
Deployment)

Also fixed a stray double comma in one of the nearby tests.
2021-08-26 17:09:59 -07:00
..
mocks Add generated mocks for kubecertagent. 2021-04-26 08:19:45 -06:00
testdata WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
kubecertagent.go Copy hostNetwork field for kube-cert-agent 2021-08-26 17:09:59 -07:00
kubecertagent_test.go Copy hostNetwork field for kube-cert-agent 2021-08-26 17:09:59 -07:00
legacypodcleaner.go Add leader election middleware 2021-08-20 12:18:25 -04:00
legacypodcleaner_test.go Add leader election middleware 2021-08-20 12:18:25 -04:00
pod_command_executor.go Refactor kube-cert-agent controllers to use a Deployment. 2021-04-26 08:19:45 -06:00