# exo compute sks update
### Description

This command updates an SKS cluster.

Supported output template annotations: .ID, .Name, .Description, .CreationDate, .AutoUpgrade, .EnableKubeProxy, .Zone, .Endpoint, .Version, .ServiceLevel, .CNI, .AddOns, .AuditEnabled, .AuditEndpoint, .AuditInitialBackoff, .FeatureGates, .State, .Labels, .Nodepools

```
exo compute sks update NAME|ID [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--audit-bearer-token` | Bearer token for Kubernetes Audit endpoint authentication |
|`--audit-enabled` | enable or disable Kubernetes Audit logging |
|`--audit-endpoint` | Kubernetes Audit endpoint URL |
|`--audit-initial-backoff` | Initial backoff for Kubernetes Audit endpoint retry (default: 10s) |
|`--auto-upgrade` | enable automatic upgrading of the SKS cluster control plane Kubernetes version(--auto-upgrade=false to disable again) |
|`--description` | SKS cluster description |
|`--enable-csi-addon` | enable the Exoscale CSI driver |
|`--enable-karpenter-addon` | enable the Karpenter autoscaler addon |
|`--feature-gates` | SKS cluster feature gates to enable |
|`--help, -h` | help for update |
|`--label` | SKS cluster label (format: key=value) |
|`--name` | SKS cluster name |
|`--oidc-client-id` | OpenID client ID |
|`--oidc-groups-claim` | OpenID JWT claim to use as the user&#39;s group |
|`--oidc-groups-prefix` | OpenID prefix prepended to group claims |
|`--oidc-issuer-url` | OpenID provider URL |
|`--oidc-required-claim` | OpenID token required claim (format: key=value) |
|`--oidc-username-claim` | OpenID JWT claim to use as the user name |
|`--oidc-username-prefix` | OpenID prefix prepended to username claims |
|`--zone, -z` | block storage zone |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [sks]({{< ref "../sks">}})	 - Scalable Kubernetes Service management


