-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
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
[feature request] add more detail info. in "kubectl kruise rollout status" #964
Comments
updateStrategy: we also want to check k8 logs/event about how k8 api do helm upgrade base on above strategy "weightPriority" "matchLabels" |
This PR Add more detail info like this:
|
@hantmac Will it be too more pod names in the message? What's the output of |
|
kubectl kruise rollout status clonesets/pod-mv-vqqq -n testns1
Waiting for 5 pods to be ready...
Waiting for 4 pods to be ready...
Waiting for 2 pods to be ready...
Waiting for 1 pods to be ready...
CloneSet rolling update complete 5 pods at revision pod-mv-vqq
What would you like to be added:
add podName, Pod status,CloneSet name etc. in rollout status
Why is this needed: it's helpful to monitor helm upgrade flow
The text was updated successfully, but these errors were encountered: