yuswift
关闭alerting和notification
kubectl edit clusterconfigurations.installer.kubesphere.io -n kubesphere-system ks-installer
alerting:
enabled: false
notification:
enabled: false
清理 helm
helm list -n kubesphere-monitoring-system
helm del -n kubesphere-monitoring-system notification-manager
删除 kubesphere-monitoring-system 项目
kubectl delete ns kubesphere-monitoring-system
打开alerting和notification
kubectl edit clusterconfigurations.installer.kubesphere.io -n kubesphere-system ks-installer
alerting:
enabled: true
notification:
enabled: true