show paragon cluster nodes
Syntax
show paragon cluster nodes
show paragon cluster nodes head n sort (cpu|memory)
Description
Show node information of your Paragon Automation cluster.
Options
none |
Display node information. |
head n |
(Optional) Display information about the first n nodes. Example: |
sort (cpu | memory) |
(Optional) Display information of the nodes sorted by
|
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show paragon cluster
nodes
command. Output fields are listed in the approximate order in
which they appear.
Field Name |
Field Description |
---|---|
|
Name of the node. |
|
Status of the node. |
|
Role the node plays in the Kubernetes cluster. |
|
Time the node has been active. |
|
Kubernetes version. |
Sample Output
show paragon cluster nodes
user@node> show paragon cluster nodes NAME STATUS ROLES AGE VERSION node-0 Ready control-plane,etcd,master 11d v1.28.6+rke2r1 node-1 Ready control-plane,etcd,master 11d v1.28.6+rke2r1 node-2 Ready control-plane,etcd,master 11d v1.28.6+rke2r1 node-3 Ready influxdb-worker,worker 11d v1.28.6+rke2r1
show paragon cluster nodes head 2 sort cpu
user@node> show paragon cluster nodes head 2 sort cpu NAME CPU(cores) CPU% MEMORY(bytes) MEMORY% node-3 3017m 21% 15054Mi 52% node-2 896m 6% 12813Mi 47%
Release Information
Command introduced in Paragon Automation Release 2.0.0.