File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6868
6969 # deploy azure-npm-win
7070 # Windows
71- kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/ npm/examples/windows/azure-npm.yaml
71+ kubectl apply -f npm/examples/windows/azure-npm.yaml
7272 kubectl set image daemonset/azure-npm-win -n kube-system azure-npm=$IMAGE_REGISTRY/azure-npm:windows-amd64-ltsc2022-${{ parameters.tag }}
7373 kubectl rollout status -n kube-system daemonset/azure-npm-win
7474
Original file line number Diff line number Diff line change 8787 command : ["powershell.exe"]
8888 args :
8989 [
90- ' .\setkubeconfigpath.ps1' ,
91- " ;" ,
92- ' .\npm.exe' ,
90+ ' $env:CONTAINER_SANDBOX_MOUNT_POINT/npm.exe' ,
9391 " start" ,
94- ' --kubeconfig=.\kubeconfig' ,
9592 ]
9693 resources :
9794 limits :
You can’t perform that action at this time.
0 commit comments