Created
March 4, 2016 14:35
-
-
Save hferentschik/c2340d4a82c49b805c79 to your computer and use it in GitHub Desktop.
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
cdk.vm.provision :shell, inline: <<-SHELL | |
/opt/adb/openshift/add_insecure_registry -ip #{REGISTRY_HOST} | |
systemctl enable openshift | |
systemctl start openshift | |
# https://github.com/projectatomic/adb-utils/issues/32 | |
export KUBECONFIG=/var/lib/openshift/openshift.local.config/master/admin.kubeconfig | |
oadm policy add-cluster-role-to-user cluster-admin admin | |
SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment