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

Conversation

markmandel
Copy link
Member

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

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 markmandel added area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc kind/documentation Documentation for Agones labels Jan 7, 2018
@markmandel markmandel added this to the 0.1 milestone Jan 7, 2018
@markmandel markmandel self-assigned this Jan 7, 2018
@markmandel markmandel merged commit f12945a into master Jan 7, 2018
@markmandel markmandel deleted the feature/minikube branch January 7, 2018 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc kind/documentation Documentation for Agones
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant