mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #5440 from TamerTas/master
Fix Getting Started Guide Typo
This commit is contained in:
commit
5d65847f21
@ -97,7 +97,7 @@ gcloud compute instances create node1 \
|
|||||||
|
|
||||||
Next, setup an ssh tunnel to the master so you can run kubectl from your local host.
|
Next, setup an ssh tunnel to the master so you can run kubectl from your local host.
|
||||||
In one terminal, run `gcloud compute ssh master --ssh-flag="-L 8080:127.0.0.1:8080"` and in a second
|
In one terminal, run `gcloud compute ssh master --ssh-flag="-L 8080:127.0.0.1:8080"` and in a second
|
||||||
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080".
|
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080"`.
|
||||||
|
|
||||||
### VMware Fusion
|
### VMware Fusion
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ gcloud compute instances create standalone \
|
|||||||
|
|
||||||
Next, setup an ssh tunnel to the master so you can run kubectl from your local host.
|
Next, setup an ssh tunnel to the master so you can run kubectl from your local host.
|
||||||
In one terminal, run `gcloud compute ssh master --ssh-flag="-L 8080:127.0.0.1:8080"` and in a second
|
In one terminal, run `gcloud compute ssh master --ssh-flag="-L 8080:127.0.0.1:8080"` and in a second
|
||||||
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080".
|
run `gcloud compute ssh master --ssh-flag="-R 8080:127.0.0.1:8080"`.
|
||||||
|
|
||||||
|
|
||||||
### VMware Fusion
|
### VMware Fusion
|
||||||
|
Loading…
Reference in New Issue
Block a user