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
What would you like to be added:
The kubectl replace with the --force option.
Why is this needed:
We want to run a Kubernetes job during deployment.
After running a job, we have to replace it with the --force option to run the same job.
There is the sync-by-replace annotation option, but this option does not run kubectl replace with the --force option.
So we may add a force-sync-by-replace annotation option to run kubectl replace with --force.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The
kubectl replace
with the--force
option.Why is this needed:
We want to run a Kubernetes job during deployment.
After running a job, we have to replace it with the
--force
option to run the same job.There is the
sync-by-replace
annotation option, but this option does not run kubectl replace with the--force
option.So we may add a
force-sync-by-replace
annotation option to run kubectl replace with--force
.The text was updated successfully, but these errors were encountered: