Commit Graph

11 Commits

Author SHA1 Message Date
Joachim Bartosik b16ab89c3c Allow privilidged pods in VPA E2E
We allowed them before (it was default) but now we need to allow it explicitly:

https://groups.google.com/a/kubernetes.io/g/dev/c/BZlDyz9FK1U/m/57PgQlA4BgAJ

Long term I want to run pods without privilidge but it requeres:

- https://github.com/kubernetes/kubernetes/pull/110779 to merge
- Syncing e2e dependencies to include the merged change
- Changing tests to run pods without privilidges

To keep tests passing through removal of PodSecurityPolicy for 1.25 I want to
merge this change first and reduce pod privilidges later
2022-07-19 13:22:37 +02:00
Joachim Bartosik d4fa6f5bcf Switch to using policy v1 API
v1beta1 is deprecated in 1.25
2022-05-17 11:27:10 +02:00
Karol Gołąb 273e35b88c Introduce per-VPA minReplicas to allow overriding global setting. 2022-01-18 11:41:42 +01:00
Chen-Wang1 c4bd38b17a Added changes to support alternative recommender 2021-11-15 16:08:59 -05:00
Joachim Bartosik a6bb213ca9 Update VPA e2e dependencies so they will work with 1.20 K8s
1. IsRetryableAPIError is no longer needed, stop using it
https://github.com/kubernetes/kubernetes/pull/95495
2. LogClusterImageSources is now private, stop using it
https://github.com/kubernetes/kubernetes/pull/89676
3. DeleteResourceAndWaitForGC was moved
4. k8s.io/kubernetes/test/e2e/manifest was moved
2021-09-06 22:53:15 +02:00
Beata Lach (Skiba) 3edbe0c708 Fixes needed after e2e deps update 2020-07-21 16:32:08 +02:00
Krzysztof Siedlecki cc85b708c1 applying concurrency safe deployment creation 2020-03-23 13:27:36 +01:00
Krzysztof Siedlecki eec8ecb820 adding injected sidecar test 2020-02-06 12:04:47 +01:00
Krzysztof Siedlecki c18e3b28c6 merging updater and actuation tests 2020-01-28 16:14:20 +01:00
Beata Skiba 0f459de8d6 Update e2e VPA code for deps update 2019-10-25 18:02:05 +02:00
Beata Skiba c1b74bd59a e2e tests for v1 API 2019-07-11 10:31:36 +02:00