Skip to content

Commit 2e3cfdb

Browse files
Syncing with KKP v2.27 (5bc371b62)
1 parent 5501f76 commit 2e3cfdb

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

content/kubermatic/v2.27/data/seed.ce.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ spec:
230230
# Zones represent a logical failure domain. It is common for Kubernetes clusters to span multiple zones
231231
# for increased availability
232232
zones: null
233+
# Optional: MatchSubnetAndStorageLocation if set to true, the region and zone of the subnet and storage class must match. For
234+
# example, if the storage class has the region `eu` and zone was `central`, the subnet must be in the same region and zone.
235+
# otherwise KKP will reject the creation of the machine deployment and eventually the cluster.
236+
matchSubnetAndStorageLocation: null
233237
# NamespacedMode represents the configuration for enabling the single namespace mode for all user-clusters in the KubeVirt datacenter.
234238
namespacedMode: null
235239
# Optional: ProviderNetwork describes the infra cluster network fabric that is being used

content/kubermatic/v2.27/data/seed.ee.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ spec:
233233
# Zones represent a logical failure domain. It is common for Kubernetes clusters to span multiple zones
234234
# for increased availability
235235
zones: null
236+
# Optional: MatchSubnetAndStorageLocation if set to true, the region and zone of the subnet and storage class must match. For
237+
# example, if the storage class has the region `eu` and zone was `central`, the subnet must be in the same region and zone.
238+
# otherwise KKP will reject the creation of the machine deployment and eventually the cluster.
239+
matchSubnetAndStorageLocation: null
236240
# NamespacedMode represents the configuration for enabling the single namespace mode for all user-clusters in the KubeVirt datacenter.
237241
namespacedMode: null
238242
# Optional: ProviderNetwork describes the infra cluster network fabric that is being used

content/kubermatic/v2.27/data/seed.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ spec:
230230
# Zones represent a logical failure domain. It is common for Kubernetes clusters to span multiple zones
231231
# for increased availability
232232
zones: null
233+
# Optional: MatchSubnetAndStorageLocation if set to true, the region and zone of the subnet and storage class must match. For
234+
# example, if the storage class has the region `eu` and zone was `central`, the subnet must be in the same region and zone.
235+
# otherwise KKP will reject the creation of the machine deployment and eventually the cluster.
236+
matchSubnetAndStorageLocation: null
233237
# NamespacedMode represents the configuration for enabling the single namespace mode for all user-clusters in the KubeVirt datacenter.
234238
namespacedMode: null
235239
# Optional: ProviderNetwork describes the infra cluster network fabric that is being used

content/kubermatic/v2.27/references/crds/_index.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,6 +2736,7 @@ _Appears in:_
27362736
| `ccmZoneAndRegionEnabled` _boolean_ | {{< unsafe >}}Optional: indicates if region and zone labels from the cloud provider should be fetched.{{< /unsafe >}} |
27372737
| `vmEvictionStrategy` _[EvictionStrategy](#evictionstrategy)_ | {{< unsafe >}}VMEvictionStrategy describes the strategy to follow when a node drain occurs. If not set the default<br />value is External and the VM will be protected by a PDB.{{< /unsafe >}} |
27382738
| `csiDriverOperator` _[KubeVirtCSIDriverOperator](#kubevirtcsidriveroperator)_ | {{< unsafe >}}CSIDriverOperator configures the kubevirt csi driver operator in the user cluster such as the csi driver images overwriting.{{< /unsafe >}} |
2739+
| `matchSubnetAndStorageLocation` _boolean_ | {{< unsafe >}}Optional: MatchSubnetAndStorageLocation if set to true, the region and zone of the subnet and storage class must match. For<br />example, if the storage class has the region `eu` and zone was `central`, the subnet must be in the same region and zone.<br />otherwise KKP will reject the creation of the machine deployment and eventually the cluster.{{< /unsafe >}} |
27392740

27402741

27412742
[Back to top](#top)
@@ -6602,6 +6603,8 @@ _Appears in:_
66026603
| Field | Description |
66036604
| --- | --- |
66046605
| `name` _string_ | {{< unsafe >}}{{< /unsafe >}} |
6606+
| `zones` _string array_ | {{< unsafe >}}Zones represent a logical failure domain. It is common for Kubernetes clusters to span multiple zones<br />for increased availability{{< /unsafe >}} |
6607+
| `regions` _string array_ | {{< unsafe >}}Regions represents a larger domain, made up of one or more zones. It is uncommon for Kubernetes clusters<br />to span multiple regions{{< /unsafe >}} |
66056608

66066609

66076610
[Back to top](#top)

0 commit comments

Comments
 (0)