The kubectl output
spark-k8s-services git:dev ❯ kubectl logs -f kube-proxy-gke-spark-op-services-gitlab-ci-build-fb120c5e-tct7 -nkube-system
Error from server (BadRequest): container "kube-proxy" in pod "kube-proxy-gke-spark-op-services-gitlab-ci-build-fb120c5e-tct7" is waiting to start: PodInitializing
spark-k8s-services git:dev ❯ kubectl describe pod kube-proxy-gke-spark-op-services-gitlab-ci-build-fb120c5e-tct7 -nkube-system
Name: kube-proxy-gke-spark-op-services-gitlab-ci-build-fb120c5e-tct7
Namespace: kube-system
Node: gke-spark-op-services-gitlab-ci-build-fb120c5e-tct7/
10.132.0.8
Start Time: Thu, 12 Oct 2017 18:52:22 +0200
Labels: component=kube-proxy
tier=node
Annotations:
kubernetes.io/config.hash=e1aba4d0cdf8ee0f1b89b21ea6b46704
kubernetes.io/config.mirror=e1aba4d0cdf8ee0f1b89b21ea6b46704
kubernetes.io/config.seen=2017-10-12T16:52:17.72294518Z
kubernetes.io/config.source=file
scheduler.alpha.kubernetes.io/critical-pod=
Status: Pending
IP: 10.132.0.8
Init Containers:
touch-lock:
Container ID:
Image: busybox
Image ID:
Port: <none>
Command:
/bin/touch
/run/xtables.lock
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/run from run (rw)
Containers:
kube-proxy:
Container ID:
Image:
gcr.io/google_containers/kube-proxy:v1.7.6
Image ID:
Port: <none>
Command:
/bin/sh
-c
echo -998 > /proc/$$$/oom_score_adj && kube-proxy --master=
https://104.199.47.251 --kubeconfig=/var/lib/kube-proxy/kubeconfig --cluster-cidr=
10.0.0.0/14 --resource-container="" --v=2 --feature-gates=ExperimentalCriticalPodAnnotation=true --iptables-sync-period=1m --iptables-min-sync-period=10s 1>>/var/log/kube-proxy.log 2>&1
State: Waiting
Reason: PodInitializing
Ready: False
Restart Count: 0
Requests:
cpu: 100m
Environment: <none>
Mounts:
/etc/ssl/certs from etc-ssl-certs (ro)
/run/xtables.lock from iptableslock (rw)
/usr/share/ca-certificates from usr-ca-certs (ro)
/var/lib/kube-proxy/kubeconfig from kubeconfig (rw)
/var/log from varlog (rw)
Conditions:
Type Status
Initialized False
Ready False
PodScheduled True
Volumes:
usr-ca-certs:
Type: HostPath (bare host directory volume)
Path: /usr/share/ca-certificates
etc-ssl-certs:
Type: HostPath (bare host directory volume)
Path: /etc/ssl/certs
kubeconfig:
Type: HostPath (bare host directory volume)
Path: /var/lib/kube-proxy/kubeconfig
varlog:
Type: HostPath (bare host directory volume)
Path: /var/log
run:
Type: HostPath (bare host directory volume)
Path: /run
iptableslock:
Type: HostPath (bare host directory volume)
Path: /run/xtables.lock
QoS Class: Burstable
Node-Selectors: <none>
Tolerations: :NoExecute
Events: <none>