Sha256: f8a335c7a83e2ed4e32cf6be9a25bf8c616f281ae3d361f820e49d2357b04329
Contents?: true
Size: 887 Bytes
Versions: 2
Compression:
Stored size: 887 Bytes
Contents
# NodepoolLanRemove Adds or updates a LAN within a Nodepool. ```text knife ionoscloud nodepool lan remove LAN_ID [LAN_ID] (options) ``` ## Available options: ### Required options: * cluster\_id * nodepool\_id * ionoscloud\_username * ionoscloud\_password ```text cluster_id: --cluster-id CLUSTER_ID, -C CLUSTER_ID iD of the Kubernetes cluster (required) nodepool_id: --nodepool NODEPOOL_ID, -N NODEPOOL_ID the ID of the K8s Nodepool (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud nodepool lan remove LAN_ID ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
knife-ionoscloud-6.0.0.beta.2 | docs/subcommands/nodepool_lan_remove.md |
knife-ionoscloud-6.0.0.beta.1 | docs/subcommands/nodepool_lan_remove.md |