Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VPA][E2E] "Actuation does not act on injected sidecars" test is failing #4121

Closed
krzysied opened this issue Jun 7, 2021 · 1 comment · Fixed by #4124
Closed

[VPA][E2E] "Actuation does not act on injected sidecars" test is failing #4121

krzysied opened this issue Jun 7, 2021 · 1 comment · Fixed by #4124
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@krzysied
Copy link
Contributor

krzysied commented Jun 7, 2021

The VPA E2E test are failing https://k8s-testgrid.appspot.com/sig-autoscaling-vpa#autoscaling-vpa-actuation.

The failing test is "Actuation does not act on injected sidecars".

It fails since 2021-05-14 03:20:16 +0000 UTC

First bad run: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-autoscaling-vpa-actuation/1393043435660775424
Last good run: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-autoscaling-vpa-actuation/1393012984304898048

@krzysied krzysied added the kind/bug Categorizes issue or PR as related to a bug. label Jun 7, 2021
@krzysied
Copy link
Contributor Author

krzysied commented Jun 8, 2021

Based on the logs:

I0514 04:07:20.955]   �[91mMay 14 04:07:16.770: registering mutating webhook config z-sidecar-injection-webhook with namespace vertical-pod-autoscaling-1004
I0514 04:07:20.955]   Unexpected error:
I0514 04:07:20.955]       <*errors.StatusError | 0xc00048f180>: {
I0514 04:07:20.955]           ErrStatus: {
I0514 04:07:20.955]               TypeMeta: {Kind: "", APIVersion: ""},
I0514 04:07:20.956]               ListMeta: {
I0514 04:07:20.956]                   SelfLink: "",
I0514 04:07:20.956]                   ResourceVersion: "",
I0514 04:07:20.956]                   Continue: "",
I0514 04:07:20.956]                   RemainingItemCount: nil,
I0514 04:07:20.956]               },
I0514 04:07:20.957]               Status: "Failure",
I0514 04:07:20.957]               Message: "the server could not find the requested resource",
I0514 04:07:20.957]               Reason: "NotFound",
I0514 04:07:20.957]               Details: {Name: "", Group: "", Kind: "", UID: "", Causes: nil, RetryAfterSeconds: 0},
I0514 04:07:20.957]               Code: 404,
I0514 04:07:20.958]           },
I0514 04:07:20.958]       }
I0514 04:07:20.958]       the server could not find the requested resource
I0514 04:07:20.958]   occurred�[0m

It seems there is a problem with the webhook setup. This may be releated to v1beta being not supported in k8s 1.22 - kubernetes/kubernetes#82021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant