Skip to content

Commit

Permalink
Fix Get-IsDSRSupported command not found (#5903)
Browse files Browse the repository at this point in the history
While this is only used in EKS we'll probably end up putting more and
more of this script's functions in calico.psm1
  • Loading branch information
lmm authored Apr 13, 2022
1 parent 6977e16 commit dcde766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calico/scripts/install-calico-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ Exit
Remove-Item $RootDir -Force -Recurse -ErrorAction SilentlyContinue
Write-Host "Unzip Calico for Windows release..."
Expand-Archive -Force $CalicoZip c:\
ipmo $RootDir\libs\calico\calico.psm1

Write-Host "Setup Calico for Windows..."
SetConfigParameters -OldString '<your datastore type>' -NewString $Datastore
Expand Down

0 comments on commit dcde766

Please sign in to comment.