Skip to content

Commit

Permalink
doc: Fix the kubectl create option in upgrade.rst
Browse files Browse the repository at this point in the history
This PR fixes the kubectl create option that was missing at
some places in the update.rst file.

Signed-off-by: Swaminathan Vasudevan <svasudevan@suse.com>
  • Loading branch information
soumynathan authored and joestringer committed Apr 30, 2020
1 parent 462da1d commit 4b865d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/install/upgrade.rst
Expand Up @@ -43,7 +43,7 @@ file.
--set config.enabled=false \\
--set operator.enabled=false \\
> cilium-preflight.yaml
kubectl create cilium-preflight.yaml
kubectl create -f cilium-preflight.yaml
.. group-tab:: Helm

Expand All @@ -68,7 +68,7 @@ file.
--set global.k8sServiceHost=API_SERVER_IP \\
--set global.k8sServicePort=API_SERVER_PORT \\
> cilium-preflight.yaml
kubectl create cilium-preflight.yaml
kubectl create -f cilium-preflight.yaml
.. group-tab:: Helm (kubeproxy-free)

Expand Down Expand Up @@ -1247,7 +1247,7 @@ The cilium preflight manifest requires etcd support and can be built with:
--set global.etcd.enabled=true \
--set global.etcd.ssl=true \
> cilium-preflight.yaml
kubectl create cilium-preflight.yaml
kubectl create -f cilium-preflight.yaml
Example migration
Expand Down

0 comments on commit 4b865d5

Please sign in to comment.