SKS Clusters
SKS Cluster
Properties
| Property | Type | Required | Description |
|---|---|---|---|
addons | array[string] | no | Cluster addons |
audit | object | no | Kubernetes Audit parameters schema details |
auto-upgrade | boolean | no | Enable auto upgrade of the control plane to the latest patch version available |
cni | string | no | Cluster CNI Allowed values: calico, cilium. |
created-at | string | no | Cluster creation date |
description | string | no | Cluster description |
enable-kube-proxy | boolean | no | Indicates whether to deploy the Kubernetes network proxy. |
enable-operators-ca | boolean | no | Indicates whether to add operators certificate authority (CA) as part of trusted CAs for the API server. |
endpoint | string | no | Cluster endpoint |
feature-gates | array[string] | no | A list of Kubernetes-only Alpha features to enable for API server component |
id | string | no | Cluster ID |
labels | object | no | Cluster labels |
level | string | no | Cluster level Allowed values: starter, pro. |
name | string | no | Cluster name |
nodepools | array[object] | no | Cluster Nodepools schema details |
state | string | no | Cluster state Allowed values: rotating-csi-credentials, rotating-ccm-credentials, creating, upgrading, deleting, running, suspending, updating, error, rotating-karpenter-credentials, resuming. |
version | string | no | Control plane Kubernetes version |
Last updated on