This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Description
sometimes we have problems with the worker nodes or network problems, and in the end result the hnc pods are not running (we do use ha),
and since there is this heavy webhook we basically cant do anything on the cluster because it requires to validate almost every api request, thus preventing us from fixing the cluster so we need to delete the webhook and deal with the hnc first.
im not sure why the validation webhook has *
but i was wondering isn't its better to run the hnc pods on the master nodes?
then hnc and api can go together, if api is available than probably hnc as well.