Plugin configurations are sets of parameters that can be applied across some, or all, plugin procedures. They can reduce the repetition of common values, create predefined parameter sets, and securely store credentials. Each configuration is given a unique name that is entered in the designated parameter for the plugin procedures that use them. The following steps illustrate how to create a plugin configuration that can be used by one or more plugin procedures.
To create a plugin configuration:
-
Navigate to
. -
Select Add plugin configuration to create a new configuration.
-
In the New Configuration window, specify a Name for the configuration.
-
Select the Project that the configuration belongs to.
-
Optionally, add a Description for the configuration.
-
Select the appropriate Plugin for the configuration.
-
Configure the plugin configuration parameters.
-
Select OK.
Depending on your plugin configuration and how you run procedures, the Differences in plugin UI behavior. field may behave differently in the CloudBees CD/RO UI. For more information, refer to |
Kubectl plugin configuration parameters
Parameter | Description | ||
---|---|---|---|
Configuration |
Required. The unique name for the plugin configuration. |
||
Description |
A description for the plugin configuration. |
||
Kubectl path |
Required. The absolute path to kubectl. For example, |
||
Kubeconfig source |
Required. The source of the kubeconfig content required by kubectl.
|
||
Kubeconfig path |
The absolute path to kubeconfig file. For example,
|
||
Kubeconfig content |
In the text field, type any string to identify the content. For example,
|
||
Kubeconfig context |
The context used by kubectl to run against the cluster. |
||
Kubeconfig cluster |
The name of the Kubernetes cluster against which kubectl should run. |
||
Kubeconfig user |
The name of the kubeconfig user. |
||
Additional options for kubectl |
Additional options for kubectl, separated by newlines. For example, |
||
Log level |
The log level to use for logging output. Supported values are |