Skip to content

Commit d19a006

Browse files
authored
Docs: Replace no-break spaces (U+A0). (#13814)
1 parent e11d1ac commit d19a006

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

β€ŽNEW_CONTRIBUTOR.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Let's begin with creating a [Kind](https://kind.sigs.k8s.io/docs/user/quick-star
5353
```
5454
This will create a cluster called `kind`, to view the clusters type
5555
```
56-
# kind get clusters Β Β 
56+
# kind get clusters
5757
kind
5858
```
5959
Kind ships with `kubectl`, so we can use that to communicate with our clusters.
6060
```
61-
# kubectl get no -o wide Β Β 
61+
# kubectl get no -o wide
6262
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
6363
kind-control-plane Ready control-plane 5d23h v1.24.1 172.18.0.2 <none> Ubuntu 21.10 5.18.12-arch1-1 containerd://1.6.4
6464
```
@@ -85,7 +85,7 @@ Output Relevance: From the above output, we can see that our nginx pod is being
8585

8686
Command: The pod has an IP as shown below
8787
```
88-
# kubectl get po -o wide Β 
88+
# kubectl get po -o wide
8989
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
9090
nginx-6c8b449b8f-pdvdk 1/1 Running 1 (32h ago) 4d8h 10.244.0.5 kind-control-plane <none> <none>
9191
```
@@ -224,7 +224,7 @@ If we do a docker `exec` we can enter the container, we can also see the network
224224
```
225225
When we run `curl 172.18.0.2:32329` on the laptop it first needs to figure out where `172.18.0.2`, to do this it refers to the host routing table.
226226
```
227-
sudo netstat -rn Β ξ‚²Β ξ‚ Β mainΒ 
227+
sudo netstat -rn ξ‚² ξ‚  main
228228
Kernel IP routing table
229229
Destination Gateway Genmask Flags MSS Window irtt Iface
230230
0.0.0.0 192.168.31.1 0.0.0.0 UG 0 0 0 ethbr0
@@ -337,7 +337,7 @@ minikube start
337337

338338
Next we will get the Node IP.
339339
```
340-
$ kubectl get no -o wide Β 
340+
$ kubectl get no -o wide
341341
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
342342
minikube Ready control-plane,master 25d v1.23.3 192.168.39.57 <none> Buildroot 2021.02.4 4.19.202 docker://20.10.12
343343
```
@@ -370,7 +370,7 @@ service/nginx-new exposed
370370
```
371371
Command: Now we can see that the service has been exposed.
372372
```
373-
# kubectl get svc -o wide Β ξ‚²Β ξ‚ Β mainΒ 
373+
# kubectl get svc -o wide ξ‚² ξ‚  main
374374
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
375375
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 25d <none>
376376
nginx-minikube NodePort 10.97.44.4 <none> 80:32007/TCP 45h app=nginx-minikube
@@ -525,7 +525,7 @@ So, as we can see that kube proxy handles the network rules required to aid the
525525
Command:
526526

527527
```
528-
# minikube ssh Β 
528+
# minikube ssh
529529
_ _
530530
_ _ ( ) ( )
531531
___ ___ (_) ___ (_)| |/') _ _ | |_ __

β€ŽREADME.mdβ€Ž

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3939

4040
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
4141
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
42-
| πŸ”„ | **v1.12.5** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.5 |
43-
| πŸ”„ | **v1.12.4** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.22.0 | 1.25.5 | 4.12.4 |
44-
| πŸ”„ | **v1.12.3** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.3 |
45-
| πŸ”„ | **v1.12.2** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.2 |
46-
| πŸ”„ | **v1.12.1** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.1 |
47-
| πŸ”„ | **v1.12.0** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
48-
| πŸ”„ | **v1.12.0-beta.0** | 1.32, 1.31, 1.30,Β 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
49-
| | v1.11.2 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
50-
| | v1.11.1 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |
51-
| | v1.11.0 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |
52-
| | v1.10.4 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
53-
| | v1.10.3 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
54-
| | v1.10.2 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
55-
| | v1.10.1 | 1.30,Β 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
42+
| πŸ”„ | **v1.12.5** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.5 |
43+
| πŸ”„ | **v1.12.4** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.0 | 1.25.5 | 4.12.4 |
44+
| πŸ”„ | **v1.12.3** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.3 |
45+
| πŸ”„ | **v1.12.2** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.2 |
46+
| πŸ”„ | **v1.12.1** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.1 |
47+
| πŸ”„ | **v1.12.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
48+
| πŸ”„ | **v1.12.0-beta.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
49+
| | v1.11.2 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
50+
| | v1.11.1 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |
51+
| | v1.11.0 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |
52+
| | v1.10.4 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
53+
| | v1.10.3 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
54+
| | v1.10.2 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
55+
| | v1.10.1 | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
5656
| | v1.10.0 | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
5757
| | v1.9.6 | 1.29, 1.28, 1.27, 1.26, 1.25 | 3.19.0 | 1.21.6 | 4.9.1 |
5858
| | v1.9.5 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.9.0 |

0 commit comments

Comments
Β (0)