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

Add 'make' to minikube target commands #109

Merged
merged 1 commit into from
Feb 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,25 +320,25 @@ for local development.

Since Minikube runs locally, there are some targets that need to be used instead of the standard ones above.

#### `minikube-test-cluster`
#### `make minikube-test-cluster`
Switches to an "agones" profile, and starts a kubernetes cluster
of the right version.

Use MINIKUBE_DRIVER variable to change the VM driver
(defaults virtualbox for Linux and macOS, hyperv for windows) if you so desire.

#### `minikube-push`
#### `make minikube-push`
Push the local Agones Docker images that have already been built
via `make build` or `make build-images` into the "agones" minikube instance.

#### `minikube-install`
#### `make minikube-install`
Installs the current development version of Agones into the Kubernetes cluster.
Use this instead of `make install`, as it disables PullAlways on the install.yaml

#### `minikube-shell`
#### `make minikube-shell`
Connecting to Minikube requires so enhanced permissions, so use this target
instead of `make shell` to start an interactive shell for development on Minikube.

#### `minikube-transfer-image`
#### `make minikube-transfer-image`
Convenience target for transferring images into minikube.
Use TAG to specify the image to transfer into minikube