Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion npm/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
operator: Exists
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.28
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.29
resources:
limits:
cpu: 250m
Expand All @@ -106,6 +106,8 @@ spec:
- name: azure-npm-config
mountPath: /etc/azure-npm
hostNetwork: true
nodeSelector:
kubernetes.io/os: linux
volumes:
- name: log
hostPath:
Expand Down
8 changes: 3 additions & 5 deletions npm/examples/windows/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ roleRef:
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: azure-npm
name: azure-npm-win
namespace: kube-system
labels:
app: azure-npm
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
hostNetwork: true
containers:
- name: azure-npm
image: acnpublic.azurecr.io/azure-npm:v26-windows-amd64
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.29
command: ["powershell.exe"]
args: ['.\setkubeconfigpath.ps1', ';', 'powershell.exe', '.\npm.exe', "start", '--kubeconfig=.\kubeconfig']
resources:
Expand Down Expand Up @@ -141,7 +141,7 @@ data:
"EnablePprof": true,
"EnableHTTPDebugAPI": true,
"EnableV2NPM": true,
"PlaceAzureChainFirst": false,
"PlaceAzureChainFirst": true,
"ApplyIPSetsOnNeed": false
},
"Transport": {
Expand All @@ -150,5 +150,3 @@ data:
"ServicePort": 9001
}
}