You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `ibmcloud_api_key` | The API key from IBM Cloud Console that support service creation access writes | `{guid API key from Console}` |
81
-
| `resource_group_name` | The name of the resource group where the cluster is created | `dev-team-one` |
82
-
| `cluster_name` | The name of the IKS cluster | `dev-team-one-iks-117-vpc` |
83
-
| `registry_namespace` | The namespace that should be used in the IBM Container Registry. If not provided the value will default to theresource group name | `dev-team-one-registry-2020` |
84
-
| `cluster_type` | The name of the IKS cluster | `kubernetes` or `ocp4` |
85
-
| `cluster_exists` | Does the cluster exist already | `true` |
86
-
| `vpc_cluster` | Is the cluster created in VPC | `true` |
| `cluster_exists` | Flag indicating that the cluster already exists | `true` or `false` |
81
+
| `cluster_type` | The type of cluster into which the toolkit will be installed | `kubernetes` or `ocp4` |
82
+
| `ibmcloud_api_key` | The API key from IBM Cloud Console that has ClusterAdmin access and supports service creation | `{guid API key from Console}` |
83
+
| `resource_group_name` | Existing resource group in the account where the cluster has been created | `dev-team-one` |
84
+
| `cluster_name` | The name of the cluster | `dev-team-one-iks-117-vpc` |
85
+
| `registry_namespace` | The namespace that should be used in the IBM Container Registry. If not provided the value will default to the resource group name | `dev-team-one-registry-2020` |
86
+
| `vpc_cluster` | Flag indicating that the cluster has been built on VPC infrastructure | `true` or `false` |
0 commit comments