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

deploy: operatator.yaml -> "exec: \"yugabyte-operator\": executable file not found #12

Open
mcuadros opened this issue Apr 17, 2020 · 2 comments · May be fixed by #13
Open

deploy: operatator.yaml -> "exec: \"yugabyte-operator\": executable file not found #12

mcuadros opened this issue Apr 17, 2020 · 2 comments · May be fixed by #13

Comments

@mcuadros
Copy link

The default Deployment describe in deploy/operator.yaml, try to execute the command yugabyte-oprtator.

This doesn't work:

OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"yugabyte-operator\": executable file not found in $PATH":  unknown

mcuadros added a commit to mcuadros/yugabyte-operator that referenced this issue Apr 17, 2020
@bhavin192
Copy link
Contributor

bhavin192 commented Apr 23, 2020

Hey @mcuadros, thank you for reporting this issue and proposing a fix, appreciate your willingness to help! The image tagged with :latest on quay.io/repository/yugabyte/yugabytedb-operator was not update according to new changes. It has been fixed now, can you please try to deploy the operator again or just restart the deployment?

kubectl rollout restart deployment yugabyte-operator -nyb-operator
kubectl rollout status deployment yugabyte-operator -nyb-operator

Basically the old image had a binary with name yugabyte-k8s-operator instead of yugabyte-operator.

Edit: sorry for similar comment as of one on the PR.

@mcuadros
Copy link
Author

#13 (comment)

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