Sha256: 1530adb61efb10975e8e83153045d5f990793ea00170422342c1fabc8db21ed3
Contents?: true
Size: 925 Bytes
Versions: 3
Compression:
Stored size: 925 Bytes
Contents
# NodepoolList Retrieve a list of all node pools contained in a selected Kubernetes cluster. ```text knife ionoscloud nodepool list ``` ## Available options: ### Required options: * cluster\_id * ionoscloud\_username * ionoscloud\_password ```text extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file cluster_id: --cluster-id CLUSTER_ID, -C CLUSTER_ID the ID of the K8s Cluster (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud nodepool list--extra-config EXTRA_CONFIG_FILE_PATH --cluster-id CLUSTER_ID --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems