kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.32k forks source link

Kubelet Configuration (v1beta1): CredentialProvider apiVersion #48009

Open wkd3475 opened 4 hours ago

wkd3475 commented 4 hours ago

https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-CredentialProvider

Target: apiVersion

AS-IS:

CredentialProviderResponse MUST use the same encoding version as the input. Current supported values are:

credentialprovider.kubelet.k8s.io/v1beta1

TO-BE:

CredentialProviderResponse MUST use the same encoding version as the input. Current supported values are:

credentialprovider.kubelet.k8s.io/v1

It is my understanding that version v1 can be used, so it seems necessary to review and update the documentation accordingly.

k8s-ci-robot commented 4 hours ago

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
ayushpatil2122 commented 1 hour ago

/assign