On 08/30/2016 11:04 AM, Jason Brooks wrote:
On Tue, Aug 30, 2016 at 10:53 AM, Peter <pete...@redhat.com> wrote:
On 08/30/2016 10:44 AM, Colin Walters wrote:
(Moving release announcements here since I think more people read it than
atomic@)
In running through the changes I think we need to publish updated
instructions for getting going with kubernetes. The last one i saw
(https://jebpages.com/2016/08/15/running-kubernetes-in-containers-on-atomic/)
advocated using curl to get external binaries from storage.googleapis.com to
install kubectl. I'm not super comfortable with that. Is there a better
option we can recommend?
I was grabbing the binary there to get a match for the 1.3.x kube that
was also coming from upstream. You should be able to get our 1.2.x
kubectl with:
rpm-ostree pkg-add kubernetes-client
We need additional docs for setting the rest of kube up w/ this new
slimmer alpha cah.
Yeah i understand that, and it makes sense in the context of the
article. I just think that people will run into this in real life where
the version they run in a container is different from the version they
are able to pkg-add by default. Maybe it's just a line or two telling
them to enable a different repo or copr to make sure they get a new
enough version.