You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
You need to mount a ConfigMap over the HAProxy template(!). But you'd need to do some trickery with subPath as the HAProxy template is not in a directory of its own. As a consequence changes to the ConfigMap after start of the container won't be reflected in it because a bind mount is used to implement the subPath feature. Define a volume like this:
The key name in the ConfigMap needs to be haproxy.tmpl.
You could also derive a new image and replace /haproxy.tmpl with a new a file or a symlink to a separate directory where you then mount the ConfigMap.
I want to add a configuration to haproxy.cfg
The
I created a configmap of haproxy. CFG, but it was not successful. May I ask how to operate it if I want to increase the configuration of haproxy
kube-keepalived-vip-configmap configuration
The text was updated successfully, but these errors were encountered: