|
|
@ -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
|
|
|
|
```
|
|
|
|
```
|
|
|
|