We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06d070 commit a7a9328Copy full SHA for a7a9328
source/includes/steps-upgrade-v1-to-v2.rst
@@ -10,10 +10,10 @@
10
11
.. code-block:: sh
12
13
- kubectl config set-cluster old --server=https://<OLD_CLUSTER_ULR>
+ kubectl config set-cluster old --server=https://<OLD_CLUSTER_URL>
14
kubectl config set-context old --cluster=old
15
16
- kubectl config set-cluster new --server=https://<NEW_CLUSTER_ULR>
+ kubectl config set-cluster new --server=https://<NEW_CLUSTER_URL>
17
kubectl config set-context new --cluster=new
18
19
.. step:: Deploy |ak8so| ``v2.x`` to your new K8s cluster.
0 commit comments