HAProxy Enterprise Documentation 2.7r1
experimental mode
The experimental mode is used to access extra features still in development.
Description
The experimental mode is used to access extra features still in development.
Without options, this operation indicates whether experimental mode is enabled or disabled on the current connection. When the on argument is passed, it enables experimental mode for the current CLI connection only. With off, it disables experimental mode.
Examples
Below, we enable experimental mode so we can use an experimental operation:
$ echo "experimental-mode on; add server be_test/server2 enabled maxconn=1000" | \
sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock
Next up
get acl