
Emmanuel Harel
In google cloud platform I have 3 nodes created. When i apply the ping-deploy kubernetes descriptor file it creates me 3 pods. Fine. But the 3 pods are part of only one node.
Sign Up Free or Log In to participate!
In google cloud platform I have 3 nodes created. When i apply the ping-deploy kubernetes descriptor file it creates me 3 pods. Fine. But the 3 pods are part of only one node.
Psst…this one if you’ve been moved to ACG!
Hi Emmanuel. Can you please provide more detail. E.g. are you running on GKE with three worker nodes? Or are you running on your own GCE instances and you’ve manually installed K8s – may be with two masters and one node. Also, if running directly on GCE (without GKE) are there any special things about some of the nodes that might stop containers starting on them. Can you provide the output of a
kubectl get nodes
,kubectl get deploy -o wide
, andkubectl describe deploy
. Cheers.