Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 1686ded

Browse files
rajchkingdonb
andauthored
Apply suggestions from code review
Co-authored-by: Kingdon Barrett <[email protected]>
1 parent 9a5e1e3 commit 1686ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/kubernetes/kube-addon.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -375,15 +375,15 @@ UDP connection from 10.32.0.7:56648 to 10.32.0.11:80 blocked by Weave NPC.
375375
376376
### <a name="failedcreatepodsandbox"></a> Troubleshooting FailedCreatePodSandBox errors
377377
378-
If your Kubernetes cluster uses the `containerd` runtime (versions 1.6.0 through 1.6.4), Weave Net will not be able to allocate IP addresses to pods. Your pods, execept the ones that use HostNetworking, will be stuck at `ContainerCreating` status.
378+
If your Kubernetes cluster uses the `containerd` runtime (versions 1.6.0 through 1.6.4), Weave Net will not be able to allocate IP addresses to pods. Your pods, except the ones that use HostNetworking, will be stuck at `ContainerCreating` status.
379379
380380
You can examine any pod so affected by running `kubectl describe`, for example:
381381
382382
```
383383
$ kubectl describe pod -n kube-system coredns-78fcd69978-dbxs9
384384
```
385385
386-
The events section will repeatedly show errors like the following:
386+
The events section will show repeated errors like the following:
387387
388388
```
389389
Warning FailedCreatePodSandBox 3m6s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "09a23f79c96333b9f54e12df54e817837c8021cbaa32bdfeefbe2a1fb215d9ef": plugin type="weave-net" name="weave" failed (add): unable to allocate IP address: Post "http://127.0.0.1:6784/ip/09a23f79c96333b9f54e12df54e817837c8021cbaa32bdfeefbe2a1fb215d9ef": dial tcp 127.0.0.1:6784: connect: connection refused
@@ -413,7 +413,7 @@ The problem can be solved by upgrading containerd to v1.6.5 or above. For exampl
413413
sudo apt install containerd.io=1.6.6-1
414414
```
415415
416-
The problem occurs because of a behaviour change in cni v1.1.0, which caused a regression issue in Weave. It was corrected in cni v1.1.1. Containerd 1.6.5 onwards uses cni1.1.1.
416+
The problem occurs because of a behaviour change in cni v1.1.0, which caused a regression issue in Weave. It was corrected in cni v1.1.1. Containerd 1.6.5 onwards uses cni 1.1.1 and above.
417417
418418
## <a name="configuration-options"></a> Changing Configuration Options
419419

0 commit comments

Comments
 (0)