File tree Expand file tree Collapse file tree 9 files changed +10
-0
lines changed
operator/pkg/controlplane Expand file tree Collapse file tree 9 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 46
46
- --feature-gates=APIPriorityAndFairness=false
47
47
- --audit-log-maxage=0
48
48
- --audit-log-maxbackup=0
49
+ - --tls-min-version=VersionTLS13
49
50
resources :
50
51
requests :
51
52
cpu : 100m
Original file line number Diff line number Diff line change 62
62
- --requestheader-username-headers=X-Remote-User
63
63
- --tls-cert-file=/etc/karmada/pki/apiserver.crt
64
64
- --tls-private-key-file=/etc/karmada/pki/apiserver.key
65
+ - --tls-min-version=VersionTLS13
65
66
name : karmada-apiserver
66
67
image : registry.k8s.io/kube-apiserver:v1.25.4
67
68
imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 42
42
- --audit-log-path=-
43
43
- --audit-log-maxage=0
44
44
- --audit-log-maxbackup=0
45
+ - --tls-min-version=VersionTLS13
45
46
readinessProbe :
46
47
httpGet :
47
48
path : /readyz
Original file line number Diff line number Diff line change 46
46
- --feature-gates=APIPriorityAndFairness=false
47
47
- --audit-log-maxage=0
48
48
- --audit-log-maxbackup=0
49
+ - --tls-min-version=VersionTLS13
49
50
livenessProbe :
50
51
httpGet :
51
52
path : /livez
Original file line number Diff line number Diff line change 65
65
- --feature-gates=APIPriorityAndFairness=false
66
66
- --audit-log-maxage=0
67
67
- --audit-log-maxbackup=0
68
+ - --tls-min-version=VersionTLS13
68
69
resources :
69
70
{{- toYaml .Values.aggregatedApiServer.resources | nindent 12 }}
70
71
readinessProbe :
Original file line number Diff line number Diff line change 73
73
- --tls-private-key-file=/etc/kubernetes/pki/karmada.key
74
74
- --max-requests-inflight={{ .Values.apiServer.maxRequestsInflight }}
75
75
- --max-mutating-requests-inflight={{ .Values.apiServer.maxMutatingRequestsInflight }}
76
+ - --tls-min-version=VersionTLS13
76
77
ports :
77
78
- name : http
78
79
containerPort : 5443
Original file line number Diff line number Diff line change 78
78
- --feature-gates=APIPriorityAndFairness=false
79
79
- --audit-log-maxage=0
80
80
- --audit-log-maxbackup=0
81
+ - --tls-min-version=VersionTLS13
81
82
livenessProbe :
82
83
httpGet :
83
84
path : /livez
Original file line number Diff line number Diff line change 59
59
- --max-requests-inflight=1500
60
60
- --max-mutating-requests-inflight=500
61
61
- --v=4
62
+ - --tls-min-version=VersionTLS13
62
63
livenessProbe:
63
64
failureThreshold: 8
64
65
httpGet:
@@ -171,6 +172,7 @@ spec:
171
172
- --feature-gates=APIPriorityAndFairness=false
172
173
- --audit-log-maxage=0
173
174
- --audit-log-maxbackup=0
175
+ - --tls-min-version=VersionTLS13
174
176
volumeMounts:
175
177
- mountPath: /etc/karmada/kubeconfig
176
178
name: kubeconfig
Original file line number Diff line number Diff line change 40
40
- --audit-log-path=-
41
41
- --audit-log-maxage=0
42
42
- --audit-log-maxbackup=0
43
+ - --tls-min-version=VersionTLS13
43
44
volumeMounts:
44
45
- name: kubeconfig
45
46
subPath: kubeconfig
You can’t perform that action at this time.
0 commit comments