We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this is the same issue @jasonbrooks encountered, but I'm not able to install kubeadm using pkg-add as of today's Centos Continuous:
-bash-4.2# rpm-ostree pkg-add kubelet kubeadm kubectl kubernetes-cni Checking out tree 51e65cb... done
Downloading metadata: [======================================================================================================================================================================================] 100% Resolving dependencies... done Overlaying... error: Unpacking kubernetes-cni-0.3.0.1-0.07a8a2.x86_64: openat: No such file or directory
The text was updated successfully, but these errors were encountered:
@jberkus Yes, this is the issue I encountered. kubernetes-cni puts files in /opt and rpm-ostree won't abide that. See #233.
kubernetes-cni
/opt
I made my own kube pkgs that don't use /opt in a copr: https://gist.github.com/jasonbrooks/5d25118fa64d52af067b8fc14453c8bc. My changes: kubernetes/release@master...jasonbrooks:atomic
I have one snag remaining, the network plugins expect to find the cni binaries in opt, but I think I can tweak the weave, et al yaml to address that.
Sorry, something went wrong.
Yeah, dupe of #233.
No branches or pull requests
Not sure if this is the same issue @jasonbrooks encountered, but I'm not able to install kubeadm using pkg-add as of today's Centos Continuous:
-bash-4.2# rpm-ostree pkg-add kubelet kubeadm kubectl kubernetes-cni
Checking out tree 51e65cb... done
Downloading metadata: [======================================================================================================================================================================================] 100%
Resolving dependencies... done
Overlaying... error: Unpacking kubernetes-cni-0.3.0.1-0.07a8a2.x86_64: openat: No such file or directory
The text was updated successfully, but these errors were encountered: