Config Server:
We are getting the below error when we install the config server
Error:
kubectl get log config-server-54c48ff8b9-mkkcd
Error from server (BadRequest): container “config-server” in pod “config-server-54c48ff8b9-mkkcd” is waiting to start: CreateContainerConfigError
Thanks @Arjunkore for sharing the logs let my team look into this and reply back !
@Arjunkore
it looks like configmaps / secrets are missing in the config-server namespace.
describe the pod via the below command
kubectl -n config-server describe pod <pod-name>
Please check which resource is missing (i.e., configmaps / secrets )
1 Like