From fa28e568260008f7cac4b684723e6a6e2349e5fa Mon Sep 17 00:00:00 2001 From: Khaja Omer Date: Fri, 10 Jan 2025 15:15:40 -0600 Subject: [PATCH] test --- Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 9c6e25ca..e5f8b632 100644 --- a/Makefile +++ b/Makefile @@ -207,16 +207,9 @@ e2e-test-bgp: 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' \ - -p='[{\ - "op": "add",\ - "path": "/rules/-",\ - "value": {\ - "apiGroups": ["cilium.io"],\ - "resources": ["ciliumloadbalancerippools", "ciliumbgppeeringpolicies"],\ - "verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]\ - }\ - }]' + KUBECONFIG=$(KUBECONFIG_PATH) kubectl patch clusterrole ccm-linode-clusterrole --type='json'\ + -p='[{"op": "add", "path": "/rules/-", "value": {"apiGroups": ["cilium.io"], "resources": ["ciliumloadbalancerippools", "ciliumbgppeeringpolicies"], "verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]}}]' + # Patch: Append new args to the existing ones KUBECONFIG=$(KUBECONFIG_PATH) kubectl patch daemonset ccm-linode -n kube-system --type='json' \