-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
4a1a5da
commit 8388c84
Showing
7 changed files
with
247 additions
and
47 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.