-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dockerized apb can't create/read registries.json #142
Comments
@aliok It looks to me like you are running into an issue that has been documented in bugzilla but never made it to the upstream docs: https://bugzilla.redhat.com/show_bug.cgi?id=1615786#c1. Looks like you need to
I apologize... I don't use the containerized version so I didn't notice these out of date docs. I will update these today, but for now I would do:
and verify that |
Thanks for the reply. |
@aliok thank you for submitting this issue. The apb tool has been deprecated for the new Operators model. Please consider using Operator SDK (https://github.com/operator-framework/operator-sdk/) and building an Operator instead of an APB. |
Coming here from ansibleplaybookbundle/ansible-playbook-bundle#321
I am trying to make the
apb
tool working with OpenShift 3.11. I was told in ansibleplaybookbundle/ansible-playbook-bundle#321 that there is a newapb
tool now and the old one won't work with the OKD 3.11.Followed the instructions.
developer
userCreate
apb
script based on the instructions here: https://github.com/automationbroker/apb/blob/master/docs/apb_cli.md#running-from-a-containerSwitch to
nightly
becausestable
andcanary
points to old apb. See Containerized apb doesn't work with OKD 3.11 ansibleplaybookbundle/ansible-playbook-bundle#321Execute
apb version
:apb
command, will see the same messages as above.registries.json is not really created.
Created that file manually but result is the same.
Env
The text was updated successfully, but these errors were encountered: