I have pending hub pod with this error
Defaulted container “hub” out of: hub, git-clone-templates (init)
Any help is very much appreciated
Thanks
I have pending hub pod with this error
Defaulted container “hub” out of: hub, git-clone-templates (init)
Any help is very much appreciated
Thanks
I don’t think that’s an error. That’s the message you get from kubectl exec
if you don’t specify which container to execute in, which is fine, it’s just kubectl
letting you know which choice it made given ambiguous input.
Try
kubectl describe pod -l component=hub