大量更新

This commit is contained in:
zeaslity
2025-04-17 15:13:02 +08:00
parent b9a006fc23
commit edcb27f0dc
38 changed files with 2307 additions and 423 deletions

View File

@@ -1,9 +1,10 @@
#!/bin/bash
namespace=gsyd-app
namespace=szgz
install_yq() {
wget https://oss.demo.uavcmlc.com/cmlc-installation/downloadfile/amd/yq_linux_amd64 -O /usr/local/bin/yq
# wget https://oss.demo.uavcmlc.com/cmlc-installation/downloadfile/aarch/yq_linux_arm64 -O /usr/local/bin/yq
chmod +x /usr/local/bin/yq
echo ""
@@ -43,7 +44,7 @@ backup_all_stateful_sets() {
echo ""
}
install_yq
#install_yq
backup_all_deployment
backup_all_service
backup_all_stateful_sets