Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed May 23, 2024
1 parent 6e16e0b commit 84ff482
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Services of `type: LoadBalancer` can receive an external IP not backed by a Node

This feature requires the Kubernetes cluster to be using [Cilium](https://cilium.io/) as the CNI with the `bgp-control-plane` feature enabled.

Example configuration:
##### Example Daemonset configuration:

```
apiVersion: apps/v1
Expand All @@ -105,22 +105,23 @@ spec:
containers:
- image: linode/linode-cloud-controller-manager:latest
name: ccm-linode
args:
- --leader-elect-resource-lock=endpoints
- --v=3
- --port=0
- --secure-port=10253
- --bgp-node-selector=cilium-bgp-peering=true
- --load-balancer-type=cilium-bgp
volumeMounts:
- mountPath: /etc/kubernetes
name: k8s
env:
- name: LINODE_URL
value: https://api.linode.com/v4beta
args:
- --bgp-node-selector=cilium-bgp-peering=true
- --load-balancer-type=cilium-bgp
...
```

##### Example Helm chart configuration:

```
sharedIPLoadBalancing:
loadBalancerType: cilium-bgp
bgpNodeSelector: cilium-bgp-peering=true
```

#### Firewalls
Firewall rules can be applied to the CCM Managed NodeBalancers in two distinct ways.

Expand Down

0 comments on commit 84ff482

Please sign in to comment.