소스 검색

fix ca cert deploy for 3.10. addresses https://bugzilla.redhat.com/show_bug.cgi?id=1585978

Judd Maltin 6 년 전
부모
커밋
22c8805518
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/openshift-master/private/redeploy-openshift-ca.yml

+ 1 - 1
playbooks/openshift-master/private/redeploy-openshift-ca.yml

@@ -247,7 +247,7 @@
     - update ca trust
   - name: Update node client kubeconfig CA data
     kubeclient_ca:
-      client_path: "{{ openshift.common.config_base }}/node/system:node:{{ openshift.common.hostname }}.kubeconfig"
+      client_path: "{{ openshift.common.config_base }}/node/node.kubeconfig"
       ca_path: "{{ openshift.common.config_base }}/node/ca.crt"
   handlers:
   # Normally this handler would restart docker after updating ca