svizanms

Results 1 issues of svizanms

Replacing the deprecated syntax of the "kubectl run my-nginx --image=nginx --replicas=2 --port=80 --record" command with new format "kubectl create deployment my-nginx --image=nginx --replicas=2 --port=80"