generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Clean up gRPC spec.md #82
Comments
shanduur
pushed a commit
to shanduur/container-object-storage-interface-api
that referenced
this issue
Aug 2, 2024
…-buildx-cloudbuild use buildx from cloudbuild directly
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 |
k8s-ci-robot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Oct 16, 2024
/remove-lifecycle stale |
k8s-ci-robot
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of the spec.md file is out of date from what is in the KEP.
Where possible, the KEP should be the source of truth, so I think a lot of information can just be deleted. For example, terminology, diagrams, objective, goals, non-goals, architecture. All these things should be defined by the KEP.
There are also some old things present which are no longer in the COSI KEP like
AnonymousBucketAccessMode
. These items probably should be removed from the spec, but they can be captured as a feature request to plan/design in the KEP in the future.There are also areas where the spec just seems out of date with what is in the KEP. While I generally expect that the spec in code may have some minor details and bug fixes defined that aren't in the KEP, we should strive to keep things consistent.
A good time to clean up the spec.md is probably when we are updating it to be in line with the in-progress v1alpha2 design doc.
The text was updated successfully, but these errors were encountered: