Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development and Deployment to Minikube #48

Merged
merged 1 commit into from
Jan 7, 2018
Merged

Commits on Jan 7, 2018

  1. Development and Deployment to Minikube

    You can now develop Agon, and deploy Agon to minikube
    for local testing and development.
    
    The major issue was that Minikube doesn't expose the
    ExternalIP for the Node it runs - so Agon will now
    fallback to the InternalIP (with a warning) if it can't
    find the ExternalIP.
    
    *Breaking change* - Agon build tools will now look in
    ~/.kube (like all other kubernetes tools) for Kubernetes
    credentials. This was to streamline auth of minikube and other
    Kubernetes clusters by conforming to what Kubernetes tooling
    usually expects. If you are running a GKE cluster, you will
    need to run `make gcloud-auth-cluster` again to re-download
    the kubectl credentials.
    
    Closes #30
    markmandel committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    8388c84 View commit details
    Browse the repository at this point in the history