Skip to content

Commit 5306bec

Browse files
committed
OCPBUGS-20300: small agent yaml fixes
1 parent 452b13d commit 5306bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installing-ocp-agent-inputs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ cat << EOF > ./my-cluster/install-config.yaml
5050
apiVersion: v1
5151
baseDomain: test.example.com
5252
compute:
53-
architecture: amd64 <1>
53+
- architecture: amd64 <1>
5454
hyperthreading: Enabled
5555
name: worker
5656
replicas: 0
@@ -66,7 +66,7 @@ networking:
6666
- cidr: 10.128.0.0/14
6767
hostPrefix: 23
6868
machineNetwork:
69-
- cidr: 192.168.111.0/16
69+
- cidr: 192.168.0.0/16
7070
networkType: OVNKubernetes <3>
7171
serviceNetwork:
7272
- 172.30.0.0/16

0 commit comments

Comments
 (0)