-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
OSDOCS-6962#adding custom IPv4 support #86874
base: main
Are you sure you want to change the base?
OSDOCS-6962#adding custom IPv4 support #86874
Conversation
🤖 Thu Jan 09 20:03:51 - Prow CI generated the docs preview: |
ovnKubernetesConfig: | ||
ipv4: | ||
internalJoinSubnet: | ||
|When you configure `networkType` to `OVNKubernetes`, `OVNKubernetesConfig` provides the configuration for ovn-kubernetes as the default pod network. |
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] RedHat.CaseSensitiveTerms: Use 'Kubernetes' rather than 'kubernetes'. For more information, see RedHat.CaseSensitiveTerms.
|
||
You can use IPv4 to configure the IP settings for IPv4 connections. If you don’t configure IPv4, the default configuration is used. For more information about the default configuration values, see the individual IPv4 fields. | ||
|
||
`internalJoinSubnet` is a v4 subnet that is used internally by ovn-kubernetes in case the default one is already used by something else. `internalJoinSubnet` must not overlap with any other subnet that OpenShift is using or by the node network. The size of the subnet must be larger than the number of nodes. You cannot change the value after installation. |
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] RedHat.CaseSensitiveTerms: Use 'Kubernetes' rather than 'kubernetes'. For more information, see RedHat.CaseSensitiveTerms.
|
||
|The default value is `100.64.0.0/16`. | ||
|
||
The subnet must be large enough to accommodate one IP per node in your cluster. The value must be in proper IPV4 CIDR format. |
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] RedHat.CaseSensitiveTerms: Use 'IPv4' rather than 'IPV4'. For more information, see RedHat.CaseSensitiveTerms.
b6cfd06
to
0306462
Compare
0306462
to
4d632ff
Compare
ovnKubernetesConfig: | ||
ipv4: | ||
internalJoinSubnet: | ||
|When you configure `networkType` to `OVNKubernetes`, `OVNKubernetesConfig` provides the configuration for ovn-kubernetes as the default pod network. |
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] RedHat.CaseSensitiveTerms: Use 'Kubernetes' rather than 'kubernetes'. For more information, see RedHat.CaseSensitiveTerms.
|
||
You can configure the IP settings for IPv4 connections. If you do not configure IPv4, the default configuration is used. For more information about the default configuration values, see the individual IPv4 fields. | ||
|
||
`internalJoinSubnet` is a v4 subnet that is used internally by ovn-kubernetes in case the default one is already used by something else. `internalJoinSubnet` must not overlap with any other subnet that OpenShift is using or by the node network. The size of the subnet must be larger than the number of nodes. You cannot change the value after installation. |
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] RedHat.CaseSensitiveTerms: Use 'Kubernetes' rather than 'kubernetes'. For more information, see RedHat.CaseSensitiveTerms.
@brendan-daly-red-hat: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Versions
4.18+
Issue:
https://issues.redhat.com/browse/OSDOCS-6962
Link to docs preview:
Network configuration parameters
QE review:
Additional information: