Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Last active March 20, 2020 23:12
Show Gist options
  • Save jsturtevant/4e8eb3f62b3c91f2cc887bc460c456b4 to your computer and use it in GitHub Desktop.
Save jsturtevant/4e8eb3f62b3c91f2cc887bc460c456b4 to your computer and use it in GitHub Desktop.
cluster api azure
ssh -L 8888:localhost:10350 <remote-ip>
# now browse to localhost:8888
export AZURE_SUBSCRIPTION_ID=
export AZURE_CLIENT_ID=
export AZURE_CLIENT_SECRET=
export AZURE_TENANT_ID=
export REGISTRY=jsturtevant
{
"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