Skip to content

Commit

Permalink
docs(*): minor typo fixes/updates
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
  • Loading branch information
vdice committed Feb 2, 2024
1 parent 6cd295c commit 51b670c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions documentation/content/operator_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Make sure you have the proper permission to the registry if the above commands d
**Apply the Runtime Class to the cluster:**

```sh
k apply -f config/samples/runtime-class.yaml
kubectl apply -f config/samples/runtime-class.yaml
```

**Install the CRDs into the cluster:**
Expand Down Expand Up @@ -71,7 +71,7 @@ make uninstall
**Delete the Runtime Class from the cluster:**

```sh
k delete -f config/samples/runtime-class.yaml
kubectl delete -f config/samples/runtime-class.yaml
```

**UnDeploy the controller from the cluster:**
Expand All @@ -83,7 +83,7 @@ make undeploy
**UnDeploy cert-manager from the cluster:**

```sh
kubectl remove -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.yaml
kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.yaml
```

### Packaging and deployment via Helm
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ INFO[0002] Successfully deleted cluster wasm-cluster!

## Too long: must have at most 262144 bytes

When running `kubectl apply -f my-file.yaml`, the following error can occur of the `.yam.` file is too large:
When running `kubectl apply -f my-file.yaml`, the following error can occur if the `.yaml` file is too large:

```bash
Too long: must have at most 262144 bytes
Expand Down

0 comments on commit 51b670c

Please sign in to comment.