From 522dfa4f73404059898dbc894e88cdb91693a4bb Mon Sep 17 00:00:00 2001 From: "Paul S. Schweigert" Date: Tue, 12 Apr 2022 14:46:45 -0400 Subject: removes vagrant reference in running-locally doc Signed-off-by: Paul S. Schweigert --- contributors/devel/running-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- cgit v1.2.3