10 2024 档案
摘要:kubectl config set-context --current --namespace=my-namespace
阅读全文
摘要:ps -ef | awk 'superset/ && ! /awk/{print $2}' | xargs kill -9
阅读全文
摘要:编辑sc,修改如下 注意 storageclass.kubernetes.io/is-default-class: "true" 为设置默认sc apiVersion: v1 items: - allowVolumeExpansion: true apiVersion: storage.k8s.io
阅读全文