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
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
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>
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:
The text was updated successfully, but these errors were encountered: