Closed Neumann-Nils closed 4 years ago
In this context, why are the webhooks listening to nodes
, namespaces
, persistentvolumes
, validatingwebhookconfigurations
and mutatingwebhookconfigurations
?
Aren't we only reacting to events on pods
and serviceAccounts
?
In this context, why are the webhooks listening to
nodes
,namespaces
,persistentvolumes
,validatingwebhookconfigurations
andmutatingwebhookconfigurations
?Aren't we only reacting to events on
pods
andserviceAccounts
?
Have deleted the said ressources from the webhooks.
Description
This PR removes
endpoints
,nodes
,namespaces
,persistentvolumes
,validatingwebhookconfigurations
andmutatingwebhookconfigurations
from the webhooks, as they are causing troubles hibernating a cluster.[Fixes #254 ]
Checklist
Before submitting this PR, please make sure:
make
make test