Skip to content

Commit 68617ab

Browse files
committed
KEP-3257: Cluster Trust Bundles
This KEP proposes a new ClusterTrustBundle object that signers can use to distribute their X.509 trust anchors. The following integrations are supported: * Kubelet can mount the contents of a ClusterTrustBundle into a pod. * Webhook and aggregated API server config objects can refer to a ClusterTrustBundle object rather than an inline list of trust anchors.
1 parent 942ae79 commit 68617ab

File tree

3 files changed

+1250
-0
lines changed

3 files changed

+1250
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The KEP must have an approver from the
2+
# "prod-readiness-approvers" group
3+
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
4+
kep-number: 3257
5+
alpha:
6+
approver: "deads2k"

0 commit comments

Comments
 (0)