We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable setting a timeout for watching a rollout via the kubectl rollout status --timeout flag https://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/
kubectl rollout status
this can be added as a new action input, and passed to the kubectl.CheckRolloutStatus method
kubectl.CheckRolloutStatus
k8s-deploy/src/types/kubectl.ts
Line 157 in bf768b3
then passing this down to the call through the action call stack via the CheckManifestStability step
k8s-deploy/src/utilities/manifestStabilityUtils.ts
Line 24 in bf768b3
The text was updated successfully, but these errors were encountered:
Vidya2606
No branches or pull requests
Feature request
enable setting a timeout for watching a rollout via the
kubectl rollout status
--timeout flaghttps://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/
this can be added as a new action input, and passed to the
kubectl.CheckRolloutStatus
methodk8s-deploy/src/types/kubectl.ts
Line 157 in bf768b3
then passing this down to the call through the action call stack via the CheckManifestStability step
k8s-deploy/src/utilities/manifestStabilityUtils.ts
Line 24 in bf768b3
The text was updated successfully, but these errors were encountered: