From da671639dec7f41f2fecc36aa0e81115a81b17c7 Mon Sep 17 00:00:00 2001 From: srikiz Date: Tue, 23 May 2023 11:32:05 +0530 Subject: [PATCH] Minor update to docs --- docs/getting_started/digitalocean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/digitalocean.md b/docs/getting_started/digitalocean.md index f16ec47993..67b65aa4c1 100644 --- a/docs/getting_started/digitalocean.md +++ b/docs/getting_started/digitalocean.md @@ -68,7 +68,7 @@ Ensure the master-count is odd-numbered. A load balancer is created dynamically ```bash # debian (the default) + flannel overlay cluster in tor1 with 3 master setup and a public load balancer. -kops create cluster --cloud=digitalocean --name=dev5.k8s.local --networking=cilium --api-loadbalancer-type=public --master-count=3 --zones=tor1 --ssh-public-key=~/.ssh/id_rsa.pub --yes +kops create cluster --cloud=digitalocean --name=dev5.k8s.local --networking=cilium --api-loadbalancer-type=public --master-count=3 --zones=tor1 --dns none --ssh-public-key=~/.ssh/id_rsa.pub --yes # to delete a cluster - this will also delete the load balancer associated with the cluster. kops delete cluster dev5.k8s.local --yes