eparis / kubernetes-ansible

Ansible playbooks to build a kubernetes cluster from scratch
336 stars 135 forks source link

dependency on quay.io #17

Open cgwalters opened 9 years ago

cgwalters commented 9 years ago

(I believe) prior to https://github.com/eparis/kubernetes-ansible/commit/b02a1ac2170207dbbd6748ac7b1fbbeac990064f kubernetes-ansible was just retrieving packages (or in the case of Atomic, pre-baked hosts) from the target distribution. Now we're pulling in a Docker image from quay.io.

Eventually I'd like to have k-a support air-gapped installation - and a step towards that is to limit external dependencies (and ideally, ensure secure retrieval via a whitelist of GPG keys or the like, but Docker is a bit far from that now).