You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/2133-kubelet-credential-providers/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,7 @@ can be achieved using the exec plugin.
341
341
342
342
* integration or e2e tests.
343
343
* at least one working plugin implementation.
344
+
- there are two implementation currently for [ECR](https://github.com/kubernetes/cloud-provider-aws/tree/master/cmd/ecr-credential-provider) and [GCR](https://github.com/kubernetes/cloud-provider-gcp/tree/master/cmd/auth-provider-gcp).
344
345
* kubelet metrics for failed calls to exec plugins.
345
346
* improvements to concurrency and caching:
346
347
- use `singleflight.Group` to ensure only a single call per image. Today the kubelet holds a single lock for every call to `Provide`.
@@ -397,7 +398,7 @@ _This section must be completed when targeting beta graduation to a release._
397
398
398
399
***Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?**
399
400
400
-
No, upgrade->downgrade->upgrade were not tested. Manual validation will be done prior to promoting this feature to beta in v1.21.
401
+
No, upgrade->downgrade->upgrade were not tested. Manual validation will be done prior to promoting this feature to beta in v1.22.
401
402
402
403
***Is the rollout accompanied by any deprecations and/or removals of features, APIs,
0 commit comments