|
3 | 3 | # and ready before proceeding to install other nodes |
4 | 4 | # Usage: |
5 | 5 | # node_os=${1} # Node OS values. Ex: rhel8, centos8, slemicro |
6 | | -# fqdn=${2} # FQDN Value |
7 | | -# public_ip=${3} # Public IP of the master server node |
8 | | -# private_ip=${4} # Private IP of the master server node |
9 | | -# ipv6_ip=${5} # IPv6 of the master node |
| 6 | +# fqdn=${2} # FQDN Value. Value will be added to config.yaml file. |
| 7 | +# public_ip=${3} # Public IP of the master server node. Value will be added to config.yaml file. |
| 8 | +# private_ip=${4} # Private IP of the master server node. Value will be added to config.yaml file. |
| 9 | +# ipv6_ip=${5} # IPv6 of the master node. Value will be added to config.yaml file. |
10 | 10 | # install_mode=${6} # Install mode - INSTALL_<K3S|RKE2>_<VERSION|COMMIT> |
11 | 11 | # version=${7} # Version or Commit to install |
12 | 12 | # channel=${8} # Channel to install from - values can be: testing, latest, stable |
13 | 13 | # install_method=${9} # Install Method can be rpm or tar |
14 | 14 | # datastore_type=${10} # Datastore type: etcd or external |
15 | | -# datastore_endpoint=${11} # Datastore endpoint |
| 15 | +# datastore_endpoint=${11} # Datastore endpoint. Value will be added to config.yaml file. |
16 | 16 | # server_flags=${12} # Server Flags to add in config.yaml |
17 | | -# rhel_username=${13} # rhel Username |
| 17 | +# rhel_username=${13} # rhel username |
18 | 18 | # rhel_password=${14} # rhel password |
19 | 19 | # install_or_enable=${15} # Values can be install, enable or both. In case of slemicro for node_os value, the first time this script is called with 'install'. |
20 | 20 | # After a node reboot, the second time the script is recalled with 'enable' which enables services. |
|
0 commit comments