Created
August 12, 2023 21:25
-
-
Save bshephar/d0e7db272b51494f362afc1fa6521629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ cat install-config.yaml | |
apiVersion: v1 | |
baseDomain: bne-shift.net | |
compute: | |
- hyperthreading: Enabled | |
name: worker | |
replicas: 0 | |
controlPlane: | |
hyperthreading: Enabled | |
name: master | |
replicas: 3 | |
metadata: | |
name: okd | |
networking: | |
clusterNetwork: | |
- cidr: 10.128.0.0/14 | |
hostPrefix: 23 | |
networkType: OVNKubernetes | |
serviceNetwork: | |
- 172.30.0.0/16 | |
platform: | |
none: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment