While I’m trying to use Kubernetes 1.24 weave (multi-node) platform/playground and other kubernetes playground,
I m unable to create
single pod also sharing screenshot for reference,
While I’m trying to use Kubernetes 1.24 weave (multi-node) platform/playground and other kubernetes playground,
I m unable to create
Hello @venumadhav.hari,
Please restart the playground and try again, I just gave it a try and everything worked well.
controlplane ~ ➜ k create deploy nginx --image=nginx --dry-run=client -o yaml > deploy.yaml
controlplane ~ ➜ ls
deploy.yaml
controlplane ~ ➜ k apply -f deploy.yaml
deployment.apps/nginx created
controlplane ~ ➜
Happy learning,
Trung.
Thank you. it is working
Nice, glad to hear that!