소스 검색

Merge pull request #7825 from dcbw/sdn-leave-plugins-alone

sdn: don't blow away all existing CNI plugins
OpenShift Merge Robot 6 년 전
부모
커밋
947061af29
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      roles/openshift_sdn/files/sdn.yaml

+ 1 - 2
roles/openshift_sdn/files/sdn.yaml

@@ -78,8 +78,7 @@ spec:
           done
 
           # Take over network functions on the node
-          rm -Rf /etc/cni/net.d/*
-          rm -Rf /host/opt/cni/bin/*
+          rm -Rf /etc/cni/net.d/80-openshift-network.conf
           cp -Rf /opt/cni/bin/* /host/opt/cni/bin/
 
           if [[ -f /etc/sysconfig/origin-node ]]; then