gardener-attic / kubify

Terraform Template to Setup a Kubernetes Cluster on OpenStack/AWS/Azure
Other
147 stars 31 forks source link

add ca for signing #59

Closed Diaphteiros closed 4 years ago

Diaphteiros commented 5 years ago

This PR adds the --cluster-signing-cert-file and --cluster-signing-key-file flags to the kube-controller-manager deployment and the ca key file to the corresponding secret. That allows the kubify cluster to sign CSRs with the cluster ca.

Diaphteiros commented 5 years ago

Done.

afritzler commented 5 years ago

@Diaphteiros can you do a rebase again here so we can merge this PR?

vlerenc commented 5 years ago

Any progress on this one?