diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-04-12 14:48:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-12 14:48:46 -0700 |
| commit | 0c661fc33099d2572e2f70b1d4d8fa85b938af07 (patch) | |
| tree | 3e3d006527d2cbbec2f303b0d7df34e8182739ef | |
| parent | d6fda9e32923bd35f99eca790c97adcb6dcfbf2e (diff) | |
| parent | 522dfa4f73404059898dbc894e88cdb91693a4bb (diff) | |
Merge pull request #6604 from psschwei/remove-local-vagrant
Removes vagrant reference in running-locally doc
| -rw-r--r-- | contributors/devel/running-locally.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md index effdde32..3c2d9563 100644 --- a/contributors/devel/running-locally.md +++ b/contributors/devel/running-locally.md @@ -156,7 +156,7 @@ change the service-cluster-ip-range flag to something else. ### I cannot create a replication controller with replica size greater than 1! What gives? -You are running a single node setup. This has the limitation of only supporting a single replica of a given pod. If you are interested in running with larger replica sizes, we encourage you to try the local vagrant setup or one of the cloud providers. +You are running a single node setup. This has the limitation of only supporting a single replica of a given pod. If you are interested in running with larger replica sizes, we encourage you to try Kind or one of the cloud providers. ### I changed Kubernetes code, how do I run it? |
