Skip to content

ClusterAddonsProps

Properties for defining a ClusterAddons.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusteraddons

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new ClusterAddonsProps {
    object Addons,
    object ClusterId,
    object InstalledIgnore = null,
    object RolePolicy = null,
    object ValidationMode = null,
    object WaitUntil = null
};

Properties

Name Type Description
Addons object Property addons: A combination of addon plugins for Kubernetes clusters.
ClusterId object Property clusterId: Cluster ID.
InstalledIgnore object Property installedIgnore: Whether to ignore already installed addons when creating.
RolePolicy object Property rolePolicy: Before deploying the application, check the policies associated with the roles of the current user.
ValidationMode object Property validationMode: Validation modes include: - Basic: basic validation, such as verifying the existence of a cluster.
WaitUntil object Property waitUntil: After starting a creation or update, wait until all conditions are met.

AddonsRequired

public object Addons { get; set; }
  • Type: object

Property addons: A combination of addon plugins for Kubernetes clusters.

Network plug-in: including Flannel and Terway network plug-ins Log service: Optional. If the log service is not enabled, the cluster audit function cannot be used. Ingress: The installation of the Ingress component is enabled by default.


ClusterIdRequired

public object ClusterId { get; set; }
  • Type: object

Property clusterId: Cluster ID.


InstalledIgnoreOptional

public object InstalledIgnore { get; set; }
  • Type: object

Property installedIgnore: Whether to ignore already installed addons when creating.

If true, when creating, only install addons that are not yet installed. When deleting, only uninstall addons that are installed during the creation stage. Default false.


RolePolicyOptional

public object RolePolicy { get; set; }
  • Type: object

Property rolePolicy: Before deploying the application, check the policies associated with the roles of the current user.

Valid values:

  • EnsureAdminRoleAndBinding: Automatically create a role named "ros:application-admin:${user-id}" with administrator permissions and bind it to the current user.
  • None: Do nothing. The default value is EnsureAdminRoleAndBinding.

ValidationModeOptional

public object ValidationMode { get; set; }
  • Type: object

Property validationMode: Validation modes include: - Basic: basic validation, such as verifying the existence of a cluster.

  • Strict: in addition to basic validation, also validate the legality of WaitUntil.

WaitUntilOptional

public object WaitUntil { get; set; }
  • Type: object

Property waitUntil: After starting a creation or update, wait until all conditions are met.