[node operator] self-initialize resources

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-07-29 15:00:15 +02:00 committed by Malte Poll
parent 1cee319174
commit 51cf638361
27 changed files with 1021 additions and 26 deletions

View file

@ -53,8 +53,9 @@ spec:
- mountPath: /etc/azure
name: azureconfig
readOnly: true
# TODO(user): Configure the resources accordingly based on the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- mountPath: /etc/gce
name: gceconf
readOnly: true
resources:
limits:
cpu: 500m
@ -71,6 +72,10 @@ spec:
secret:
secretName: azureconfig
optional: true
- name: gceconf
configMap:
name: gceconf
optional: true
nodeSelector:
node-role.kubernetes.io/control-plane: ""
imagePullSecrets: