-
Notifications
You must be signed in to change notification settings - Fork 253
feat(rcv1p): unify cert bootstrap flow and add Windows CA refresh task #8096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rchincha
wants to merge
26
commits into
main
Choose a base branch
from
origin/rchinchani/rcv1p-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4ce6c11
feat: bump windows image version for 2026-03B (#8074)
aks-node-assistant[bot] 52e7bab
feat(rcv1p): unify cert bootstrap flow and add Windows CA refresh task
a183741
feat: enhance CA certificates refresh task with endpoint mode based o…
d8bfb24
feat: add tests for certificate endpoint mode handling in AKS custom …
f32dc9f
feat: simplify certificate endpoint mode handling and refresh task re…
b0c8ecf
feat: implement conditional CA certificates refresh task registration…
176604b
feat: enhance CA certificates refresh task registration for legacy CS…
b83899d
feat: update tests for certificate endpoint mode handling and refresh…
650fedc
feat: refactor test setup functions for improved readability and cons…
1e3d32e
feat: update Get-CustomCloudCertEndpointModeFromLocation to clarify e…
acb9156
feat: enhance tests for Should-InstallCACertificatesRefreshTask and G…
c496a58
feat: update cse_cmd.sh and cse_cmd.sh.gtpl to ensure consistent logg…
1071513
feat: update CA certificates functions for backward compatibility wit…
af55d5c
feat: remove deprecated Ubuntu repository initialization logic from i…
d3408c2
Split init-aks-custom-cloud.sh to fix Flatcar/ACL customData size limit
b7684ac
feat(e2e): add RCV1P cert mode end-to-end tests
85ec0f6
Address PR review feedback: fix multi-subscription, validation, and e…
4d8af28
Add Windows not-opted-in negative test for RCV1P cert mode
c126448
e2e: add VM instance-level tag update for RCV1P wireserver opt-in
f2fe7cc
e2e: use JSON injection for VM profile tags at VMSS creation time
069911c
e2e: use lightweight PATCH for VM instance tags instead of JSON injec…
4a5f81d
Revert "e2e: use lightweight PATCH for VM instance tags instead of JS…
2f04b09
e2e: use Microsoft.Resources/tags API for VM instance tag patching
467850d
e2e: use BeginUpdate + deferred CSE for VM instance tagging
9636e82
e2e: add feature flag check for RCV1P subscription
0dd8606
REVERT ME: poll wireserver IsOptedInForRootCerts with retry loop
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| name: $(Date:yyyyMMdd)$(Rev:.r) | ||
| variables: | ||
| TAGS_TO_RUN: "rcv1pcertmode=true" | ||
| SKIP_E2E_TESTS: false | ||
| E2E_GO_TEST_TIMEOUT: "75m" | ||
| schedules: | ||
| - cron: "0 11 * * *" | ||
| displayName: Daily 3am PST | ||
| branches: | ||
| include: | ||
| - main | ||
| always: true | ||
| trigger: none | ||
| pr: none | ||
| jobs: | ||
| - template: ./templates/e2e-template.yaml | ||
| parameters: | ||
| name: RCV1P Cert Mode Tests | ||
| IgnoreScenariosWithMissingVhd: false |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| echo $(date),$(hostname) > ${PROVISION_OUTPUT}; | ||
| {{if getIsAksCustomCloud .CustomCloudConfig}} | ||
| REPO_DEPOT_ENDPOINT="{{.CustomCloudConfig.RepoDepotEndpoint}}" | ||
| {{getInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | ||
| {{end}} | ||
| LOCATION="{{getCloudLocation .}}" | ||
|
rchincha marked this conversation as resolved.
|
||
| {{getInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | ||
|
rchincha marked this conversation as resolved.
rchincha marked this conversation as resolved.
|
||
| /usr/bin/nohup /bin/bash -c "/bin/bash /opt/azure/containers/provision_start.sh" | ||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.