-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ansible Operator defaults on macOS result in 'No such file or directory' when running docker make targets #4403
Comments
Surprisingly, if I comment out the
I'm running macOS Big Sur, in |
Apparently this also happens in WSL2, according to geerlingguy/kubernetes-101#21 |
Looking at the go plugin we don't set a
|
When this is fixed, please remove the temporary docs https://github.com/operator-framework/operator-sdk/pull/4395/files#diff-144ee4fe7c63a792e842fe887c0197146516350985701be7b87d74ae56a1a00eR40 |
/kind bug |
I had just run into a similar problem with the autogenerate The line:
did not work well when your PATH included entries with spaces (VMWare Fusion adds entries with spaces for example). To resolve this I simply added quotes around the command like below:
|
@blindenvy Setting of |
Bug Report
What did you do?
I followed the instructions in the Ansible operator quickstart: https://sdk.operatorframework.io/docs/building-operators/ansible/quickstart/
What did you expect to see?
I expected the image to be built.
What did you see instead? Under which circumstances?
I saw:
Environment
Operator type:
/language ansible
Kubernetes cluster type:
vanilla
$ operator-sdk version
$ kubectl version
Possible Solution
It looks like the Makefile might be overriding my
$PATH
.env
in my path is located in:But that is not in any of the paths that seem to be used by the Makefile :-/
Additional context
N/A
The text was updated successfully, but these errors were encountered: