Skip to content

Commit

Permalink
Update the kubernetes deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik committed Mar 17, 2022
1 parent 94238b5 commit 24eaab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions kubernetes/deployments/device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ spec:
k8s-app: furiosa-device-plugin
spec:
containers:
- image: ghcr.io/furiosa-ai/k8s-device-plugin:latest
- image: ghcr.io/furiosa-ai/k8s-device-plugin:0.9.1
name: furiosa-device-plugin
imagePullPolicy: Always
workingDir: /opt/bin
command: ["./k8s-device-plugin"]
args: ["--interval", "10"]
args: ["--interval", "10", "--default-pe", "pe0-1"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand All @@ -30,8 +30,6 @@ spec:
mountPath: /dev
- name: dp
mountPath: /var/lib/kubelet/device-plugins
- name: furiosactl
mountPath: /usr/bin/furiosactl
volumes:
- name: sys
hostPath:
Expand All @@ -42,9 +40,6 @@ spec:
- name: dp
hostPath:
path: /var/lib/kubelet/device-plugins
- name: furiosactl
hostPath:
path: /usr/bin/furiosactl
nodeSelector:
kubernetes.io/os: linux
alpha.furiosa.ai/npu.family: warboy
4 changes: 2 additions & 2 deletions kubernetes/deployments/node-labeller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ spec:
- key: CriticalAddonsOnly
operator: Exists
containers:
- image: ghcr.io/furiosa-ai/k8s-node-labeller:latest
- image: ghcr.io/furiosa-ai/k8s-node-labeller:0.3.0
name: furiosa-node-labeller
imagePullPolicy: Always
imagePullPolicy: Always
workingDir: /opt/bin
command: ["./k8s-node-labeller"]
args: [
Expand Down

0 comments on commit 24eaab9

Please sign in to comment.