Skip to content

Commit 9ee9549

Browse files
committed
Aotumated: Update starship documentation from starship repo
1 parent 48439f4 commit 9ee9549

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

pages/starship/get-started/step-2.mdx

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By the end of this tutorial you should be able to run `kubectl get nodes` and se
77

88
Please **follow any one of the following** sections to setup a Kubernetes cluster.
99

10-
## 2.1.1) Recommended: Setup with Docker Desktop
10+
## 2.1) Setup with Docker Desktop
1111
Docker Desktop includes a standalone Kubernetes server and client, as well as Docker CLI integration that runs on your machine.
1212

1313
### Enable kubernetes
@@ -31,33 +31,6 @@ kubectl config use-context docker-desktop
3131

3232
Detailed Reference: https://docs.docker.com/desktop/kubernetes/
3333

34-
## 2.1.2) Alternative: Setup with Kind Cluster
35-
36-
### Install Kind
37-
Follow the steps in the official documentation to install kind: https://kind.sigs.k8s.io/docs/user/quick-start/
38-
39-
Make sure kind is installed
40-
```bash
41-
kind version
42-
#
43-
# kind v0.18.0 go1.20.2 linux/amd64
44-
```
45-
46-
Make sure docker is running, and you have access to it.
47-
```bash
48-
docker ps
49-
```
50-
51-
### Create kind cluster
52-
Run
53-
```bash
54-
kind create cluster --name starship
55-
```
56-
57-
Note: Kind will create an entry in the kubeconfig file and set the context to the new cluster.
58-
59-
Detailed Reference: https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster
60-
6134
## 2.2) Check Access to kubernetes
6235

6336
Once you are connected to a kubernetes cluster, you should be able to run the following command and see a list of nodes.

0 commit comments

Comments
 (0)