Skip to content

Instantly share code, notes, and snippets.

@jasonbrooks
Created October 11, 2017 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonbrooks/2eae6f3cd258c45219c2a90632806204 to your computer and use it in GitHub Desktop.
Save jasonbrooks/2eae6f3cd258c45219c2a90632806204 to your computer and use it in GitHub Desktop.
# curl -O https://kojipkgs.fedoraproject.org//packages/kubernetes/1.7.3/1.fc26/x86_64/kubernetes-1.7.3-1.fc26.x86_64.rpm && curl -O https://kojipkgs.fedoraproject.org//packages/kubernetes/1.7.3/1.fc26/x86_64/kubernetes-client-1.7.3-1.fc26.x86_64.rpm && curl -O https://kojipkgs.fedoraproject.org//packages/kubernetes/1.7.3/1.fc26/x86_64/kubernetes-master-1.7.3-1.fc26.x86_64.rpm && curl -O https://kojipkgs.fedoraproject.org//packages/kubernetes/1.7.3/1.fc26/x86_64/kubernetes-node-1.7.3-1.fc26.x86_64.rpm

# rpm-ostree ex override replace kubernetes-* -r

Follow the rest of the steps at https://fedoraproject.org/wiki/User:Jasonbrooks/QA/AtomicTests/Install_Kubeadm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment