You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a command "rollout" is used with Kubernetes@1 job, the extension reports "Value is not accepted" which is completely false: job works as intended. (reports "not accepted", however it does work)
I think this misinformation really needs to get fixed. I almost ended up thinking your Kubernetes job does not accept rollout command and that I'd have to use "delete" on pods found via labels instead of a normal, graceful rollout restart.
The text was updated successfully, but these errors were encountered:
In short
Fix Kubernetes@1 job to accept command
rollout
.More details
When a command "rollout" is used with Kubernetes@1 job, the extension reports "Value is not accepted" which is completely false: job works as intended.
(reports "not accepted", however it does work)
This was already reported on StackOverflow 4 years by someone else: https://stackoverflow.com/questions/64268770/azure-devops-pipeline-kubectl-task-command-rollout-unavailable
I think this misinformation really needs to get fixed. I almost ended up thinking your Kubernetes job does not accept
rollout
command and that I'd have to use "delete" on pods found via labels instead of a normal, gracefulrollout restart
.The text was updated successfully, but these errors were encountered: