Skip to content

Commit

Permalink
Only offer TLS 1.3 in kubelet server
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipper committed Mar 6, 2024
1 parent 4fdd798 commit 13e1701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/seed/templates/kubeadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ data:
streamingConnectionIdleTimeout: 0s
syncFrequency: 0s
volumeStatsAggPeriod: 0s
tlsMinVersion: VersionTLS13
kind: ConfigMap
metadata:
name: kubelet-config
Expand Down
1 change: 1 addition & 0 deletions pkg/api/handlers/get_cluster_bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ authentication:
enabled: true
rotateCertificates: true
nodeLeaseDurationSeconds: 20
tlsMinVersion: VersionTLS13
featureGates:
`))

Expand Down
1 change: 1 addition & 0 deletions pkg/templates/node_1.27.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ storage:
rotateCertificates: true
nodeLeaseDurationSeconds: 20
cgroupDriver: systemd
tlsMinVersion: VersionTLS13
- path: /etc/flatcar/update.conf
filesystem: root
mode: 0644
Expand Down

0 comments on commit 13e1701

Please sign in to comment.