I started a test if my kubernetes installation is running well, with:
$ kubectl run -it hello --image=busybox -- sh
However it didn\'t work. No
The run command creates a deployment which controls the replicaset please run the following commands to verify and solve:
kubectl get deployments kubectl delete deployment hello