|
@@ -45,6 +45,16 @@
|
|
|
- key: spec.containers[0].readinessProbe.httpGet.port
|
|
|
value: "{{ openshift_master_api_port }}"
|
|
|
|
|
|
+- name: Update controller-manager static pod on atomic host
|
|
|
+ yedit:
|
|
|
+ src: "{{ mktemp.stdout }}/controller.yaml"
|
|
|
+ edits:
|
|
|
+ - key: spec.volumes[3].hostPath.path
|
|
|
+ value: "{{ openshift_flexvolume_container_directory_default }}"
|
|
|
+ - key: spec.containers[0].volumeMounts[3].mountPath
|
|
|
+ value: "{{ openshift_flexvolume_container_directory_default }}"
|
|
|
+ when: openshift_is_atomic | bool
|
|
|
+
|
|
|
- name: ensure pod location exists
|
|
|
file:
|
|
|
path: "{{ openshift_control_plane_static_pod_location }}"
|