mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
moved Pull-InfraContainer to the last
This commit is contained in:
parent
f574071b8c
commit
6ca8bd4103
@ -140,7 +140,6 @@ try {
|
||||
|
||||
Create-DockerRegistryKey
|
||||
Configure-Dockerd
|
||||
Pull-InfraContainer
|
||||
DownloadAndInstall-KubernetesBinaries
|
||||
Create-NodePki
|
||||
Create-KubeletKubeconfig
|
||||
@ -159,6 +158,8 @@ try {
|
||||
|
||||
$config = New-FileRotationConfig
|
||||
Schedule-LogRotation -Pattern '.*\.log$' -Path ${env:LOGS_DIR} -RepetitionInterval $(New-Timespan -Hour 1) -Config $config
|
||||
|
||||
Pull-InfraContainer
|
||||
}
|
||||
catch {
|
||||
Write-Host 'Exception caught in script:'
|
||||
|
Loading…
Reference in New Issue
Block a user