Skip to content

Commit

Permalink
add default install of metrics-server (labring#3876)
Browse files Browse the repository at this point in the history
Signed-off-by: zzjin <[email protected]>
  • Loading branch information
zzjin committed Sep 11, 2023
1 parent 5e83e76 commit 80fba6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sealos gen labring/kubernetes:v1.25.6\
labring/cert-manager:v1.8.0\
labring/openebs:v3.4.0\
labring/kubernetes-reflector:v7.0.151\
labring/metrics-server:v0.6.4\
labring/zot:v1.4.3\
labring/kubeblocks:v0.5.3\
--env policy=anonymousPolicy\
Expand Down
2 changes: 1 addition & 1 deletion deploy/registry/install_base_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
### Init sealos cluster
```bash
wget https://github.com/labring/sealos/releases/download/v4.1.3/sealos_4.1.3_linux_amd64.tar.gz && tar -zxvf sealos_4.1.3_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 --masters xxx.xxx.xxx.xxx --nodes xxx.xxx.xxx.xxx --port 4238 -i ~/.ssh/id_ed25519
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1 labring/metrics-server:v0.6.4 --masters xxx.xxx.xxx.xxx --nodes xxx.xxx.xxx.xxx --port 4238 -i ~/.ssh/id_ed25519
```

### Install base packages
Expand Down

0 comments on commit 80fba6f

Please sign in to comment.