Skip to content

Commit f756988

Browse files
committed
Add kube-apiserver to the components field for
LegacyServiceAccountTokenCleanUp in kep.yaml
1 parent f15cd5b commit f756988

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

keps/sig-auth/2799-reduction-of-secret-based-service-account-token/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ legacy tokens for security practices.
273273
#### Alpha -> Beta Graduation
274274

275275
- [ ] Approved by PRR and scalability
276-
- [ ] Any known bugs fixed
276+
- [x] Any known bugs fixed
277277
- [ ] Tests passing
278278

279279
### Upgrade / Downgrade Strategy

keps/sig-auth/2799-reduction-of-secret-based-service-account-token/kep.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ feature-gates:
2727
- name: LegacyServiceAccountTokenCleanUp
2828
components:
2929
- kube-controller-manager
30+
- kube-apiserver
3031
disable-supported: true
3132
metrics:
3233
- serviceaccount_legacy_tokens_total

0 commit comments

Comments
 (0)