$ roxctl helm [command] [flags]
Commands related to Red Hat Advanced Cluster Security for Kubernetes (RHACS) Helm Charts.
$ roxctl helm [command] [flags]
Command | Description |
---|---|
|
Derive local Helm values from the cluster configuration. |
|
Output a Helm chart. |
The roxctl helm
command supports the following options inherited from the parent roxctl
command:
Option | Description |
---|---|
|
Specify a custom CA certificate file path for secure connections. Alternatively, you can specify the file path by using the |
|
Set |
|
Set the endpoint for the service to contact. Alternatively, you can set the endpoint by using the |
|
Force the use of HTTP/1 for all connections. Alternatively, by setting the |
|
Enable insecure connection options. Alternatively, by setting the |
|
Skip the TLS certificate validation. Alternatively, by setting the |
|
Disable the color output. Alternatively, by setting the |
|
Specify the password for basic authentication. Alternatively, you can set the password by using the |
|
Use an unencrypted connection. Alternatively, by setting the |
|
Set the TLS server name to use for SNI. Alternatively, you can set the server name by using the |
|
Use the API token provided in the specified file for authentication. Alternatively, you can set the token by using the |
These options are applicable to all the sub-commands of the |
Output a Helm chart.
$ roxctl helm output <central_services or secured_cluster_services> [flags] (1)
1 | For <central_services or secured_cluster_services> , specify the path to either the central services or the secured cluster services to generate a Helm chart output. |
Option | Description |
---|---|
|
Read templates from the local filesystem. The default value is |
|
Specify the path to the Helm templates on your local filesystem. For more details, run the |
|
Set the default container image settings. Image settings include |
|
Define the path to the output directory for the Helm chart. The default path is |
|
Remove the output directory if it already exists. The default value is |
Derive local Helm values from the cluster configuration.
$ roxctl helm derive-local-values --output <path> \(1)
<central_services> [flags] (2)
1 | For the <path> , specify the path where you want to save the generated local values file. |
2 | For the <central_services> , specify the path to the central services configuration file. |
Option | Description |
---|---|
|
Specify the path to the file or directory containing the YAML input. |
|
Define the path to the output file. |
|
Define the path to the output directory. |
|
Set the timeout after which API requests are retried. The timeout value indicates that the entire request duration is waited for without retrying. The default value is |
|
Set the timeout for API requests representing the maximum duration of a request. The default value is |