Hi,
While working on Pento in Game of pods while trying to run the following command:
kubectl run gop-fileserver --image kodekloude/gop-fileserver --dry-run=client -o yaml
- It failed and mention that it should be --image=imagevalue and also it was not taking --dry-run with client value. Same is working on myt local machine(MAC) with minikube. Can you please explain me this strange behaviour
- after executing the
kubectl run gop-fileserver --image=kodekloude/gop-fileserver --dry-run -o yaml, it created a deployment instead of Pod. Then I had to manually change the generated yaml file. Still not able to understand that.
Please help with above 2 points.
Thanks,