-
Notifications
You must be signed in to change notification settings - Fork 40.6k
Promote kuberc to beta #131818
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
Promote kuberc to beta #131818
Conversation
/triage accepted |
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
/lgtm |
LGTM label has been added. Git tree hash: 52ff86287297a1f176e1153bb958faab61c94b7c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
7 similar comments
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
Flake #129280 |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/hold |
/hold cancel |
Changelog suggestion -kubectl: mechanism for customizing kubectl behavior using preferences from a `kuberc` file (separate from kubeconfig) graduates to beta
+kubectl: graduated `kuberc` support to beta. A `kuberc` configuration file provides a mechanism for customizing kubectl behavior (separate from kubeconfig, which configured cluster access across different clients). |
Thanks Tim - updated! |
What type of PR is this?
/kind api-change
/kind feature
What this PR does / why we need it:
This PR promotes kuberc to beta which means that it is enabled by default and can be disabled via:
KUBECTL_KUBERC=false
(when it is promoted to GA, this flag will disappear) orKUBERC=off
Special notes for your reviewer:
From #131619 (review), which called out the required elements to beta promotion:
Done in
kuberc: add v1beta1 types
commit.Done in
kuberc: pick the latest known version when decoding + tests
commit.Handles separately in #131757, but also update to beta in
Promote kuberc to beta
commit.Based on the discussion in kubernetes/enhancements#5300 (comment) and slack discussion with @mpuckett159 we've decided to drop this requirement.
Fuzzy tests added on
kuberc: introduce fuzzing for kuberc types
commit. Further validation and correctness will be done in a followup./assign @ardaguclu @mpuckett159
from sig-cli pov
/assign @liggitt
for api review
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: