...
Info | |||||
---|---|---|---|---|---|
When running k3s.sh script you need to provide product name in a form of PRODUCT_NAME argument. Allowed product names are: synergy focus dspm enterprise ultimate If you want to ensure the environment meets all the prerequisites, you can use ONLY_PRECHECK=true argument, so your for checking against enterprise requirements will look like:
|
Note |
---|
You need to be logged as a root user to perform installation. |
Tip | |||||
---|---|---|---|---|---|
Here is the syntax for the k3s.sh installer to perform full prerequisites check and start the installation of ultimate product:
|
Info |
---|
We provide a number of optional switches to use with k3s.sh installer, check below what functionality they offer. |
Argument | Description |
---|---|
SKIP_PRECHECK=true | to skip all built in checks |
SKIP_SYSTEM_CHECKS=true | to skip hardware checks |
SKIP_NETWORK_CHECKS=true | to skip connectivity checks |
ONLY_PRECHECK=true | will run precheck only and stop after that |
...
Run the kubectl registration command:
...