-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS-16614: Documented VIP optional with user-managed LB feature #104065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@dfitzmau: This pull request references OSDOCS-16614 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target either version "4.22." or "openshift-4.22.", but it targets "openshift-4.21" instead. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
ed2f3c4 to
d58bc86
Compare
d58bc86 to
77ffbf5
Compare
| * `Internal`: The default value. Setting this value causes the cluster infrastructure to automatically create and maintain the necessary DNS records. | ||
| * `External`: You can use this value only if you set the `loadBalancer.type` parameter to `UserManaged`. The cluster does not manage the DNS records. You must manually configure DNS records on an external DNS server. | ||
|
|
||
| .Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
|
|
||
| * If you intend on setting `dnsRecordsType.External` in the `infrastructure.config.openshift.io` CR , you must initially configure cluster nodes to use the specific external server for DNS resolution. | ||
|
|
||
| .Procedure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
77ffbf5 to
fc1d2ac
Compare
fc1d2ac to
f261856
Compare
|
@dfitzmau: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
cybertron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be set via the CR, it needs to be done in install-config at initial deployment.
| :FeatureName: Configuring the DnsRecordsType parameter | ||
| include::snippets/technology-preview.adoc[] | ||
|
|
||
| To use the parameter, you must enable the `OnPremDNSRecords` feature gate in the `config.yaml` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The featuregate is part of the TechPreview featureset. There's no explicit enablement required.
| = Configuring the DnsRecordsType parameter | ||
|
|
||
| [role="_abstract"] | ||
| You can use the `DnsRecordsType` parameter in your `infrastructure.config.openshift.io` custom resource (CR) to set if the internal DNS service or an external source provides the necessary records for `api`, `api-int`, and `ingress` DNS records. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be configured via the CR. It can only be set at install time in install-config.yaml.
Version(s):
4.20+
Issue:
OSDOCS-16614
Link to docs preview: