coreos / tectonic-installer

Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Apache License 2.0
602 stars 267 forks source link

modules/bootkube: explicitly depend on docker #3320

Closed crawford closed 6 years ago

crawford commented 6 years ago

bootkube.sh makes heavy use of docker but doesn't wait until it's ready. This worked on Container Linux because docker was socket activated. That's not the case on RHCOS right now, so we need to be explicit.

coreosbot commented 6 years ago

Can one of the admins verify this patch?

squat commented 6 years ago

ok to test