Local(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration specific to clusters with a control plane hosted locally. Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.
Attributes |
|
---|---|
Name | Description |
node_location |
str
Name of the Google Distributed Cloud Edge zones where this node pool will be created. For example: us-central1-edge-customer-a .
|
node_count |
int
The number of nodes to serve as replicas of the Control Plane. |
machine_filter |
str
Only machines matching this filter will be allowed to host control plane nodes. The filtering language accepts strings like "name=", and is documented here: AIP-160 __.
|
shared_deployment_policy |
google.cloud.edgecontainer_v1.types.Cluster.ControlPlane.SharedDeploymentPolicy
Policy configuration about how user applications are deployed. |
control_plane_node_storage_schema |
str
Optional. Name for the storage schema of control plane nodes. Warning: Configurable node local storage schema feature is an experimental feature, and is not recommended for general use in production clusters/nodepools. |