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

failed to create HA cluster registry #356

Closed
nhphu opened this issue Sep 2, 2024 · 1 comment · Fixed by #357
Closed

failed to create HA cluster registry #356

nhphu opened this issue Sep 2, 2024 · 1 comment · Fixed by #357

Comments

@nhphu
Copy link

nhphu commented Sep 2, 2024

OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown configuring registry: exit status 126

yaml file:

kind: Cluster
apiVersion: ctlptl.dev/v1alpha1
product: kind
registry: ctlptl-registry
kindV1Alpha4Cluster:
  nodes:
  - role: control-plane
  - role: control-plane
  - role: control-plane
  - role: worker
@nicks
Copy link
Member

nicks commented Sep 2, 2024

thanks for the report! i can repro

nicks added a commit that referenced this issue Sep 2, 2024
when there are multiple control plane nodes,
kind creates an LB node in front of them.

before this change, we would try
to configure the registry on the LB node,
which is unnecessary and doesn't work.

fixes #356

Signed-off-by: Nick Santos <nick.santos@docker.com>
@nicks nicks closed this as completed in #357 Sep 2, 2024
@nicks nicks closed this as completed in 4ffc924 Sep 2, 2024
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 a pull request may close this issue.

2 participants