-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
documentation for start command is from the future #18543
Comments
Hi @FlorinAndrei,
Yes, you are true. This feature is newly implemented in current beta version of minikube release. |
As minikube documentation includes information about both current stable and beta release types, i think it is recommended that we leave this information as is and add a small note (it is currently available for v1.33.0-beta.0 release). what do you think @FlorinAndrei ? |
All other projects I've seen in my years in the industry make sure their main official documentation is for the stable version. When they do provide documentation for the beta version, it's a separate version of the documentation, and it is very clearly marked as such, and it does not mislead the users into thinking it's the stable branch documentation. I have no clue why minikube does things differently from the rest of the world. If you want your users to use the beta code more quickly, then promote it to stable. |
It is a bug, the website is carried in the main monorepo and so it is updated whenever git HEAD is... There is no special promoting of beta releases. Preferrably it should default to "Latest" release. |
/kind bug |
Last time it was deemed to have too much work to have one documentation site per minikube version: But it could be possible to have two sites, one for main branch and for the latest release version. Note that minikube does not have release branches |
If it does not imply that features currently only in beta are also in the latest stable release, then it should be fine. That's all I'm asking. It's the leakage from beta into stable that is not right. |
It's not only beta, it is everything that is in the repository. But I was meaning something like this (for another project): https://apptainer.org/documentation/
The lack of a stable branch complicates the git, but there is json: https://github.com/kubernetes/minikube/blob/master/deploy/minikube/releases-v2.json ( However, I don't even know where the netlify job is configured... |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This page:
https://minikube.sigs.k8s.io/docs/commands/start/
Claims this option is available for the start command:
--ha Create Highly Available Multi-Control Plane Cluster with a minimum of three control-plane nodes that will also be marked for work.
That is not true for the current stable version of minikube (1.32.0). It only appears to be true for the current beta (???).
Please reconcile.
The text was updated successfully, but these errors were encountered: