-
Notifications
You must be signed in to change notification settings - Fork 208
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
Add managed endpoint count to status command #499
Conversation
[root@ ~/code/src/cilium-cli]# cilium status
/¯¯\
/¯¯\__/¯¯\ Cilium: OK
\__/¯¯\__/ Operator: OK
/¯¯\__/¯¯\ Hubble: disabled
\__/¯¯\__/ ClusterMesh: disabled
\__/
DaemonSet cilium Desired: 1, Ready: 1/1, Available: 1/1
Deployment cilium-operator Desired: 1, Ready: 1/1, Available: 1/1
Containers: cilium Running: 1
cilium-operator Running: 1
Cluster Pods: 53/55 managed by Cilium
Image versions cilium quay.io/cilium/cilium:v1.10.3: 1
cilium-operator quay.io/cilium/operator-generic:v1.10.3: 1
|
Signed-off-by: zhaojizhuang <[email protected]>
@tklauser AKS intalled failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 LGTM, thanks for the submission!
Thanks @zhaojizhuang PR approved by all requested teams. Azure tests (https://github.com/cilium/cilium-cli/runs/3476088449?check_suite_focus=true) and kind tests (https://github.com/cilium/cilium-cli/runs/3461510199?check_suite_focus=true) both failed because of #367. This is an external contributor's PR, so the zero flake policy doesn't apply. Merging. |
Fix #495
Add managed endpoint count to status command
Signed-off-by: zhaojizhuang [email protected]