You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: