Skip to content

Instantly share code, notes, and snippets.

@markllama
Created August 14, 2014 16:35
Show Gist options
  • Save markllama/e93c05e4076c14047447 to your computer and use it in GitHub Desktop.
Save markllama/e93c05e4076c14047447 to your computer and use it in GitHub Desktop.
Enable COPR repo for Atomic and install Kubernetes
#!/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