Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 480 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 480 Bytes

APB for an HA deployment of wordpress with percona and etcd Requires ansible >= 2.4, the openshift ansible modules, and kubernetes >= 1.5

Requires the hpa service account have view permissions to replicasets.

If you don't have those permissions set, you can set them with

{ oc get clusterrole system:hpa-controller -o yaml ; echo '- apiGroups: - extensions - "" attributeRestrictions: null resources: - replicasets/scale verbs: - get - update'; } | oc replace -f -