فهرست منبع

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