Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,18 +230,6 @@ e2e-test-ipv6-backends:
LINODE_URL=$(LINODE_URL) \
chainsaw test e2e/test --selector ipv6-backends $(E2E_FLAGS)

.PHONY: e2e-test-bgp
e2e-test-bgp:
KUBECONFIG=$(KUBECONFIG_PATH) CLUSTER_SUFFIX=$(CLUSTER_NAME) ./e2e/setup/cilium-setup.sh
KUBECONFIG=$(KUBECONFIG_PATH) kubectl -n kube-system rollout status daemonset/ccm-linode --timeout=300s
CLUSTER_NAME=$(CLUSTER_NAME) \
MGMT_KUBECONFIG=$(MGMT_KUBECONFIG_PATH) \
KUBECONFIG=$(KUBECONFIG_PATH) \
REGION=$(LINODE_REGION) \
LINODE_TOKEN=$(LINODE_TOKEN) \
LINODE_URL=$(LINODE_URL) \
chainsaw test e2e/bgp-test/lb-cilium-bgp $(E2E_FLAGS)

.PHONY: e2e-test-subnet
e2e-test-subnet:
# Generate cluster manifests for second cluster
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ A Cloud Controller Manager (CCM) is a Kubernetes control plane component that em
- Health checks
- Session affinity
- Protocol configuration
- Supports multiple load balancing approaches
- Traditional NodeBalancer deployment
- BGP-based IP sharing for cost optimization
- Custom firewall rules and security configurations
- Supports NodeBalancer deployment with custom firewall rules and security configurations

#### Route Controller

Expand Down
Loading
Loading