coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

Provide documentation on etcd-operator-builder. Remove references to gcr.io image. #2158

Open pjsully opened 4 years ago

pjsully commented 4 years ago

This addresses #2156 and likely will close it.

if there is a need to use the builder image just build it locally and push it where you need it.

Added documentation for generating builder and using it.

pjsully commented 4 years ago

Note that for the ci build script to work, etcd-operator-builder:latest has to be available from the local docker registry...not ideal, but gives a way to make this work (and steps to build the builder are part of this PR as well...)