Skip to content

Commit 9dd47b8

Browse files
authored
Merge pull request #524 from linode/switch-premium-nb-udp-e2etests
[tests][fix] Add premium NodeBalancer type annotation to UDP port e2e tests
2 parents bc72420 + 3952f0f commit 9dd47b8

5 files changed

Lines changed: 9 additions & 0 deletions

File tree

e2e/test/lb-with-udp-ports-algorithm/create-pods-services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ metadata:
3535
name: svc-test
3636
labels:
3737
app: lb-with-udp-ports-algorithm
38+
annotations:
39+
service.beta.kubernetes.io/linode-loadbalancer-nodebalancer-type: "premium"
3840
spec:
3941
type: LoadBalancer
4042
selector:

e2e/test/lb-with-udp-ports-change-port/create-pods-services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ metadata:
3535
name: svc-test
3636
labels:
3737
app: lb-with-udp-ports-change-port
38+
annotations:
39+
service.beta.kubernetes.io/linode-loadbalancer-nodebalancer-type: "premium"
3840
spec:
3941
type: LoadBalancer
4042
selector:

e2e/test/lb-with-udp-ports-mode/create-pods-services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ metadata:
3535
name: svc-test
3636
labels:
3737
app: lb-with-udp-ports-mode
38+
annotations:
39+
service.beta.kubernetes.io/linode-loadbalancer-nodebalancer-type: "premium"
3840
spec:
3941
type: LoadBalancer
4042
selector:

e2e/test/lb-with-udp-ports-stickiness/create-pods-services.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ metadata:
3737
app: lb-with-udp-ports-stickiness
3838
annotations:
3939
service.beta.kubernetes.io/linode-loadbalancer-default-algorithm: ring_hash
40+
service.beta.kubernetes.io/linode-loadbalancer-nodebalancer-type: "premium"
4041
spec:
4142
type: LoadBalancer
4243
selector:

e2e/test/lb-with-udp-ports/create-pods-services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ metadata:
3535
name: svc-test
3636
labels:
3737
app: lb-with-udp-ports
38+
annotations:
39+
service.beta.kubernetes.io/linode-loadbalancer-nodebalancer-type: "premium"
3840
spec:
3941
type: LoadBalancer
4042
selector:

0 commit comments

Comments
 (0)