Fix command to install weavenet plugin (#8375)
This commit is contained in:
@@ -326,9 +326,7 @@ Weave Net sets hairpin mode by default. This allows Pods to access themselves vi
|
|||||||
if they don't know their PodIP.
|
if they don't know their PodIP.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export kubever=$(kubectl version | base64 | tr -d '
|
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"
|
||||||
')
|
|
||||||
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever"
|
|
||||||
```
|
```
|
||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user