-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: supporting 1.30 bootstrap via enabling out of tree credential p…
…rovider (#370) * feat: supporting 1.30 bootstrap via removing kubelet flag --azure-container-registry-config for 1.30 onwards * feat: adding support for using out of tree credentials in karpenter * test: adding additional validation in our testing for the flags for out of tree provider * fix: adding back in cgroupsv2 from rebase * fix: removing flag from base flags again * fix: fixing tests to properly validate the kubelet flags * fix: ci * fix: adding CSE VAR to contract that was not cherry picked properly from other pr * fix: 1.30 ci * test(unit): fixing client version we get for bootstrap to use the same source of truth * fix: ci lint * Update pkg/providers/imagefamily/bootstrap/aksbootstrap.go Co-authored-by: Alex Leites <[email protected]> * chore: adding util for checking if we need to use OOT Credential * chore: moving the OOTCredential CSE var to only be populated for 1.30+ * Update hack/toolchain.sh Co-authored-by: Alex Leites <[email protected]> --------- Co-authored-by: Alex Leites <[email protected]>
- Loading branch information
1 parent
cf27169
commit 45e0c39
Showing
6 changed files
with
74 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters