File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
cluster-autoscaler/cloudprovider/azure/test Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ ARTIFACTS?=_artifacts
16
16
.PHONY : test-e2e
17
17
test-e2e : build-e2e
18
18
go run github.com/onsi/ginkgo/v2/ginkgo -v --trace --output-dir " $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" e2e -- \
19
- -resource-group=" $$ (KUBECONFIG= kubectl get managedclusters -o jsonpath='{.items[0].status.nodeResourceGroup}')" \
20
- -cluster-name=" $$ (KUBECONFIG= kubectl get cluster -o jsonpath='{.items[0].metadata.name}')" \
21
- -client-id=" $$ (KUBECONFIG= kubectl get userassignedidentities -o jsonpath='{.items[0].status.clientId}')" \
19
+ -resource-group=" $$ (KUBECONFIG= kubectl get managedclusters -n default - o jsonpath='{.items[0].status.nodeResourceGroup}')" \
20
+ -cluster-name=" $$ (KUBECONFIG= kubectl get cluster -n default - o jsonpath='{.items[0].metadata.name}')" \
21
+ -client-id=" $$ (KUBECONFIG= kubectl get userassignedidentities -n default - o jsonpath='{.items[0].status.clientId}')" \
22
22
-cas-namespace=" $( CLUSTER_AUTOSCALER_NAMESPACE) " \
23
23
-cas-serviceaccount-name=" $( CLUSTER_AUTOSCALER_SERVICEACCOUNT_NAME) " \
24
24
-cas-image-repository=" $( IMAGE) -$( GOARCH) " \
Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ apiVersion: v1
266
266
kind : Secret
267
267
metadata :
268
268
name : ${ASO_CREDENTIAL_SECRET_NAME}
269
+ namespace : default
269
270
stringData :
270
271
AZURE_SUBSCRIPTION_ID : ${AZURE_SUBSCRIPTION_ID}
271
272
AZURE_TENANT_ID : ${AZURE_TENANT_ID}
@@ -276,6 +277,7 @@ apiVersion: rbac.authorization.k8s.io/v1
276
277
kind : ClusterRole
277
278
metadata :
278
279
name : capz-${CLUSTER_NAME}
280
+ namespace : default
279
281
labels :
280
282
cluster.x-k8s.io/aggregate-to-capz-manager : " true"
281
283
rules :
You can’t perform that action at this time.
0 commit comments