Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip discovery client error #1078

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SzymonZebrowski
Copy link

@SzymonZebrowski SzymonZebrowski commented Oct 30, 2023

If any of the API Services is unavailable, the Harbor Operator won't be able to start. It may lead to deadlock situations, example below.

In Kubernetes cluster we have Harbor cluster, operator and Keda (which is runinng API service). Keda is configured to pull image from Harbor. During cluster upgrades, we hit following issues:

  1. Keda cannot pull image from Harbor because Harbor cluster is unavailable.
  2. Harbor cluster is unavailable because the operator is not running.
  3. Harbor operator is not running because one of API services (Keda in this case) is not running (because of 1).

If we can ignore not working API services, operator will be able to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant