Update README.md (#1477)

pull/1478/head
Xinwei Xiong 1 year ago committed by GitHub
parent a9153afc38
commit 1f7dfa33d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,8 +84,8 @@ $ sudo sealos run labring/kubernetes:v1.25.0 labring/helm:v3.8.2 labring/calico:
If you are local, you can also use Kind and Minikube to test, for example, using Kind: If you are local, you can also use Kind and Minikube to test, for example, using Kind:
```bash ```bash
$ sGO111MODULE="on" go get sigs.k8s.io/kind@v0.11.1 $ GO111MODULE="on" go get sigs.k8s.io/kind@v0.11.1
$ skind create cluster $ kind create cluster
``` ```
### Installing helm ### Installing helm
@ -174,4 +174,4 @@ cp ../config/notification.yaml ./charts/generated-configs/notification.yaml
```bash ```bash
helmfile apply helmfile apply
``` ```

Loading…
Cancel
Save