Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Louise K. Schmidtgen <[email protected]>
  • Loading branch information
bschimke95 and louiseschmidtgen authored Oct 24, 2024
1 parent cfe83b7 commit 9f2bdc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/snap/howto/networking/ipv6.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ must be IPv6-compatible.
## Setting Up an IPv6-Only Cluster

The process of creating an IPv6-only cluster involves specifying only IPv6
CIDRs for Pods and Services during the bootstrap process. Unlike dual-stack,
CIDRs for pods and services during the bootstrap process. Unlike dual-stack,
only IPv6 CIDRs are used.

1. **Bootstrap Kubernetes with IPv6 CIDRs**
Expand Down Expand Up @@ -62,7 +62,7 @@ sudo k8s kubectl get pods -A
```

Deploy a pod with an nginx web-server and expose it via a service to verify
connectivity of the IPv6-only cluster. For that, create a manifest file
connectivity of the IPv6-only cluster. Create a manifest file
`nginx-ipv6.yaml` with the following content:

```yaml
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
run: nginx-ipv6
```
Deploy it with:
Deploy the web-server and its service by running:
```sh
sudo k8s kubectl apply -f nginx-ipv6.yaml
Expand Down

0 comments on commit 9f2bdc6

Please sign in to comment.