Skip to content

Commit cc68e88

Browse files
authored
ci: update NPM Windows daemonset for k8s version 1.28 (#2622)
* ci: add working directory for k8s 1.28 * ci: match workflows * ci: use branch daemonset
1 parent ad1585f commit cc68e88

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.pipelines/npm/npm-cni-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

npm/examples/windows/azure-npm.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,8 @@ spec:
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:

0 commit comments

Comments
 (0)