yk8s.ch-k8s-lbaas

yk8s.ch-k8s-lbaas.agent_port

The TCP port on which the LBaaS agent should listen on the frontend nodes.

Type::

16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default::

15203

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.agent_source

Type::

RFC3986 HTTP(S) URL (scheme, authority and path only)

Default::

"https://github.com/cloudandheat/ch-k8s-lbaas/releases/download"

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.agent_urls

Customize URLs for the agents. This will typically be a list of HTTP URLs like http://agent_ip:15203. This option must be set if yk8s.ch-k8s-lbaas.port_manager is set to static and is ignored otherwise.

Type::

list of RFC3986 HTTP URL (scheme and authority only)

Default::

[ ]

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.agent_user

Type::

POSIX user name

Default::

"ch-k8s-lbaas-agent"

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.controller_repo

Type::

Kubernetes container image reference

Default::

"registry.gitlab.com/yaook/ch-k8s-lbaas/controller"

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.controller_resources

Type::

submodule

Default::

{ }

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.controller_resources.limits.cpu

CPU limits should never be set.

Thus, this option is deprecated.

Type::

null or Kubernetes quantity

Default::

null

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.controller_resources.limits.memory

Request and limit for the LBaaS controller

Type::

null or Kubernetes quantity

Default::

"256Mi"

Example::

null

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.controller_resources.requests.cpu

Request and limit for the LBaaS controller

Type::

null or Kubernetes quantity

Default::

"100m"

Example::

null

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.controller_resources.requests.memory

Memory requests should always be equal to the limits.

Thus, this option is deprecated.

Type::

null or Kubernetes quantity

Default::

"\${config.yk8s.ch-k8s-lbaas.controller_resources.limits.memory}"

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.enabled

Whether to enable our LBaas service.

Type::

boolean

Default::

false

Example::

true

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.port_manager

Configure which IP address (“port”) manager to use. Two options are available:

Type::

one of "openstack", "static"

Default::

"openstack"

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.shared_secret

A unique, random, base64-encoded secret. To generate such a secret, you can use the following command: $ dd if=/dev/urandom bs=16 count=1 status=none | base64

Type::

Base64 encoded string

Example::

"Example+NZHrRAV9AAN83T7Hc6wVk9IGzPou6UjwWhL+4hu1I4XPj+YG/AgKiFIc1a1EzmQKax9VAj6P/oA45w=="

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.static_ipv4_addresses

List of IPv4 addresses which are usable for the static port manager. It is your responsibility to ensure that the node(s) which run the agent(s) receive traffic for these IPv4 addresses.

Type::

list of IPv4 address in four-octets decimal notation

Default::

[ ]

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.use_bgp

Type::

boolean

Default::

true

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.use_floating_ips

Whether to enable the use of floating IPs.

Type::

boolean

Default::

true

Example::

false

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix

yk8s.ch-k8s-lbaas.version

Type::

OCI image tag

Default::

"0.9.0"

Declared by https://gitlab.com/alasca.cloud/tarook/tarook/-/tree/devel/nix/yk8s/k8s-supplements/ch-k8s-lbaas.nix