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

Agon should work on Minikube #30

Closed
markmandel opened this issue Dec 14, 2017 · 0 comments
Closed

Agon should work on Minikube #30

markmandel opened this issue Dec 14, 2017 · 0 comments
Assignees
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 good first issue These are great first issues. If you are looking for a place to start, start here! kind/documentation Documentation for Agones
Milestone

Comments

@markmandel
Copy link
Member

  1. Make sure this actually can install and work on minikube
  2. Need some development on minikube instructions
  3. Write a deploy to minikube instruction manual?
@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 good first issue These are great first issues. If you are looking for a place to start, start here! kind/documentation Documentation for Agones labels Dec 14, 2017
@markmandel markmandel added this to the 0.1 milestone Jan 3, 2018
@markmandel markmandel self-assigned this Jan 4, 2018
markmandel added a commit that referenced this issue Jan 7, 2018
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
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 good first issue These are great first issues. If you are looking for a place to start, start here! kind/documentation Documentation for Agones
Projects
None yet
Development

No branches or pull requests

1 participant