-
Notifications
You must be signed in to change notification settings - Fork 817
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
Fix minikube developer experience #898
Fix minikube developer experience #898
Conversation
There were some missing attributes and images from the minikube targets so allocator was not starting up. This puts them in, and now everything works again!
Build Failed 😱 Build Id: a91e38e0-d621-46db-a29c-ea6795ec8445 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
lgtm |
Build Failed 😱 Build Id: 190ff196-3254-4998-a331-aebade601b19 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: e5564073-fac0-43b7-b838-cad71a78cec3 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I have the same in my branch for kind, if anyone needs it also.
Build Succeeded 👏 Build Id: 15d4cebe-bea4-4c9e-9f68-30bdf299f71a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There were some missing attributes and images from the minikube
targets so allocator was not starting up.
This puts them in, and now everything works again!