diff --git a/kubernetes/deployments/device-plugin.yaml b/kubernetes/deployments/device-plugin.yaml index 095611ca..a98e43a3 100644 --- a/kubernetes/deployments/device-plugin.yaml +++ b/kubernetes/deployments/device-plugin.yaml @@ -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: @@ -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: @@ -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 diff --git a/kubernetes/deployments/node-labeller.yaml b/kubernetes/deployments/node-labeller.yaml index d60634f3..7ca7ced6 100644 --- a/kubernetes/deployments/node-labeller.yaml +++ b/kubernetes/deployments/node-labeller.yaml @@ -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: [