k8s-trigger-controller icon indicating copy to clipboard operation
k8s-trigger-controller copied to clipboard

Failed to list *v1.Deployment: the server could not find the requested resource

Open tejinderss opened this issue 6 years ago • 0 comments

Getting the following error while running this on kubernetes 1.8 version:

I0802 16:18:08.908836       1 reflector.go:240] Listing and watching *v1.Deployment from github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87
E0802 16:18:08.911578       1 reflector.go:205] github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87: Failed to list *v1.Deployment: the server could not find the requested resource
I0802 16:18:09.911900       1 reflector.go:240] Listing and watching *v1.Deployment from github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87
E0802 16:18:09.914451       1 reflector.go:205] github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87: Failed to list *v1.Deployment: the server could not find the requested resource
I0802 16:18:10.914673       1 reflector.go:240] Listing and watching *v1.Deployment from github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87
E0802 16:18:10.917019       1 reflector.go:205] github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87: Failed to list *v1.Deployment: the server could not find the requested resource
I0802 16:18:11.917299       1 reflector.go:240] Listing and watching *v1.Deployment from github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87
E0802 16:18:11.919766       1 reflector.go:205] github.com/mfojtik/k8s-trigger-controller/vendor/k8s.io/client-go/informers/factory.go:87: Failed to list *v1.Deployment: the server could not find the requested resource```

tejinderss avatar Aug 02 '18 16:08 tejinderss