File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -218,25 +218,6 @@ if [[ ${ENABLE_METADATA_CONCEALMENT:-} == "true" ]]; then
218
218
PROVIDER_VARS=" ${PROVIDER_VARS:- } ENABLE_METADATA_CONCEALMENT METADATA_CONCEALMENT_NO_FIREWALL"
219
219
fi
220
220
221
-
222
- # Enable AESGCM encryption of secrets by default.
223
- ENCRYPTION_PROVIDER_CONFIG=" ${ENCRYPTION_PROVIDER_CONFIG:- } "
224
- if [[ -z " ${ENCRYPTION_PROVIDER_CONFIG} " ]]; then
225
- ENCRYPTION_PROVIDER_CONFIG=$( cat << EOM | base64 | tr -d '\r\n'
226
- kind: EncryptionConfiguration
227
- apiVersion: apiserver.config.k8s.io/v1
228
- resources:
229
- - resources:
230
- - secrets
231
- providers:
232
- - aesgcm:
233
- keys:
234
- - name: key1
235
- secret: $( dd if=/dev/urandom iflag=fullblock bs=32 count=1 2> /dev/null | base64 | tr -d ' \r\n' )
236
- EOM
237
- )
238
- fi
239
-
240
221
# Optional: Enable node logging.
241
222
ENABLE_NODE_LOGGING=" ${KUBE_ENABLE_NODE_LOGGING:- true} "
242
223
LOGGING_DESTINATION=" ${KUBE_LOGGING_DESTINATION:- gcp} " # options: elasticsearch, gcp
Original file line number Diff line number Diff line change @@ -1283,7 +1283,6 @@ ETCD_CA_KEY: $(yaml-quote ${ETCD_CA_KEY_BASE64:-})
1283
1283
ETCD_CA_CERT: $( yaml-quote ${ETCD_CA_CERT_BASE64:- } )
1284
1284
ETCD_PEER_KEY: $( yaml-quote ${ETCD_PEER_KEY_BASE64:- } )
1285
1285
ETCD_PEER_CERT: $( yaml-quote ${ETCD_PEER_CERT_BASE64:- } )
1286
- ENCRYPTION_PROVIDER_CONFIG: $( yaml-quote ${ENCRYPTION_PROVIDER_CONFIG:- } )
1287
1286
SERVICEACCOUNT_ISSUER: $( yaml-quote ${SERVICEACCOUNT_ISSUER:- } )
1288
1287
EOF
1289
1288
# KUBE_APISERVER_REQUEST_TIMEOUT_SEC (if set) controls the --request-timeout
You can’t perform that action at this time.
0 commit comments