Is there an updated command for recording? cant record everytime putting this. T . . .

Mervin Andres:
is there an updated command for recording? cant record everytime putting this. Thanks

Murthy Pitchika:

kubectl create deployment nginx-deploy --image=nginx:1.16 --replicas=1 --dry-run=client -o yaml > nginx-deploy.yaml
kubectl create -f nginx-deploy.yaml --record=true

Murthy Pitchika:
use like this way

Mervin Andres:
thanks brother