Skip to content

Latest commit

 

History

History

doc

ipvsctl - User Documentation

Setting up a playground

Command Reference and Examples

  • get is used to retrieve the current active configuration
  • validate validates a mode configuration
  • apply applies a configuration from a model file
  • changeset is used to mask the difference between the current active configuration and a model file
  • set is used to change settings on individual destinations, e.g. weights

Model Reference

ipvsctl works on yaml structures, which are described in the model section.

Dynamic parameters

ipvsctl's model may contain dynamic parameters. Placeholders such as ${myvar} are read from a source other than the model file.

Using ipvsctl programmatically