Skip to content

Commit

Permalink
Merge pull request #4092 from joewxboy/issue-4091
Browse files Browse the repository at this point in the history
Issue 4091: changed YML to YAML
  • Loading branch information
joewxboy authored Jun 26, 2024
2 parents 3c30a83 + b442522 commit c06cf63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cluster_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export IMAGE_ON_EDGE_CLUSTER_REGISTRY=<remote-image-registry-host>/<repository-n
```
{: codeblock}

b. Create a file called **k3s-persistent-claim.yml** with this content:
b. Create a file called **k3s-persistent-claim.yaml** with this content:
```yaml
apiVersion: v1
kind: PersistentVolumeClaim
Expand All @@ -100,7 +100,7 @@ export IMAGE_ON_EDGE_CLUSTER_REGISTRY=<remote-image-registry-host>/<repository-n
c. Create the persistent volume claim:

```bash
kubectl apply -f k3s-persistent-claim.yml
kubectl apply -f k3s-persistent-claim.yaml
```
{: codeblock}

Expand All @@ -111,7 +111,7 @@ export IMAGE_ON_EDGE_CLUSTER_REGISTRY=<remote-image-registry-host>/<repository-n
```
{: codeblock}

e. Create a file called **k3s-registry-deployment.yml** with this content:
e. Create a file called **k3s-registry-deployment.yaml** with this content:

```yaml
apiVersion: apps/v1
Expand Down Expand Up @@ -166,7 +166,7 @@ export IMAGE_ON_EDGE_CLUSTER_REGISTRY=<remote-image-registry-host>/<repository-n
f. Create the registry deployment and service:

```bash
kubectl apply -f k3s-registry-deployment.yml
kubectl apply -f k3s-registry-deployment.yaml
```
{: codeblock}

Expand Down

0 comments on commit c06cf63

Please sign in to comment.