Created
August 14, 2014 16:35
-
-
Save markllama/e93c05e4076c14047447 to your computer and use it in GitHub Desktop.
Enable COPR repo for Atomic and install Kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo yum -y install dnf dnf-plugins-core | |
sudo dnf copr enable walters/atomic-next | |
sudo yum install -y etcd kubernetes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment