coreos / container-linux-update-operator

A Kubernetes operator to manage updates of Container Linux by CoreOS
Apache License 2.0
209 stars 49 forks source link

Update kubernetes packages #140

Closed dghubble closed 7 years ago

dghubble commented 7 years ago

Reasons:

dghubble commented 7 years ago

Test image: quay.io/dghubble/container-linux-update-operator:c38884b70061ee98ed2b5ab15e0c9da213c027ce-dirty (dirty bc the build scripts assume sudoless docker).

squeed commented 7 years ago

For my own knowledge, why do you need a pre-release version of client-go? I thought ConfigMap elections were in k8s 1.7!?!?

dghubble commented 7 years ago

Leader election hadn't been moved to client-go yet in v0.4.0. Its slated for v0.5.0.

If you compare with KVO (internal), this glide.yaml should match what's used there to perform election in other operators.

squeed commented 7 years ago

Cool, thanks for the info.