5.5 Module Information Retrieval
Koupleless Module Information Retrieval
View the names and statuses of all installed modules on a base instance
kubectl get module -n <namespace> -l koupleless.alipay.com/base-instance-ip=<pod-ip> -o custom-columns=NAME:.metadata.name,STATUS:.status.status
or
kubectl get module -n <namespace> -l koupleless.alipay.com/base-instance-name=<pod-name> -o custom-columns=NAME:.metadata.name,STATUS:.status.status
View detailed information of all installed modules on a base instance
kubectl describe module -n <namespace> -l koupleless.alipay.com/base-instance-ip=<pod-ip>
or
kubectl describe module -n <namespace> -l koupleless.alipay.com/base-instance-name=<pod-name>
Replace <pod-ip>
with the IP of the base instance you want to view, <pod-name>
with the name of the base instance you want to view, and <namespace>
with the namespace of the resources you want to view.
Feedback
Was this page helpful?
Welcome propose feedback to community!
Welcome propose feedback to community, or improve this document directly.。
Last modified 2024.14.11: Update module-startup.md (39aeb80)