Ubuntu Pastebin

Paste from Zic at Wed, 19 Apr 2017 15:25:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
root@ig1-k8smaster-01:~/snap/cdk-addons/current/addons# ls -1
dashboard-controller.yaml
dashboard-service.yaml
grafana-service.yaml
heapster-controller.yaml
heapster-service.yaml
influxdb-grafana-controller.yaml
influxdb-service.yaml
kubedns-cm.yaml
kubedns-controller.yaml
kubedns-sa.yaml
kubedns-svc.yaml
root@ig1-k8smaster-01:~/snap/cdk-addons/current/addons# for i in $(ls -1); do kubectl replace -f $i; done
deployment "kubernetes-dashboard" replaced
The Service "kubernetes-dashboard" is invalid: spec.clusterIP: Invalid value: "": field is immutable
The Service "monitoring-grafana" is invalid: spec.clusterIP: Invalid value: "": field is immutable
deployment "heapster-v1.3.0" replaced
The Service "heapster" is invalid: spec.clusterIP: Invalid value: "": field is immutable
replicationcontroller "monitoring-influxdb-grafana-v4" replaced
The Service "monitoring-influxdb" is invalid: spec.clusterIP: Invalid value: "": field is immutable
Error from server (NotFound): error when replacing "kubedns-cm.yaml": configmaps "kube-dns" not found
deployment "kube-dns" replaced
Error from server (NotFound): error when replacing "kubedns-sa.yaml": serviceaccounts "kube-dns" not found
service "kube-dns" replaced
Download as text