Skip to content

Commit acba407

Browse files
rboRobert Bohne
authored andcommitted
curl instead of apply
1 parent 2c97c39 commit acba407

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/cluster-installation/vmware/agent-base-non-integrated

content/cluster-installation/vmware/agent-base-non-integrated/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Boot with RHEL/RHCOS Live ISO cp-0 and get IP from DHCP
5858
--8<-- "content/cluster-installation/vmware/agent-base-non-integrated/agent-config.yaml"
5959
```
6060

61-
=== "oc apply -f ...."
61+
=== "curl"
6262

6363
```bash
64-
oc apply -f {{ page.canonical_url }}/agent-config.yaml
64+
curl -L -O {{ page.canonical_url }}/agent-config.yaml
6565
```
6666

6767
??? example "install-config.yaml"
@@ -72,10 +72,10 @@ Boot with RHEL/RHCOS Live ISO cp-0 and get IP from DHCP
7272
--8<-- "content/cluster-installation/vmware/agent-base-non-integrated/install-config.yaml"
7373
```
7474

75-
=== "oc apply -f ...."
75+
=== "curl"
7676

7777
```bash
78-
oc apply -f {{ page.canonical_url }}/install-config.yaml
78+
curl -L -O {{ page.canonical_url }}/install-config.yaml
7979
```
8080

8181
## Create iso

0 commit comments

Comments
 (0)