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

Minikube #1973

Closed
rolfedh opened this issue Jan 31, 2021 · 0 comments Β· Fixed by #1974
Closed

Minikube #1973

rolfedh opened this issue Jan 31, 2021 · 0 comments Β· Fixed by #1974
Labels
kind/bug These are bugs. kind/documentation Documentation for Agones
Milestone

Comments

@rolfedh
Copy link
Collaborator

rolfedh commented Jan 31, 2021

The documented installation command creates errors. I propose updating the command to use the syntax proposed by the command line.

(base) [rolfedh@fedora-desktop ~]$ minikube profile agones
❌  profile "agones" not found
πŸ’‘  if you want to create a profile you can by this command: minikube start -p agones
(base) [rolfedh@fedora-desktop ~]$ minikube start -p agones
πŸ˜„  [agones] minikube v1.17.1 on Fedora 33
✨  Using the docker driver based on user configuration
πŸ‘  Starting control plane node agones in cluster agones
πŸ”₯  Creating docker container (CPUs=2, Memory=7900MB) ...
🐳  Preparing Kubernetes v1.20.2 on Docker 20.10.2 ...
    β–ͺ Generating certificates and keys ...
    β–ͺ Booting up control plane ...
    β–ͺ Configuring RBAC rules ...
πŸ”Ž  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass
πŸ„  Done! kubectl is now configured to use "agones" cluster and "default" namespace by default
(base) [rolfedh@fedora-desktop ~]$ minikube profile agones
βœ…  minikube profile was successfully set to agones
markmandel added a commit that referenced this issue Feb 2, 2021
Co-authored-by: Mark Mandel <markmandel@google.com>
@markmandel markmandel added this to the 1.12.0 milestone Feb 2, 2021
@markmandel markmandel added kind/bug These are bugs. kind/documentation Documentation for Agones labels Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug These are bugs. kind/documentation Documentation for Agones
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants