clusters nodes k8s

Configures the cluster specific configuration.

Privilege Level

Security Administrator, Administrator

Command Mode

Exec > Global Configuration

Syntax

k8s {node-ip node_ip | node-labels key value| node-type type | ssh-connection-private-key AES_encrypted_string | ssh-ip ssh_ip | ssh-username ssh_username | ssh-bind-to-ssh-ip {false | true} } 

node-type node_type

Specify the Kubernetes node type.

Must be one of the following:

  • master

  • worker

  • etcd

Default Value: worker.

ssh-ip ssh_ip

Specfies the hostname or IP address used to connect through SSH for node management.

Must be a string.

sshd-bind-to-ssh-ip { false | true }

Specify if the SSHD should only listen on SSH IP.

Must be either "false" or "true".

Default Value: false.

node-ip node_ip

Specify the node IP used by kubernetes for inter-node communication.

Must be a string.

ssh-username user_name

Specify the SSH username used for connecting to the node.

Must be a string.

ssh-connection-private-key private_key

Specify the SSH private key used for connecting to the node.

Must be an aes-cfb-128-encrypted string.

Usage Guidelines

Use this command to configure cluster specific configuration.