Whilst deploying Calico Node etc. to my cluster, via: -
kubectl apply -f calico.yaml
and whilst checking the running Pods, via: -
kubectl get pods -A
I was seeing: -
...
kube-system calico-node-9srv6 0/1 Init:ErrImagePull 0 8s
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Whilst deploying Calico Node etc. to my cluster, via: -
kubectl apply -f calico.yaml
and whilst checking the running Pods, via: -
kubectl get pods -A
I was seeing: -
...
kube-system calico-node-9srv6 0/1 Init:ErrImagePull 0 8s
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
No comments:
Post a Comment