Last active
March 20, 2020 23:12
-
-
Save jsturtevant/4e8eb3f62b3c91f2cc887bc460c456b4 to your computer and use it in GitHub Desktop.
cluster api azure
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
ssh -L 8888:localhost:10350 <remote-ip> | |
# now browse to localhost:8888 |
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
export AZURE_SUBSCRIPTION_ID= | |
export AZURE_CLIENT_ID= | |
export AZURE_CLIENT_SECRET= | |
export AZURE_TENANT_ID= | |
export REGISTRY=jsturtevant |
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
{ | |
"default_registry": "docker.io/jsturtevant", | |
"provider_repos": ["../cluster-api-provider-azure"], | |
"enable_providers": ["azure", "docker", "kubeadm-bootstrap", "kubeadm-control-plane"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment