Skip to main content
Version: v0.27 Stable

Service account

Limited vCluster Tenancy Configuration Support

This feature is only available when using the following worker node types:

  • Host Nodes
  • Private Nodes
  • Modify the vCluster control plane's ServiceAccount. You may need to do this in these situations:

    Config reference​

    serviceAccount required object ​

    ServiceAccount specifies options for the vCluster control plane service account.

    enabled required boolean true ​

    Enabled specifies if the service account should get deployed.

    name required string ​

    Name specifies what name to use for the service account.

    imagePullSecrets required object[] ​

    ImagePullSecrets defines extra image pull secrets for the service account.

    name required string ​

    Name of the image pull secret to use.

    annotations required object {} ​

    Annotations are extra annotations for this resource.

    labels required object {} ​

    Labels are extra labels for this resource.