-
Notifications
You must be signed in to change notification settings - Fork 250
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
base: main
Are you sure you want to change the base?
Changes from all commits
22dcac4
df04182
a7c00d9
6c98854
11da2fd
23c1c2a
5d882a8
f0b9921
b7f956e
fd0b7c1
71ac637
f881677
5afe344
db87679
d4a06ad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 .}}" | ||||||||||||||||
| {{getInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | ||||||||||||||||
|
Comment on lines
4
to
+6
|
||||||||||||||||
| {{end}} | |
| LOCATION="{{getCloudLocation .}}" | |
| {{getInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | |
| LOCATION="{{getCloudLocation .}}" | |
| export LOCATION | |
| {{getInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | |
| {{end}} |
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -18,8 +18,9 @@ fi; | |||||||||||||
| {{end}} | ||||||||||||||
| {{if IsAKSCustomCloud}} | ||||||||||||||
| REPO_DEPOT_ENDPOINT="{{AKSCustomCloudRepoDepotEndpoint}}" | ||||||||||||||
| {{GetInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | ||||||||||||||
| {{end}} | ||||||||||||||
| LOCATION={{GetVariable "location"}} | ||||||||||||||
| {{GetInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | ||||||||||||||
|
Comment on lines
21
to
+23
|
||||||||||||||
| {{end}} | |
| LOCATION={{GetVariable "location"}} | |
| {{GetInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | |
| export LOCATION={{GetVariable "location"}} | |
| {{GetInitAKSCustomCloudFilepath}} >> /var/log/azure/cluster-provision.log 2>&1; | |
| {{end}} |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.