Commit eff43c5 1 parent b7bbffb commit eff43c5 Copy full SHA for eff43c5
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -181,17 +181,20 @@ jobs:
181
181
set -e
182
182
183
183
# deploy azure-npm
184
- cp $(Pipeline.Workspace)/s/npm/azure-npm.yaml azure-npm.yaml
184
+ curl -LO https://raw.githubusercontent.com/Azure/azure-container-networking/416d98151032df10fce9372018fc3cc8304ce4f5/npm/azure-npm.yaml
185
+ # cp $(Pipeline.Workspace)/s/npm/azure-npm.yaml azure-npm.yaml
185
186
sed -i 's/memory: 300Mi/memory: 1000Mi/g' azure-npm.yaml
186
187
kubectl apply -f azure-npm.yaml
187
188
188
- cp $(Pipeline.Workspace)/s/npm/examples/windows/azure-npm.yaml azure-npm-win.yaml
189
+ curl -LO https://raw.githubusercontent.com/Azure/azure-container-networking/416d98151032df10fce9372018fc3cc8304ce4f5/npm/examples/windows/azure-npm.yaml
190
+ mv azure-npm.yaml azure-npm-win.yaml
191
+ # cp $(Pipeline.Workspace)/s/npm/examples/windows/azure-npm.yaml azure-npm-win.yaml
189
192
# set higher memory limit
190
193
sed -i 's/memory: 300Mi/memory: 1000Mi/g' azure-npm-win.yaml
191
194
kubectl apply -f azure-npm-win.yaml
192
195
193
196
# swap azure-npm image with one built during run
194
- kubectl set image daemonset/azure-npm -n kube-system azure-npm=$IMAGE_REGISTRY/azure-npm:linux-amd64-$(TAG)
197
+ kubectl set image daemonset/azure-npm -n kube-system azure-npm=$IMAGE_REGISTRY/azure-npm:56aeb02a # linux-amd64-$(TAG)
195
198
kubectl set image daemonset/azure-npm-win -n kube-system azure-npm=$IMAGE_REGISTRY/azure-npm:windows-amd64-ltsc2022-$(TAG)
196
199
197
200
sleep 5s
You can’t perform that action at this time.
0 commit comments