-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Move kubelet credential provider feature flag to beta and update the api's #108847
Conversation
b631614
to
8249fbd
Compare
staging/src/k8s.io/kubelet/pkg/apis/credentialprovider/v1beta1/register.go
Show resolved
Hide resolved
6b0b5d4
to
12b10c5
Compare
02e047c
to
f31a449
Compare
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/priority important-soon |
/retest |
staging/src/k8s.io/kubelet/pkg/apis/credentialprovider/install/install.go
Show resolved
Hide resolved
/retest /lgtm |
update the release note with specifically what actions a user should take (e.g. credential provider config changed from |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adisky, liggitt 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 |
be2f4cb
to
ef398da
Compare
Signed-off-by: Aditi Sharma <[email protected]>
ef398da
to
ed16ef2
Compare
/lgtm |
/retest |
/lgtm |
/hold cancel |
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 |
/retest |
|
||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object | ||
|
||
// CredentialProviderConfig is the configuration containing information about |
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.
@liggitt WDYT? Is it awkward that these are in kubelet/config/v1beta1 now that folks want to move them to GA? Is it possible to create kubelet/config/v1 with only support for the CredentialProviderConfig (I can't remember if that'll work or yell about being unable to round trip the non-GA stuff through available API versions)?
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.
@ndixita was wondering the best path forward here for graduating CredentialProviderConfig et. al. without boiling the ocean of getting everything else in here to GA.
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.
Is it awkward that these are in kubelet/config/v1beta1 now that folks want to move them to GA?
GA feature should correspond to GA config, yes
Is it possible to create kubelet/config/v1 with only support for the CredentialProviderConfig
Yes, sparse versions work fine
Signed-off-by: Aditi Sharma [email protected]
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
Move the Kubelet Credential Provider feature to Beta, Update the credential provider api to beta
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: