版本:1.12和1.13
我正在使用kubectl apply -f /directory-of-yaml files
所有资源都标记有provider = abc
当我删除其中一个yaml文件并再次应用时,资源仍在群集中。
命令:
kubectl --kubeconfig=/kubeconfig apply -f ./kubernetes --prune -l provider=abc
也尝试过:
kubectl --kubeconfig=/kubeconfig apply -f ./kubernetes --prune --all