Kubernetes version:240
Cloud being used: gcloud
Installation method: gcloud sdk component
Host OS: win 10 home
CNI and version:
CRI and version:
I have a Jenkins pipeline where I run a batch file as a post-build action.
The command kubectl set image deployment/gpy gpy=%IMAGE_NAME% returns an error:the server doesn’t have a resource type deployment".
Interestingly this works fine if I run the batch file outside of Jenkins.