You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded Minikube from 0.25.0 to 0.25.2 and the scale-2 branch stopped working. Rather than bother with the technical details of the failure (which I didn't fully investigate), there's a simpler observation to be made: the scale-2 branch is behind master by a couple of months, and simply rebasing scale-2 on top of the latest master fixed it.
I could submit a pull request bringing it up to date, but it sounds to me like this situation calls first and foremost for a policy decision—either the single-node and scale-2 branches should be actively maintained, or the README should stop directing users to try them and instead document some supported procedure for running a smaller cluster (which could be as simple as instructions on what files to edit to scale the cluster down).
The text was updated successfully, but these errors were encountered:
I upgraded Minikube from 0.25.0 to 0.25.2 and the
scale-2
branch stopped working. Rather than bother with the technical details of the failure (which I didn't fully investigate), there's a simpler observation to be made: thescale-2
branch is behindmaster
by a couple of months, and simply rebasingscale-2
on top of the latestmaster
fixed it.I could submit a pull request bringing it up to date, but it sounds to me like this situation calls first and foremost for a policy decision—either the
single-node
andscale-2
branches should be actively maintained, or the README should stop directing users to try them and instead document some supported procedure for running a smaller cluster (which could be as simple as instructions on what files to edit to scale the cluster down).The text was updated successfully, but these errors were encountered: