소스 검색

Merge pull request #8044 from sdodson/fix-gcp-upgrade

Always create docker client-ca.crt symlink
Scott Dodson 7 년 전
부모
커밋
2bc68045c9
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      roles/openshift_node/tasks/upgrade/config_changes.yml

+ 0 - 5
roles/openshift_node/tasks/upgrade/config_changes.yml

@@ -11,10 +11,6 @@
     path: "{{ openshift.common.config_base }}/node/pods"
     state: directory
     mode: 0755
-- name: Check for client-ca.crt
-  stat:
-    path: "{{ openshift_node_config_dir }}/client-ca.crt"
-  register: client_ca_crt
 
 - name: Ensure docker-registry directory exists
   file:
@@ -27,7 +23,6 @@
     dest: "/etc/docker/certs.d/docker-registry.default.svc:5000/node-client-ca.crt"
     state: link
     force: yes
-  when: client_ca_crt.stat.exists
 
 - name: Update node-config for static pods
   yedit: