Skip to content

Commit a7a9328

Browse files
authored
(DOCSP-46493) fixes a typo (#179)
1 parent a06d070 commit a7a9328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/steps-upgrade-v1-to-v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
.. code-block:: sh
1212
13-
kubectl config set-cluster old --server=https://<OLD_CLUSTER_ULR>
13+
kubectl config set-cluster old --server=https://<OLD_CLUSTER_URL>
1414
kubectl config set-context old --cluster=old
1515
16-
kubectl config set-cluster new --server=https://<NEW_CLUSTER_ULR>
16+
kubectl config set-cluster new --server=https://<NEW_CLUSTER_URL>
1717
kubectl config set-context new --cluster=new
1818
1919
.. step:: Deploy |ak8so| ``v2.x`` to your new K8s cluster.

0 commit comments

Comments
 (0)