kubernetes / autoscaler

Autoscaling components for Kubernetes
Apache License 2.0
8.05k stars 3.97k forks source link

VPA - Error getting Admission Controller status #4527

Closed tmpbook closed 2 years ago

tmpbook commented 2 years ago

Which component are you using?:VPA

What version of the component are you using?:

Component version:0.9.2

What k8s version are you using (kubectl version)?:

kubectl version Output
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:56:40Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:48:36Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}

What environment is this in?: -

What did you expect to happen?: VPA should take action as the recommendation.

What happened instead?: VPA isn't taking any actions for the recommendation.

How to reproduce it (as minimally and precisely as possible): -

Anything else we need to know?:

apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
  name: k8s-autoscaler-vpa
spec:
  targetRef:
    apiVersion: "apps/v1"
    kind: Deployment
    name: k8s-autoscaler
  updatePolicy:
    updateMode: "Auto"
kubectl logs vpa-admission-controller-85885bf4b-687zj -nkube-system Output
I1215 06:44:33.044327       1 flags.go:52] FLAG: --add-dir-header="false"
I1215 06:44:33.044371       1 flags.go:52] FLAG: --address=":8943"
I1215 06:44:33.044374       1 flags.go:52] FLAG: --alsologtostderr="false"
I1215 06:44:33.044377       1 flags.go:52] FLAG: --evict-after-oom-threshold="10m0s"
I1215 06:44:33.044379       1 flags.go:52] FLAG: --eviction-rate-burst="1"
I1215 06:44:33.044382       1 flags.go:52] FLAG: --eviction-rate-limit="-1"
I1215 06:44:33.044385       1 flags.go:52] FLAG: --eviction-tolerance="0.5"
I1215 06:44:33.044388       1 flags.go:52] FLAG: --log-backtrace-at=":0"
I1215 06:44:33.044392       1 flags.go:52] FLAG: --log-dir=""
I1215 06:44:33.044395       1 flags.go:52] FLAG: --log-file=""
I1215 06:44:33.044397       1 flags.go:52] FLAG: --log-file-max-size="1800"
I1215 06:44:33.044400       1 flags.go:52] FLAG: --logtostderr="true"
I1215 06:44:33.044403       1 flags.go:52] FLAG: --min-replicas="2"
I1215 06:44:33.044406       1 flags.go:52] FLAG: --skip-headers="false"
I1215 06:44:33.044408       1 flags.go:52] FLAG: --skip-log-headers="false"
I1215 06:44:33.044411       1 flags.go:52] FLAG: --stderrthreshold="0"
I1215 06:44:33.044414       1 flags.go:52] FLAG: --updater-interval="1m0s"
I1215 06:44:33.044417       1 flags.go:52] FLAG: --use-admission-controller-status="true"
I1215 06:44:33.044419       1 flags.go:52] FLAG: --v="4"
I1215 06:44:33.044422       1 flags.go:52] FLAG: --vmodule=""
I1215 06:44:33.044427       1 flags.go:52] FLAG: --vpa-object-namespace=""
I1215 06:44:33.044434       1 main.go:73] Vertical Pod Autoscaler 0.9.2 Updater
I1215 06:44:33.046633       1 reflector.go:175] Starting reflector *v1beta1.CronJob (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.046657       1 reflector.go:211] Listing and watching *v1beta1.CronJob from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.246565       1 shared_informer.go:253] caches populated
I1215 06:44:33.246593       1 fetcher.go:100] Initial sync of CronJob completed
I1215 06:44:33.246773       1 reflector.go:175] Starting reflector *v1.DaemonSet (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.246788       1 reflector.go:211] Listing and watching *v1.DaemonSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.346725       1 shared_informer.go:253] caches populated
I1215 06:44:33.346744       1 fetcher.go:100] Initial sync of DaemonSet completed
I1215 06:44:33.346893       1 reflector.go:175] Starting reflector *v1.Deployment (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.346906       1 reflector.go:211] Listing and watching *v1.Deployment from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.446883       1 shared_informer.go:253] caches populated
I1215 06:44:33.446904       1 fetcher.go:100] Initial sync of Deployment completed
I1215 06:44:33.447215       1 reflector.go:175] Starting reflector *v1.ReplicaSet (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.447233       1 reflector.go:211] Listing and watching *v1.ReplicaSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.547595       1 shared_informer.go:253] caches populated
I1215 06:44:33.547629       1 fetcher.go:100] Initial sync of ReplicaSet completed
I1215 06:44:33.547762       1 reflector.go:175] Starting reflector *v1.StatefulSet (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.547774       1 reflector.go:211] Listing and watching *v1.StatefulSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.647754       1 shared_informer.go:253] caches populated
I1215 06:44:33.647777       1 fetcher.go:100] Initial sync of StatefulSet completed
I1215 06:44:33.647920       1 reflector.go:175] Starting reflector *v1.ReplicationController (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.647933       1 reflector.go:211] Listing and watching *v1.ReplicationController from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.747960       1 shared_informer.go:253] caches populated
I1215 06:44:33.748156       1 fetcher.go:100] Initial sync of ReplicationController completed
I1215 06:44:33.748412       1 reflector.go:175] Starting reflector *v1.Job (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.748429       1 reflector.go:211] Listing and watching *v1.Job from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:44:33.929215       1 shared_informer.go:253] caches populated
I1215 06:44:33.929235       1 fetcher.go:100] Initial sync of Job completed
I1215 06:44:33.929474       1 shared_informer.go:253] caches populated
I1215 06:44:33.929496       1 shared_informer.go:253] caches populated
I1215 06:44:33.929639       1 reflector.go:175] Starting reflector *v1.Deployment (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.929660       1 reflector.go:211] Listing and watching *v1.Deployment from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.929866       1 reflector.go:175] Starting reflector *v1.StatefulSet (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.929888       1 reflector.go:211] Listing and watching *v1.StatefulSet from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.929996       1 reflector.go:175] Starting reflector *v1.ReplicationController (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930016       1 reflector.go:211] Listing and watching *v1.ReplicationController from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930083       1 reflector.go:175] Starting reflector *v1.DaemonSet (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930113       1 reflector.go:211] Listing and watching *v1.DaemonSet from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930060       1 reflector.go:175] Starting reflector *v1.ReplicaSet (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930148       1 reflector.go:211] Listing and watching *v1.ReplicaSet from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930254       1 reflector.go:175] Starting reflector *v1beta1.CronJob (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930271       1 reflector.go:211] Listing and watching *v1beta1.CronJob from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930369       1 reflector.go:175] Starting reflector *v1.Job (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930389       1 reflector.go:211] Listing and watching *v1.Job from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930423       1 reflector.go:175] Starting reflector *v1.LimitRange (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:44:33.930444       1 reflector.go:211] Listing and watching *v1.LimitRange from k8s.io/client-go/informers/factory.go:135
I1215 06:44:34.029851       1 shared_informer.go:253] caches populated
I1215 06:44:34.029870       1 shared_informer.go:253] caches populated
I1215 06:44:34.029873       1 shared_informer.go:253] caches populated
I1215 06:44:34.029876       1 shared_informer.go:253] caches populated
I1215 06:44:34.029879       1 shared_informer.go:253] caches populated
I1215 06:44:34.029882       1 shared_informer.go:253] caches populated
I1215 06:44:34.029894       1 updater.go:241] Rate limit disabled
I1215 06:44:34.031155       1 reflector.go:175] Starting reflector *v1.ReplicationController (1m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:44:34.031189       1 reflector.go:211] Listing and watching *v1.ReplicationController from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:44:34.230214       1 shared_informer.go:253] caches populated
I1215 06:44:34.230420       1 reflector.go:175] Starting reflector *v1.StatefulSet (1m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:44:34.230439       1 reflector.go:211] Listing and watching *v1.StatefulSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:44:34.330362       1 shared_informer.go:253] caches populated
I1215 06:44:34.330526       1 reflector.go:175] Starting reflector *v1.ReplicaSet (1m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:44:34.330540       1 reflector.go:211] Listing and watching *v1.ReplicaSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:44:34.430557       1 shared_informer.go:253] caches populated
I1215 06:44:34.430718       1 reflector.go:175] Starting reflector *v1.VerticalPodAutoscaler (1h0m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90
I1215 06:44:34.430736       1 reflector.go:211] Listing and watching *v1.VerticalPodAutoscaler from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90
I1215 06:44:34.530723       1 shared_informer.go:253] caches populated
I1215 06:44:34.530745       1 api.go:94] Initial VPA synced successfully
I1215 06:44:34.530832       1 reflector.go:175] Starting reflector *v1.Pod (1h0m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289
I1215 06:44:34.530855       1 reflector.go:211] Listing and watching *v1.Pod from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289
E1215 06:45:34.533227       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:46:34.532630       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:47:34.532791       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:48:34.532704       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:49:34.532646       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:49:52.756384       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 06:50:02.931952       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 06:50:19.931844       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 06:50:34.532511       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:50:37.933485       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 06:50:39.541611       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 35 items received
I1215 06:50:58.232072       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 06:51:01.333217       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 27 items received
I1215 06:51:03.932466       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 06:51:09.030045       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 27 items received
I1215 06:51:27.933616       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 06:51:34.532513       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:51:40.553613       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 06:51:44.455551       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 31 items received
I1215 06:51:54.131196       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 06:52:07.932573       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 21 items received
I1215 06:52:34.245220       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 06:52:34.532165       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:52:52.354484       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 24 items received
I1215 06:52:57.433227       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 0 items received
I1215 06:52:59.653362       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 06:53:34.532709       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:53:37.932727       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 06:54:15.330034       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 06:54:34.532705       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:55:34.532777       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:55:52.757551       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 06:56:34.532640       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:56:50.933430       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 06:56:52.456452       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 06:57:04.933433       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 06:57:06.542696       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 17 items received
I1215 06:57:27.233220       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
E1215 06:57:34.532479       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:57:41.132482       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 06:58:10.933259       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 06:58:15.355795       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 06:58:16.654352       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 06:58:34.532727       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:59:17.554923       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 06:59:34.532752       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:59:46.334038       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 06:59:55.934475       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 06:59:56.934906       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:00:09.933979       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 07:00:28.031171       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:00:34.532418       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:00:45.331359       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:00:55.434385       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 3 items received
E1215 07:01:34.532846       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:01:43.758803       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:02:04.933707       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:02:26.246616       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:02:34.532431       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:03:27.934521       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 07:03:34.532519       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:03:57.133780       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:04:12.543595       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 07:04:32.934818       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:04:34.532359       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:04:34.934593       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:04:35.457465       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:05:04.655246       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:05:06.234395       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:05:25.936149       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 07:05:34.532503       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:05:50.032403       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:06:15.335218       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:06:34.532622       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:06:51.332587       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:07:11.356697       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 07:07:34.532611       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:07:55.759828       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 07:08:34.532653       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:08:37.934827       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:08:41.556180       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:09:19.435759       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
I1215 07:09:23.935436       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 07:09:34.532725       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:10:02.935240       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 07:10:26.936031       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:10:34.532535       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:11:17.033702       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:11:34.532795       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:11:42.935605       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:12:05.247887       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:12:09.935707       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 07:12:34.532834       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:12:51.544733       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 07:12:57.135028       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:13:28.656471       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 07:13:34.532455       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:13:42.336417       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:14:04.458371       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:14:34.532831       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:14:39.761217       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:14:59.235329       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:15:01.937320       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 07:15:34.532608       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:16:29.333878       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:16:34.532581       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:16:57.357910       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 13 items received
I1215 07:17:04.935762       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:17:08.437052       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 8 items received
I1215 07:17:14.557246       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:17:21.936785       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 07:17:34.532632       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:17:37.936340       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:17:47.936373       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 13 items received
I1215 07:18:18.034901       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 10 items received
E1215 07:18:34.532644       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:19:07.337669       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 10 items received
I1215 07:19:12.937206       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:19:27.546013       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 15 items received
E1215 07:19:34.532483       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:20:34.532714       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:21:12.942019       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:21:33.136375       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 07:21:34.532542       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:21:37.936755       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:21:41.657611       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:21:49.236673       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:22:00.249103       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:22:24.459526       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 10 items received
E1215 07:22:34.532659       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:22:45.762209       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:22:52.558174       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:22:53.359186       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 07:23:15.936760       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 07:23:34.532875       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:23:45.938088       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:24:09.335341       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:24:34.532612       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:24:40.937333       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:24:57.937514       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 07:25:16.438134       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
E1215 07:25:34.532790       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:26:25.036143       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:26:33.137657       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 07:26:34.532246       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:26:52.338999       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:27:19.938181       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:27:34.532984       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:27:52.559257       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:27:53.360125       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 07:27:53.763396       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:28:05.547306       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
E1215 07:28:34.532700       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:28:40.658579       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:29:18.238115       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:29:26.460799       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 12 items received
E1215 07:29:34.533358       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:30:01.250376       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:30:17.937685       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:30:21.943309       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 07:30:34.532718       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:31:34.532830       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:31:40.138699       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:31:41.939367       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:31:56.336710       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:32:33.439355       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 8 items received
E1215 07:32:34.532724       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:32:49.937938       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:33:33.939400       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:33:34.532233       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:33:44.938253       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:33:45.764349       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:34:07.361052       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 14 items received
I1215 07:34:20.938750       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 14 items received
I1215 07:34:25.037548       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 18 items received
E1215 07:34:34.532559       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:34:35.461773       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 7 items received
E1215 07:35:34.532477       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:36:02.548715       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 33 items received
I1215 07:36:04.560563       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:36:05.340379       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 18 items received
E1215 07:36:34.532726       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:37:34.532702       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:37:41.337955       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:37:42.251580       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:37:44.659609       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:37:46.239372       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:38:08.139837       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 07:38:34.532735       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:39:06.944324       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:39:19.440603       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 4 items received
I1215 07:39:27.939946       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 5 items received
I1215 07:39:33.362255       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 5 items received
E1215 07:39:34.532429       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:39:42.940794       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:40:09.938906       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:40:26.940187       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 07:40:34.532432       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:41:14.765315       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:41:22.038499       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 18 items received
E1215 07:41:34.532573       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:41:52.939474       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:41:58.939470       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:42:31.462728       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 18 items received
E1215 07:42:34.532572       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:43:34.532517       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:43:55.561593       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:44:01.341275       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 18 items received
I1215 07:44:34.432591       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: forcing resync
E1215 07:44:34.532784       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:44:34.540960       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: forcing resync
I1215 07:44:38.946443       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:44:44.338872       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:45:11.660870       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:45:12.363419       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 12 items received
I1215 07:45:27.252407       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:45:34.532416       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:45:39.941887       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:45:40.550087       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 7 items received
I1215 07:46:24.940958       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 12 items received
E1215 07:46:34.532489       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:46:43.771337       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:47:07.141064       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:47:21.940753       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:47:33.240260       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
E1215 07:47:34.532601       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:47:43.940337       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:47:53.464211       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:48:13.441777       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
E1215 07:48:34.532679       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:48:42.941441       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:48:50.940194       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:48:58.039321       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:49:34.532763       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:49:48.342172       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:50:19.947289       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:50:29.562789       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 07:50:34.532952       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:51:20.339817       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:51:34.532693       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:52:34.532631       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:52:36.241443       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:52:52.662063       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:52:52.941566       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:53:00.253471       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:53:03.364319       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 07:53:22.465112       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:53:34.532842       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:53:55.551121       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 07:54:01.942373       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 07:54:04.943068       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:54:34.532709       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:54:59.772541       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:55:03.443109       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 8 items received
I1215 07:55:31.942034       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 07:55:34.532501       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:55:34.941433       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:55:41.040138       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:55:41.142088       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:56:03.343305       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:56:23.948558       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 07:56:34.533157       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:57:34.532651       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:57:49.942482       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:58:15.563813       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:58:20.342443       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:58:34.532820       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:58:39.466495       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:58:42.663227       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:59:31.942493       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 07:59:34.532404       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:59:37.943889       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:00:07.242452       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:00:30.444099       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
E1215 08:00:34.532504       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:00:47.943274       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:01:04.943388       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:01:33.365479       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 08:01:34.532235       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:01:56.041305       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:02:08.254390       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:02:26.949989       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:02:34.532498       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:02:55.943942       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 08:03:34.532745       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:03:47.343406       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:03:53.773809       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:03:54.552357       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:04:08.942270       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 08:04:34.532866       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:04:55.143010       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:05:15.664135       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:05:31.243673       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
E1215 08:05:34.532778       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:05:55.344455       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:06:34.532593       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:06:45.943613       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:06:52.467507       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:07:03.944844       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:07:34.532615       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:07:47.944517       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:07:58.565230       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:08:00.945407       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:08:31.042594       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:08:34.532499       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:08:51.445424       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 9 items received
I1215 08:09:26.951235       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:09:34.532290       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:09:37.255494       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:10:34.532512       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:10:34.944600       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:10:35.553291       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:10:41.245026       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:11:01.774861       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:11:05.144258       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:11:17.366580       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 08:11:34.532887       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:12:00.344657       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:12:24.945979       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:12:34.532886       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 08:13:34.532917       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:13:34.943254       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:14:04.665257       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:14:25.468494       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:14:33.345726       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:14:34.532627       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:14:52.944848       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 08:15:34.532795       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:15:40.952539       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 08:15:56.945519       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:16:24.945690       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 08:16:34.532547       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:16:46.367781       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:17:04.345990       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:17:21.566516       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 08:17:34.532824       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:17:45.043857       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:17:53.946454       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:18:00.446818       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
E1215 08:18:34.532508       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:18:49.246018       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:18:54.944325       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:19:11.256793       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:19:14.145194       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 08:19:34.532567       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:19:45.554270       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:19:46.776096       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:20:19.947191       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:20:34.532905       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 08:21:34.533106       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:22:19.953632       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:22:34.532749       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:22:39.469871       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:22:59.347159       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:23:19.368984       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 08:23:34.532791       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:24:02.945970       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:24:03.666485       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:24:14.946723       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:24:25.947465       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:24:28.346672       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:24:34.532419       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:24:51.776981       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 08:25:34.532881       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:25:54.247316       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:26:10.946886       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:26:13.258100       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:26:34.532567       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:26:54.045111       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:27:01.448106       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
I1215 08:27:11.567826       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:27:29.945311       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 08:27:34.532523       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:27:43.470836       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:28:34.532461       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:28:42.146252       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:29:15.667351       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:29:16.948248       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:29:26.954928       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 08:29:32.555460       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
E1215 08:29:34.532517       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:30:08.348236       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 08:30:34.532665       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:31:00.248554       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:31:09.948718       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 08:31:34.532845       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:31:47.948106       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:31:59.347586       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:32:13.569108       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:32:31.259094       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:32:31.947996       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
E1215 08:32:34.532519       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:32:50.370145       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:33:18.947241       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 08:33:34.532913       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:33:35.449159       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 8 items received
I1215 08:34:02.778177       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:34:12.147315       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:34:34.472064       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:34:34.532273       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 08:35:34.532792       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:35:50.556571       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:36:04.046393       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:36:34.532562       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:36:52.349424       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:36:58.946557       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:37:04.249758       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:37:27.668604       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 08:37:34.532561       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:38:06.948915       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:38:06.949255       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:38:23.956138       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 08:38:32.949278       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 08:38:34.532763       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:38:34.948508       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 08:39:34.532812       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:39:35.260256       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:39:43.450247       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
I1215 08:39:58.348762       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:40:06.570296       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:40:15.949777       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 08:40:34.532618       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:40:39.779422       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:40:57.148327       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:41:18.473240       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:41:34.532657       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:42:21.557991       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:42:23.373259       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 08:42:34.532716       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:43:00.947529       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 08:43:34.532781       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:43:46.950201       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:43:57.670182       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:44:34.432737       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: forcing resync
E1215 08:44:34.532662       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:44:34.541076       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: forcing resync
I1215 08:45:13.350617       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 08:45:34.532622       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:45:37.451201       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
I1215 08:45:54.047610       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:46:34.532672       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:46:44.950114       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:46:52.251036       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:47:08.950205       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
E1215 08:47:34.533024       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:47:40.474482       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:47:43.950930       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:48:07.957449       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 08:48:19.949450       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 08:48:34.532706       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:48:37.261309       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:49:15.571264       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:49:23.559328       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:49:30.149660       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 08:49:34.532756       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:49:40.350209       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
kubectl logs vpa-updater-5fdd744d7f-xblq7 -nkube-system Output
I1215 06:51:00.136549       1 flags.go:52] FLAG: --add-dir-header="false"
I1215 06:51:00.136587       1 flags.go:52] FLAG: --address=":8943"
I1215 06:51:00.136590       1 flags.go:52] FLAG: --alsologtostderr="false"
I1215 06:51:00.136593       1 flags.go:52] FLAG: --evict-after-oom-threshold="10m0s"
I1215 06:51:00.136595       1 flags.go:52] FLAG: --eviction-rate-burst="1"
I1215 06:51:00.136598       1 flags.go:52] FLAG: --eviction-rate-limit="-1"
I1215 06:51:00.136600       1 flags.go:52] FLAG: --eviction-tolerance="0.5"
I1215 06:51:00.136603       1 flags.go:52] FLAG: --log-backtrace-at=":0"
I1215 06:51:00.136607       1 flags.go:52] FLAG: --log-dir=""
I1215 06:51:00.136610       1 flags.go:52] FLAG: --log-file=""
I1215 06:51:00.136612       1 flags.go:52] FLAG: --log-file-max-size="1800"
I1215 06:51:00.136615       1 flags.go:52] FLAG: --logtostderr="true"
I1215 06:51:00.136617       1 flags.go:52] FLAG: --min-replicas="2"
I1215 06:51:00.136619       1 flags.go:52] FLAG: --skip-headers="false"
I1215 06:51:00.136622       1 flags.go:52] FLAG: --skip-log-headers="false"
I1215 06:51:00.136625       1 flags.go:52] FLAG: --stderrthreshold="0"
I1215 06:51:00.136627       1 flags.go:52] FLAG: --updater-interval="1m0s"
I1215 06:51:00.136630       1 flags.go:52] FLAG: --use-admission-controller-status="true"
I1215 06:51:00.136632       1 flags.go:52] FLAG: --v="4"
I1215 06:51:00.136635       1 flags.go:52] FLAG: --vmodule=""
I1215 06:51:00.136638       1 flags.go:52] FLAG: --vpa-object-namespace=""
I1215 06:51:00.136645       1 main.go:73] Vertical Pod Autoscaler 0.9.2 Updater
I1215 06:51:00.139348       1 reflector.go:175] Starting reflector *v1.ReplicaSet (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.139752       1 reflector.go:211] Listing and watching *v1.ReplicaSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.539260       1 shared_informer.go:253] caches populated
I1215 06:51:00.539284       1 fetcher.go:100] Initial sync of ReplicaSet completed
I1215 06:51:00.539412       1 reflector.go:175] Starting reflector *v1.StatefulSet (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.539424       1 reflector.go:211] Listing and watching *v1.StatefulSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.639418       1 shared_informer.go:253] caches populated
I1215 06:51:00.639440       1 fetcher.go:100] Initial sync of StatefulSet completed
I1215 06:51:00.639615       1 reflector.go:175] Starting reflector *v1.ReplicationController (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.639632       1 reflector.go:211] Listing and watching *v1.ReplicationController from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.739590       1 shared_informer.go:253] caches populated
I1215 06:51:00.739608       1 fetcher.go:100] Initial sync of ReplicationController completed
I1215 06:51:00.739783       1 reflector.go:175] Starting reflector *v1.Job (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.739800       1 reflector.go:211] Listing and watching *v1.Job from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.839710       1 shared_informer.go:253] caches populated
I1215 06:51:00.839734       1 fetcher.go:100] Initial sync of Job completed
I1215 06:51:00.839942       1 reflector.go:175] Starting reflector *v1beta1.CronJob (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.839954       1 reflector.go:211] Listing and watching *v1beta1.CronJob from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.939888       1 shared_informer.go:253] caches populated
I1215 06:51:00.939908       1 fetcher.go:100] Initial sync of CronJob completed
I1215 06:51:00.940074       1 reflector.go:175] Starting reflector *v1.DaemonSet (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:00.940086       1 reflector.go:211] Listing and watching *v1.DaemonSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:01.040073       1 shared_informer.go:253] caches populated
I1215 06:51:01.040095       1 fetcher.go:100] Initial sync of DaemonSet completed
I1215 06:51:01.040237       1 reflector.go:175] Starting reflector *v1.Deployment (10m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:01.040353       1 reflector.go:211] Listing and watching *v1.Deployment from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95
I1215 06:51:01.140310       1 shared_informer.go:253] caches populated
I1215 06:51:01.140330       1 fetcher.go:100] Initial sync of Deployment completed
I1215 06:51:01.140376       1 shared_informer.go:253] caches populated
I1215 06:51:01.140387       1 shared_informer.go:253] caches populated
I1215 06:51:01.140390       1 shared_informer.go:253] caches populated
I1215 06:51:01.140392       1 shared_informer.go:253] caches populated
I1215 06:51:01.140395       1 shared_informer.go:253] caches populated
I1215 06:51:01.140551       1 reflector.go:175] Starting reflector *v1.LimitRange (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140565       1 reflector.go:175] Starting reflector *v1.Deployment (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140570       1 reflector.go:211] Listing and watching *v1.LimitRange from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140575       1 reflector.go:211] Listing and watching *v1.Deployment from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140614       1 reflector.go:175] Starting reflector *v1.DaemonSet (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140630       1 reflector.go:211] Listing and watching *v1.DaemonSet from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140629       1 reflector.go:175] Starting reflector *v1.StatefulSet (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140644       1 reflector.go:211] Listing and watching *v1.StatefulSet from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140693       1 reflector.go:175] Starting reflector *v1.ReplicationController (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140712       1 reflector.go:211] Listing and watching *v1.ReplicationController from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140696       1 reflector.go:175] Starting reflector *v1.ReplicaSet (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140745       1 reflector.go:211] Listing and watching *v1.ReplicaSet from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140866       1 reflector.go:175] Starting reflector *v1beta1.CronJob (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140883       1 reflector.go:211] Listing and watching *v1beta1.CronJob from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140894       1 reflector.go:175] Starting reflector *v1.Job (10m0s) from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.140915       1 reflector.go:211] Listing and watching *v1.Job from k8s.io/client-go/informers/factory.go:135
I1215 06:51:01.240502       1 shared_informer.go:253] caches populated
I1215 06:51:01.240523       1 shared_informer.go:253] caches populated
I1215 06:51:01.240526       1 shared_informer.go:253] caches populated
I1215 06:51:01.240539       1 updater.go:241] Rate limit disabled
I1215 06:51:01.240693       1 reflector.go:175] Starting reflector *v1.ReplicationController (1m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:51:01.240705       1 reflector.go:211] Listing and watching *v1.ReplicationController from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:51:01.340654       1 shared_informer.go:253] caches populated
I1215 06:51:01.340825       1 reflector.go:175] Starting reflector *v1.StatefulSet (1m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:51:01.340838       1 reflector.go:211] Listing and watching *v1.StatefulSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:51:01.440806       1 shared_informer.go:253] caches populated
I1215 06:51:01.440998       1 reflector.go:175] Starting reflector *v1.ReplicaSet (1m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:51:01.441013       1 reflector.go:211] Listing and watching *v1.ReplicaSet from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349
I1215 06:51:01.540990       1 shared_informer.go:253] caches populated
I1215 06:51:01.541157       1 reflector.go:175] Starting reflector *v1.VerticalPodAutoscaler (1h0m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90
I1215 06:51:01.541170       1 reflector.go:211] Listing and watching *v1.VerticalPodAutoscaler from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90
I1215 06:51:01.641138       1 shared_informer.go:253] caches populated
I1215 06:51:01.641155       1 api.go:94] Initial VPA synced successfully
I1215 06:51:01.641222       1 reflector.go:175] Starting reflector *v1.Pod (1h0m0s) from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289
I1215 06:51:01.641240       1 reflector.go:211] Listing and watching *v1.Pod from k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289
E1215 06:52:01.643496       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:53:01.643020       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:54:01.643403       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:55:01.643064       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 06:56:01.643005       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:56:20.047233       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 06:56:30.142505       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 06:56:47.142472       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 06:57:01.643063       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:57:05.144471       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 06:57:06.651551       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 3 items received
I1215 06:57:25.342310       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 06:57:28.443943       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 06:57:31.142772       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 06:57:36.144999       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 06:57:55.144618       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 06:58:01.643013       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:58:07.845293       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 06:58:11.745543       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 06:58:21.242236       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 06:58:35.143348       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 06:59:01.494223       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 5 items received
E1215 06:59:01.642900       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 06:59:19.646355       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 06:59:24.543526       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 0 items received
I1215 06:59:26.946165       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:00:01.644612       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:00:05.144091       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:00:42.544861       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 07:01:01.643377       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:02:01.643305       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:02:20.048641       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 07:03:01.643260       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:03:18.143740       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:03:19.746500       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:03:32.143679       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:03:33.652328       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 07:03:54.343795       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
E1215 07:04:01.642777       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:04:08.243364       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:04:38.143767       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:04:42.647643       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:04:43.947060       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:05:01.643161       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:05:44.846347       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:06:01.643320       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:06:13.444905       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:06:23.145286       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 07:06:24.145879       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:06:37.144574       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:06:55.146177       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:07:01.643021       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:07:12.546111       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:07:22.544465       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
E1215 07:08:01.643394       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:08:11.049954       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 07:08:32.145102       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:08:53.495541       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:09:01.643177       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:09:55.144887       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 07:10:01.643049       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:10:24.244561       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:10:39.653224       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 07:11:00.144919       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:11:01.642902       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:11:02.145007       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:11:02.747428       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:11:31.948056       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:11:33.344970       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:11:53.147079       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 07:12:01.642918       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:12:17.147391       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:12:42.446111       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:13:01.642950       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:13:18.547208       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:13:38.648564       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 07:14:01.643443       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:14:23.051198       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 07:15:01.643337       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:15:05.146299       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:15:08.847476       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:15:46.545324       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 9 items received
I1215 07:15:51.146146       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 9 items received
E1215 07:16:01.642946       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:16:30.145768       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:16:54.146257       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:17:01.642878       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:17:44.148583       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 10 items received
E1215 07:18:01.643405       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:18:10.145950       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:18:32.496748       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 10 items received
I1215 07:18:37.146101       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 07:19:01.643552       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:19:18.654517       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 15 items received
I1215 07:19:24.245933       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:19:55.949328       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 07:20:01.643166       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:20:09.447401       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 10 items received
I1215 07:20:31.748372       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 07:21:01.643351       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:21:07.052465       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 13 items received
I1215 07:21:26.345884       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:21:29.148350       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 07:22:01.642934       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:22:56.548644       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 07:23:01.643044       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:23:24.650051       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:23:32.147332       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:23:35.546496       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 9 items received
I1215 07:23:41.848341       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:23:49.147099       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 07:24:01.643297       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:24:05.147122       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 5 items received
I1215 07:24:15.147116       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:24:45.149873       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:25:01.643618       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:25:34.448694       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:25:40.147541       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:25:54.655785       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
E1215 07:26:01.643051       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:27:01.643181       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:27:40.149396       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:28:00.247016       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 07:28:01.642894       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:28:05.147076       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:28:08.950560       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:28:16.347123       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:28:27.497877       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 7 items received
I1215 07:28:51.750241       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 07:29:01.642944       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:29:13.053383       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 10 items received
I1215 07:29:19.849324       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:29:20.651293       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:29:43.148230       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 07:30:01.643199       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:30:13.148352       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:30:36.549869       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 07:31:01.644469       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:31:08.148103       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 10 items received
I1215 07:31:25.148346       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:31:43.547827       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 9 items received
E1215 07:32:01.643393       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:32:52.151119       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 12 items received
I1215 07:33:00.248360       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 07:33:01.642753       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:33:19.450030       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 16 items received
I1215 07:33:47.148523       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:34:01.643181       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:34:19.850372       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:34:20.652282       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:34:21.054518       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 5 items received
I1215 07:34:32.657591       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 33 items received
E1215 07:35:01.643140       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:35:07.951388       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:35:45.348307       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:35:53.751527       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 07:36:01.643125       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:36:28.499029       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 12 items received
I1215 07:36:45.147996       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:36:49.150745       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 07:37:01.643043       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:38:01.643075       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:38:07.249358       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:38:09.151475       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:38:23.551116       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:39:00.549180       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 4 items received
E1215 07:39:01.642743       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:39:17.149334       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:40:01.149789       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:40:01.642693       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:40:12.148989       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 9 items received
I1215 07:40:13.055421       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 5 items received
I1215 07:40:34.653132       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:40:48.149600       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:40:52.152277       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 24 items received
E1215 07:41:01.643155       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:41:02.752559       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 07:42:01.643413       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:42:29.658830       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 7 items received
I1215 07:42:31.851568       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:42:32.451270       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 20 items received
E1215 07:43:01.643207       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:44:01.643194       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:44:08.552297       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:44:09.500186       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 18 items received
I1215 07:44:11.952248       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:44:13.349549       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:44:35.250257       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 07:45:01.643157       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:45:34.151598       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:45:46.550461       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
I1215 07:45:55.150769       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 07:46:00.654327       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 07:46:01.642766       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:46:10.151187       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:46:37.149215       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:46:54.157990       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 07:47:01.642824       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:47:42.056366       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 12 items received
I1215 07:47:49.153426       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:48:01.643167       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:48:20.150154       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 12 items received
I1215 07:48:26.150500       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:48:58.753426       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 07:49:01.643988       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:50:01.643056       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:50:22.852489       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:50:28.452154       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:51:01.542926       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: forcing resync
E1215 07:51:01.642938       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:51:01.650929       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: forcing resync
I1215 07:51:06.152788       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:51:11.553151       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 07:51:38.953416       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:51:39.655603       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:51:54.501421       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:52:01.643256       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:52:07.152241       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 07:52:07.660072       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 07:52:52.151746       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 07:53:01.642881       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:53:11.057658       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 07:53:34.251414       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 07:53:49.151430       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 07:54:00.350530       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
E1215 07:54:01.643045       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:54:11.151553       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:54:20.754522       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 07:54:40.551712       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 12 items received
E1215 07:55:01.643337       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:55:10.159383       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 07:55:18.150303       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 07:55:25.154630       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 07:56:01.643047       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:56:15.453074       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:56:47.153646       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 07:56:56.853918       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 07:57:01.643120       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:57:47.554159       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 07:58:01.642927       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 07:59:01.643147       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 07:59:03.352772       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 07:59:19.954545       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 07:59:20.152748       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 07:59:27.502695       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 07:59:30.656648       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 07:59:49.755539       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 08:00:01.643413       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:00:22.660979       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:00:29.153113       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:00:32.153447       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:01:01.643474       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:01:27.059159       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:01:30.552983       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 8 items received
I1215 08:01:59.152779       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
E1215 08:02:01.643145       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:02:02.151473       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:02:08.155588       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:02:08.252501       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:02:30.454251       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:02:51.155088       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 08:03:01.643524       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 08:04:01.652714       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:04:17.160368       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:04:42.854907       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:04:47.555470       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 08:05:01.643442       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:05:06.756783       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:05:09.955668       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:05:59.153810       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:06:01.642746       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:06:05.154440       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:06:34.353845       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:06:57.553918       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 6 items received
E1215 08:07:01.642660       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:07:15.154092       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:07:32.154111       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:08:00.658106       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 08:08:01.643434       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:08:23.156539       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:08:35.503674       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:08:54.156389       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 08:09:01.643120       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:09:23.161704       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 08:10:01.643510       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:10:14.556635       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:10:21.060316       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:10:21.662211       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:10:36.152457       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 08:11:01.643345       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:11:22.253408       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:11:42.956576       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:11:58.355100       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
E1215 08:12:01.643052       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:12:22.455521       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:13:01.643332       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:13:13.155474       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 08:13:19.757664       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:13:31.155392       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:14:01.643193       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:14:15.155267       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:14:25.856171       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:14:28.163105       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:14:58.157749       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:15:01.642839       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:15:18.555126       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
I1215 08:15:54.157540       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 08:16:01.643107       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:16:04.504884       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:17:01.643426       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:17:02.155188       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:17:02.663235       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:17:08.356232       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:17:29.061259       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:17:32.254686       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:17:44.659430       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 08:18:01.643356       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:18:27.558030       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:18:52.156502       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:19:01.643162       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 08:20:01.643371       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:20:02.153617       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:20:31.957731       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:20:52.758767       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:21:00.456783       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:21:01.643174       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:21:20.156688       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:22:01.643372       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:22:08.158781       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:22:24.156098       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:22:52.156388       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
E1215 08:23:01.642882       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:23:13.660641       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:23:31.559265       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:23:48.857431       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:24:01.642953       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:24:12.158838       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:24:21.164109       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:24:27.556537       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
E1215 08:25:01.643573       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:25:16.357126       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:25:22.154480       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:25:38.506099       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:25:41.255581       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 08:26:01.643558       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:26:12.664199       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:26:14.062376       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:26:47.157691       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
E1215 08:27:01.643372       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
E1215 08:28:01.643156       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:28:47.160081       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
E1215 08:29:01.643292       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:29:06.760086       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
I1215 08:29:26.560459       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:29:46.661855       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 08:30:01.643157       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:30:30.158203       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
I1215 08:30:30.959047       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:30:42.157398       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:30:53.165335       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
I1215 08:30:55.457832       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:31:01.643181       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:31:19.063309       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
E1215 08:32:01.643002       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:32:21.358377       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:32:38.157411       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:32:40.507341       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:33:01.643125       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:33:21.160034       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:33:28.557787       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 10 items received
I1215 08:33:38.858769       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:33:57.155410       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 08:34:01.643065       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:34:10.761005       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 08:35:01.643129       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:35:09.256783       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:35:42.960055       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:35:44.158901       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:35:54.161539       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:35:59.665533       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
E1215 08:36:01.643078       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:36:35.561788       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 08:37:01.643327       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:37:27.359613       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:37:37.166586       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 08:38:01.643253       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:38:15.158504       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
I1215 08:38:26.458793       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:38:40.860193       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:38:58.508303       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:38:59.158762       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
E1215 08:39:01.643155       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:39:17.663182       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
I1215 08:39:46.159575       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:40:01.643201       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:40:02.558790       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
I1215 08:40:30.064797       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:40:39.257883       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
E1215 08:41:01.643276       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:41:01.762257       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 08:42:01.642872       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:42:17.666410       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:42:31.161299       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
E1215 08:43:01.643643       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:43:19.563158       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
I1215 08:43:26.156644       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
I1215 08:43:31.360911       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.StatefulSet total 0 items received
I1215 08:43:54.961322       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
E1215 08:44:01.643065       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:44:34.159847       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:44:34.159869       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:44:51.162754       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.DaemonSet total 0 items received
I1215 08:45:00.159683       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Deployment total 0 items received
E1215 08:45:01.643348       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:45:02.160920       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.LimitRange total 0 items received
E1215 08:46:01.643423       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:46:02.509470       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:46:10.559826       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
I1215 08:46:25.460468       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicaSet total 0 items received
I1215 08:46:33.861316       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1beta1.CronJob total 0 items received
I1215 08:46:43.167597       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicationController total 0 items received
E1215 08:47:01.643283       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:47:07.066125       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Deployment total 0 items received
I1215 08:47:24.259036       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/eviction/pods_eviction_restriction.go:349: Watch close - *v1.ReplicationController total 0 items received
I1215 08:47:45.763164       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.Job total 0 items received
E1215 08:48:01.643514       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:48:48.667605       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: Watch close - *v1.Pod total 0 items received
I1215 08:48:50.664593       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.ReplicationController total 0 items received
E1215 08:49:01.643412       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:49:28.157743       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.StatefulSet total 0 items received
E1215 08:50:01.643277       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:50:14.161106       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.Job total 0 items received
I1215 08:50:24.962865       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.DaemonSet total 0 items received
I1215 08:51:01.543021       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: forcing resync
E1215 08:51:01.643015       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:51:01.650997       1 reflector.go:336] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go:289: forcing resync
I1215 08:51:40.564455       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/target/fetcher.go:95: Watch close - *v1.StatefulSet total 0 items received
E1215 08:52:01.643463       1 updater.go:116] Error getting Admission Controller status: leases.coordination.k8s.io "vpa-admission-controller" not found. Skipping eviction loop
I1215 08:52:04.560766       1 reflector.go:495] k8s.io/autoscaler/vertical-pod-autoscaler/pkg/utils/vpa/api.go:90: Watch close - *v1.VerticalPodAutoscaler total 7 items received
I1215 08:52:21.162597       1 reflector.go:495] k8s.io/client-go/informers/factory.go:135: Watch close - *v1.ReplicaSet total 0 items received
kubectl describe vpa Output
Name:         k8s-autoscaler-vpa
Namespace:    default
Labels:       
Annotations:  API Version:  autoscaling.k8s.io/v1
Kind:         VerticalPodAutoscaler
Metadata:
  Creation Timestamp:  2021-12-15T07:47:39Z
  Generation:          33
  Managed Fields:
    API Version:  autoscaling.k8s.io/v1
    Fields Type:  FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .:
          f:kubectl.kubernetes.io/last-applied-configuration:
      f:spec:
        .:
        f:targetRef:
          .:
          f:apiVersion:
          f:kind:
          f:name:
        f:updatePolicy:
          .:
          f:updateMode:
    Manager:      kubectl
    Operation:    Update
    Time:         2021-12-15T07:47:39Z
    API Version:  autoscaling.k8s.io/v1
    Fields Type:  FieldsV1
    fieldsV1:
      f:status:
        .:
        f:conditions:
        f:recommendation:
          .:
          f:containerRecommendations:
    Manager:         recommender
    Operation:       Update
    Time:            2021-12-15T08:19:15Z
  Resource Version:  965511
  Self Link:         /apis/autoscaling.k8s.io/v1/namespaces/default/verticalpodautoscalers/k8s-autoscaler-vpa
  UID:               c45e0991-1dc1-4d34-a56c-ba9f19c6d29b
Spec:
  Target Ref:
    API Version:  apps/v1
    Kind:         Deployment
    Name:         k8s-autoscaler
  Update Policy:
    Update Mode:  Auto
Status:
  Conditions:
    Last Transition Time:  2021-12-15T07:48:15Z
    Status:                True
    Type:                  RecommendationProvided
  Recommendation:
    Container Recommendations:
      Container Name:  k8s-autoscaler
      Lower Bound:
        Cpu:     25m
        Memory:  262144k
      Target:
        Cpu:     25m
        Memory:  262144k
      Uncapped Target:
        Cpu:     25m
        Memory:  262144k
      Upper Bound:
        Cpu:     190m
        Memory:  262144k
Events:  none
k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

k8s-ci-robot commented 2 years ago

@k8s-triage-robot: Closing this issue.

In response to [this](https://github.com/kubernetes/autoscaler/issues/4527#issuecomment-1126778633): >The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. > >This bot triages issues and PRs according to the following rules: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue or PR with `/reopen` >- Mark this issue or PR as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.