Gabi Davar

Results 74 comments of Gabi Davar

We've observed the same thing. There are other side effects which go beyond the one described here: 1. The stolon service account is among the top 3 k8s API users...

@sgotti , K8s has the lease API https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#lease-v1-coordination-k8s-io . Seemingly it was designed to replace the configmap based leader election. Perhaps it can used for an alternative implementation?

Please consider re-opening due to - kubernetes/kubernetes#36485

@schonfeld the pod spec is missing `hostPID: true` - which is critical for re-running when a node restarts. see: https://github.com/kubernetes/contrib/blob/87cfb9b24f4491c5e5b04dc17b5ae2f3c3500f26/startup-script/manage-startup-script.sh ``` apiVersion: extensions/v1beta1 kind: DaemonSet metadata: labels: k8s-app: sysctl-conf name:...

/remove-lifecycle stale

@mbohlool any news on this one? thanks!