Skip to content

Commit

Permalink
fix(bootstrap): add defaults for required IMDS restriction settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Sep 16, 2024
1 parent 13ad66a commit ecc10a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/providers/imagefamily/bootstrap/cse_cmd.sh.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,6 @@ KUBE_CA_CRT="{{.KubeCACrt}}"
KUBENET_TEMPLATE="{{.KubenetTemplate}}"
CONTAINERD_CONFIG_CONTENT="{{.ContainerdConfigContent}}"
IS_KATA="{{.IsKata}}"
ENABLE_IMDS_RESTRICTION=false
INSERT_IMDS_RESTRICTION_RULE_TO_MANGLE_TABLE=false
/usr/bin/nohup /bin/bash -c "/bin/bash /opt/azure/containers/provision_start.sh"

0 comments on commit ecc10a7

Please sign in to comment.