Jason Brooks
Jason Brooks
@dustymabe @LalatenduMohanty Check out sections 4 and 5 here: https://github.com/hollodotme/Helpers/blob/master/Tutorials/vagrant/self-hosted-vagrant-boxes-with-versioning.md It should be possible host w/ versioning. I did I quick test locally, it does seem to work...
I'm seeing this on f22 too, though it doesn't seem to stop the script from working.
@pvalena I ran through a [similar test](https://gist.github.com/jasonbrooks/6971e0cf66c7b12fd03d4fea5a29a41e) where I was able to bundle with an older version of bundler. For some reason, though, when we build with s2i on openshift,...
I'm hitting the same issue
@discostur I've been trying to figure this out -- perhaps something has changed w/ 1.8
If I change the FROM line to `registry.fedoraproject.org/fedora:27` I get a 1.7.x kube, and the container works. It looks like for 1.8.x we might need https://github.com/kubernetes/kubernetes/pull/55955
This container works on regular fedora, where `/usr/libexec/kubernetes` is writable. Kubeadm has this hardcoded, the PR linked above is supposed to fix that, and make it configurable.
Sorry for ignoring this repo -- not sure if there's anything hw-specific about this, but I don't have access to a ppc64le machine.
I spent some time on this today, trying to produce the images the same way we do with centos atomic images, but I'm hitting errors. The way fedora makes its...
@dustymabe I was able to build the tree, I had to install all updates to f23 first, though. If I recall correctly, this was an selinux issue... I _think_ I...