Skip to content

Commit faaa5ae

Browse files
authored
Merge pull request #63880 from skopacz1/OCPBUGS-9939
OCPBUGS#9939: agent-config typo
2 parents 5271b7c + 10dac2d commit faaa5ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/agent-install-networking.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In addition to static IP addresses, you can apply any network configuration that
1414

1515
== DHCP
1616

17-
.Preferred method: `install-config.yaml` and `agent.config.yaml`
17+
.Preferred method: `install-config.yaml` and `agent-config.yaml`
1818

1919
You must specify the value for the `rendezvousIP` field. The `networkConfig` fields can be left blank:
2020

@@ -32,7 +32,7 @@ rendezvousIP: 192.168.111.80 <1>
3232

3333
== Static networking
3434

35-
.. Preferred method: `install-config.yaml` and `agent.config.yaml`
35+
.. Preferred method: `install-config.yaml` and `agent-config.yaml`
3636

3737
+
3838
.Sample agent-config.yaml.file

modules/agent-installer-configuring-fips-compliance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
During a cluster deployment, the Federal Information Processing Standards (FIPS) change is applied when the Red Hat Enterprise Linux CoreOS (RHCOS) machines are deployed in your cluster. For Red Hat Enterprise Linux (RHEL) machines, you must enable FIPS mode when you install the operating system on the machines that you plan to use as worker machines.
1212

13-
You can enable FIPS mode through the preferred method of `install-config.yaml` and `agent.config.yaml`:
13+
You can enable FIPS mode through the preferred method of `install-config.yaml` and `agent-config.yaml`:
1414

1515
. You must set value of the `fips` field to `True` in the `install-config.yaml` file:
1616
+

0 commit comments

Comments
 (0)