We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757e473 + 5306bec commit 7e709d0Copy full SHA for 7e709d0
modules/installing-ocp-agent-inputs.adoc
@@ -50,7 +50,7 @@ $ cat << EOF > ./my-cluster/install-config.yaml
50
apiVersion: v1
51
baseDomain: test.example.com
52
compute:
53
- architecture: amd64 <1>
+- architecture: amd64 <1>
54
hyperthreading: Enabled
55
name: worker
56
replicas: 0
@@ -66,7 +66,7 @@ networking:
66
- cidr: 10.128.0.0/14
67
hostPrefix: 23
68
machineNetwork:
69
- - cidr: 192.168.111.0/16
+ - cidr: 192.168.0.0/16
70
networkType: OVNKubernetes <3>
71
serviceNetwork:
72
- 172.30.0.0/16
0 commit comments