@@ -18,16 +18,16 @@ The following annotations on services of type `LoadBalancer` are supported:
1818
1919The following configuration flags are supported:
2020
21- - ` -cloudscale-token ` , ` CLOUDSCALE_TOKEN ` , no default, required: cloudscale.ch API token with
21+ - ` -cloudscale-token ` , ` CLOUDSCALE_TOKEN ` , no default, required: cloudscale.ch API token with
2222 write access
2323- ` -ip-limit ` , ` IP_LIMIT ` , default ` 5 ` : maximum number of floating ips that are allowed to exist on
2424 the cloudscale.ch account; this is used as an additional guard in case this controller is out of
2525 control and would create an infinite amount of floating ips
2626- ` -controller-id ` , ` CONTROLLER_ID ` , no default: if set, the controller will only process services
2727 with a ` linkyard.ch/slb-controller-id ` annotation set to this value
28- - ` -leader-election-configmap ` , ` LEADER_ELECTION_CONFIGMAP ` , no default: name of the ` ConfigMap `
28+ - ` -leader-election-configmap ` , ` LEADER_ELECTION_CONFIGMAP ` , no default: name of the ` ConfigMap `
2929 to use for leader election
30- - ` -leader-election-namespace ` ` LEADER_ELECTION_NAMESPACE ` , no default: name of the namespace where
30+ - ` -leader-election-namespace ` ` LEADER_ELECTION_NAMESPACE ` , no default: name of the namespace where
3131 the ` ConfigMap ` for leader election is located at
3232- ` -leader-election-node ` , ` LEADER_ELECTION_NODE ` , no default: name of the pod
3333- ` -leader-election-ttl ` , ` LEADER_ELECTION_TTL ` , default ` 10s ` : TTL for leader election, e.g. ` 10s ` ;
@@ -36,7 +36,7 @@ The following configuration flags are supported:
3636 ` Panic ` , ` Fatal ` , ` Error ` , ` Warn ` , ` Info ` , ` Debug ` , ` Trace `
3737- ` -kubeconfig ` , ` KUBECONFIG ` , no default, not required: path to a kubernetes kubconfig file; this
3838 is not required when running inside a kubernetes cluster
39- - ` -fake-cloudscale-client ` , ` FAKE_CLOUDSCALE_CLIENT ` : set to ` true ` to use a fake cloudscale.ch
39+ - ` -fake-cloudscale-client ` , ` FAKE_CLOUDSCALE_CLIENT ` : set to ` true ` to use a fake cloudscale.ch
4040 API client
41- - ` -chaos-chance ` , ` CHAOS_CHANCE ` , default ` 0 ` : chance of a call to one of the fake components failing;
41+ - ` -chaos-chance ` , ` CHAOS_CHANCE ` , default ` 0 ` : chance of a call to one of the fake components failing;
4242 range ` [0.0,1,0) `
0 commit comments