摘要:
Helm install [root@rocky01 ~] # curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 [root@rocky01 ~] # chmod 阅读全文
摘要:
场景:当我们删除某个k8s 命名空间时候,有时候会半天删不掉,一直提示Terminating,下面介绍解决办法: [root@rocky01 kubeasz] # kubectl delete ns prom [root@rocky01 ~] # kubectl get ns | grep prom 阅读全文
摘要:
Kubernetes高级工具Argo CD https://argo-cd.readthedocs.io/en/stable/ Argo CD 是针对 Kubernetes 的声明式 GitOps 持续交付工具。 Argo CD 是一个为 Kubernetes 而生的,遵循声明式 GitOps 理念 阅读全文