You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/v1/0000_10_config-operator_01_infrastructure-TechPreviewNoUpgrade.crd.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -468,15 +468,15 @@ spec:
468
468
properties:
469
469
dnsConfig:
470
470
default:
471
-
provider: CloudProvided
471
+
provider: Default
472
472
description: dnsConfig contains information about the type of DNS solution in use for the cluster.
473
473
properties:
474
474
provider:
475
-
default: CloudProvided
476
-
description: provider determines which DNS solution is in use for this cluster. When the user wants to use their own DNS solution, the `provider` is set to "UserAndClusterProvided". When the cluster configures the cloud DNS, this field is set to "CloudProvided". The default is "CloudProvided".
475
+
default: Default
476
+
description: provider determines which DNS solution is in use for this cluster. When the user wants to use their own DNS solution, the `provider` is set to "UserAndClusterProvided". When the cluster's DNS solution is the default for IPI or UPI, then `provider` is set to "Default" which is also its default value.
"description": "provider determines which DNS solution is in use for this cluster. When the user wants to use their own DNS solution, the `provider` is set to \"UserAndClusterProvided\". When the cluster configures the cloud DNS, this field is set to \"CloudProvided\". The default is \"CloudProvided\".",
5727
+
"description": "provider determines which DNS solution is in use for this cluster. When the user wants to use their own DNS solution, the `provider` is set to \"UserAndClusterProvided\". When the cluster's DNS solution is the default for IPI or UPI, then `provider` is set to \"Default\" which is also its default value.",
0 commit comments