mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #6931 from mesosphere/fix-mesos-gsg-instructions
Fixed error in Mesos getting started guide.
This commit is contained in:
commit
67435e10c5
@ -88,8 +88,9 @@ $ ./bin/km scheduler \
|
||||
--v=2 >scheduler.log 2>&1 &
|
||||
```
|
||||
|
||||
Kubernetes-mesos will start up kubelets automatically, but currently the service
|
||||
proxy needs to be started manually. Start the service proxy on each Mesos slave:
|
||||
Also on the master node, we'll start up a proxy instance to act as a
|
||||
public-facing service router, for testing the web interface a little
|
||||
later on.
|
||||
|
||||
```bash
|
||||
$ sudo ./bin/km proxy \
|
||||
|
Loading…
Reference in New Issue
Block a user