You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provider deployments use the package name as the service name by default https://github.com/crossplane/crossplane/blob/master/internal/controller/pkg/revision/runtime.go#L267. Having a service named "kubernetes" shades the apiserver, and makes it so the provider can't start. This is not specific to provider-kubernetes. If you really want the provider to be named "kubernetes", you need to use the DeploymentRuntimeConfig to set the service name to something else:
What happened?
I tried to deploy k8s provider with provider name as kubernetes.
It showing below error in kubernetes-fd7ab5be249e-64969bb97d-97dcs pod.
How can we reproduce it?
install provider with name kubernetes
What environment did it happen in?
Crossplane version: 1.14.5
The text was updated successfully, but these errors were encountered: