We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfb92e commit e00c1bcCopy full SHA for e00c1bc
userdata_nt.tpl
@@ -26,12 +26,4 @@ if ($disks_to_adjust -ne $null) {
26
[string]$EKSBootstrapScriptName = 'Start-EKSBootstrap.ps1'
27
[string]$EKSBootstrapScriptFile = "$EKSBinDir\$EKSBootstrapScriptName"
28
29
-& $EKSBootstrapScriptFile -EKSClusterName "${cluster_name}" -APIServerEndpoint "${cluster_endpoint}" -Base64ClusterCA "${certificate_authority_data}" ${bootstrap_extra_args} -KubeletExtraArgs "${kubelet_extra_args}" 3>&1 4>&1 5>&1 6>&1
30
-
31
-try{
32
-${after_cluster_joining_userdata}
33
-}catch{
34
- Write-Host "An error occurred in post-script" -ForegroundColor Red
35
- Write-Host $_.ScriptStackTrace
36
-}
37
</powershell>
0 commit comments