summaryrefslogtreecommitdiff
path: root/contributors/devel
diff options
context:
space:
mode:
authorPaul S. Schweigert <paulschw@us.ibm.com>2022-04-12 14:46:45 -0400
committerPaul S. Schweigert <paulschw@us.ibm.com>2022-04-12 14:46:45 -0400
commit522dfa4f73404059898dbc894e88cdb91693a4bb (patch)
tree3e3d006527d2cbbec2f303b0d7df34e8182739ef /contributors/devel
parentd6fda9e32923bd35f99eca790c97adcb6dcfbf2e (diff)
removes vagrant reference in running-locally doc
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
Diffstat (limited to 'contributors/devel')
-rw-r--r--contributors/devel/running-locally.md2
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?