-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
None
-
False
-
Not Selected
1. Proposed title of this feature request
HAProxy volumeMounts support
2. What is the nature and description of the request?
Customer has tight integration with F5 to run some custom start / stop scripts and need support for volumeMounts in haproxy
- Options for adding custom volume mounts
- volumeMounts:
- - mountPath: /var/lib/haproxy/router-f5-integration
- name: f5-scripts-vol
- volumes:
- - name: f5-scripts-vol
- configMap:
- name: f5-scripts
- defaultMode: 0777
3. Why does the customer need this? (List the business requirements here)
Customer's VOIP application needs 24 hour wait time before killing haproxy connections. This is mainly needed at the time of cluster version upgrades. Customer has lifecycle hooks preStop and postStart that achieves this via F5 integration
4. List any affected packages or components.
OpenShift HAProxy
- impacts account
-
RFE-3046 HAProxy - container specific changes - lifecycle hook postStart and preStop
- Under Review