Hi,
I created one deployment with recorded and verify the rollout command that would error thrown .
$kubectl run webapp --image=nginx:1.17.1 --record
Created
$kubectl rollout history deploy webapp
Error fro the server (Not Found): deployments.apps “webapp” not found.
please helpme.
My concern
I used create a pod imperative method
$kubectl run --image=
also I used created the deployment
$kubectl create deployment --image=