Questions tagged [kubernetes-1.16]

3 questions
5
votes
1 answer

How to enable startup probe on GKE 1.16?

I created a deployment with liveness and readiness probes and initial delay which works fine. If I want to replace the initial delay with a startup probe the startupProbe key and its nested elements are never included in the deployment descrioptor…
0
votes
1 answer

kube-dns container crashes due to "Failed to create a kubernetes client: open /var/run/secrets/kubernetes.io/serviceaccount/token: permission denied"

In a GKE cluster with version 1.16.6-gke.12 from the rapid channel the kubedns container of the kube-dns-... pods of the kube-dns service fail permanently due to kubedns 15 Mar 2020, 21:43:54 F0315 20:43:54.029575 1 server.go:61] Failed to…
Kalle Richter
  • 8,008
  • 26
  • 77
  • 177
0
votes
2 answers

Why does search name resolution fail for elasticsearch-master-headless on Kubernetes 1.16?

I'm trying to get elasticsearch running on Kubernetes 1.16 with Helm 3 on GKE. I'm aware that both 1.16 and 3 aren't supported yet. I want to prepare a PR to make it compatible. I'm using the helm charts from…