Error from server (NotFound): error when stopping "manifests-all.yaml"
Closed this issue · 1 comments
justlooks commented
when i remove cabernets-prometheus , i issue this command "kubectl delete -f manifests-all.yaml" ,it take long time to finish ,and throw error info like following
[root@k8s-master prometheus]# kubectl version
Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.0", GitCommit:"d3ada0119e776222f11ec7945e6d860061339aad", GitTreeState:"clean", BuildDate:"2017-06-29T23:15:59Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.0", GitCommit:"d3ada0119e776222f11ec7945e6d860061339aad", GitTreeState:"clean", BuildDate:"2017-06-29T22:55:19Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
[root@k8s-master prometheus]# kubectl delete -f manifests-all.yaml
namespace "monitoring" deleted
configmap "alertmanager-templates" deleted
configmap "alertmanager" deleted
deployment "alertmanager" deleted
service "alertmanager" deleted
configmap "grafana-import-dashboards" deleted
job "grafana-import-dashboards" deleted
service "grafana" deleted
configmap "prometheus-core" deleted
service "kube-state-metrics" deleted
clusterrolebinding "prometheus" deleted
clusterrole "prometheus" deleted
Error from server (NotFound): error when stopping "manifests-all.yaml": deployments.extensions "grafana-core" not found
Error from server (NotFound): error when stopping "manifests-all.yaml": deployments.extensions "prometheus-core" not found
Error from server (NotFound): error when stopping "manifests-all.yaml": deployments.extensions "kube-state-metrics" not found
Error from server (NotFound): error when deleting "manifests-all.yaml": serviceaccounts "kube-state-metrics" not found
error when stopping "manifests-all.yaml": timed out waiting for the condition
Error from server (NotFound): error when stopping "manifests-all.yaml": daemonsets.extensions "prometheus-node-exporter" not found
Error from server (NotFound): error when stopping "manifests-all.yaml": services "prometheus-node-exporter" not found
Error from server (NotFound): error when deleting "manifests-all.yaml": namespaces "monitoring" not found
Error from server (NotFound): error when deleting "manifests-all.yaml": namespaces "monitoring" not found
Error from server (NotFound): error when stopping "manifests-all.yaml": services "prometheus" not found
pipo02mix commented
It should be fixed now. I am closing please open in case still happening