Skip to content

Commit 83ac63b

Browse files
p3rf Teamcopybara-github
authored andcommitted
Remove the node selector for (new) vpa test
This is no longer used and causes the test to fail as of #6291 PiperOrigin-RevId: 844748186
1 parent ad0e65a commit 83ac63b

File tree

1 file changed

+0
-4
lines changed
  • perfkitbenchmarker/data/container/kubernetes_vpa

1 file changed

+0
-4
lines changed

perfkitbenchmarker/data/container/kubernetes_vpa/fib.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ spec:
3333
- containerPort: {{ port }}
3434
name: "web"
3535
protocol: "TCP"
36-
nodeSelector:
37-
{%- for node_selector in node_selectors %}
38-
{{node_selector}}
39-
{%- endfor %}
4036
---
4137
apiVersion: autoscaling.k8s.io/v1
4238
kind: VerticalPodAutoscaler

0 commit comments

Comments
 (0)