File tree Expand file tree Collapse file tree
content/cluster-installation/vmware/agent-base-non-integrated Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments