项目重构

This commit is contained in:
zeaslity
2024-11-28 16:42:36 +08:00
parent a31ae1055a
commit c9f69d595e
822 changed files with 4 additions and 3091 deletions

View File

@@ -0,0 +1,27 @@
#!/bin/bash
cd /root/app-k8s/cert-manager-official
helm install \
cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.6.1 \
--set installCRDs=true \
.
cp /etc/rancher/k3s/k3s.yaml /root/.kube/config
helm install \
cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.10.1 \
--set installCRDs=true \
.
# 成功 2021-11-17 16点21分
helm install rancher \
--namespace cattle-system \
.