Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Jan 10, 2025
1 parent b1ad112 commit 422b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ e2e-test-bgp:

# Add bgp peering label to non control plane nodes
KUBECONFIG=$(KUBECONFIG_PATH) kubectl get nodes --no-headers | grep -v control-plane |\
awk '{print $$1}' | xargs -I {} kubectl label nodes {} cilium-bgp-peering=true --overwrite
awk '{print $$1}' | xargs -I {} env KUBECONFIG=$(KUBECONFIG_PATH) kubectl label nodes {} cilium-bgp-peering=true --overwrite

# First patch: Add the necessary RBAC permissions
KUBECONFIG=$(KUBECONFIG_PATH) kubectl patch clusterrole ccm-linode-clusterrole --type='json' \
Expand Down

0 comments on commit 422b7ca

Please sign in to comment.