Concierge kube-cert-agent-controller errors because the cluster-info configmap doesn't exist in kube-public
#2202
-
|
this is the error: The configmap doesn't exist because this is a Talos linux cluster and bootstrapping doesn't use kubeadm and so the configmap is not created (due to not being needed). Is this a deal breaker for running Pinniped? |
Beta Was this translation helpful? Give feedback.
Answered by
glitchcrab
Feb 26, 2025
Replies: 1 comment 1 reply
-
|
Hi @glitchcrab, Here are some related threads:
Please let us know if those previous discussions help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @cfryanr, I actually ended up working around it not long after posting this.
For reference, I created the
cluster-infoconfigmap manually (well, via Flux) - it just contains the kubeconfig template with the cluster CA (I manage the CA outside of Kubernetes so I already know it prior to cluster creation).