소스 검색

Merge pull request #7 from j0hnL/master

changed location of systemd files
John Lockman 5 년 전
부모
커밋
4c1939bfb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/common/tasks/main.yml

+ 1 - 1
roles/common/tasks/main.yml

@@ -86,7 +86,7 @@
 
 - name: Add KUBE_EXTRA_ARGS to enable GPUs
   lineinfile:
-    path: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
+    path: /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf
     line: 'Environment="KUBELET_EXTRA_ARGS=--feature-gates=DevicePlugins=true"'
     insertbefore: 'KUBELET_KUBECONFIG_ARGS='
   tags: install