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

OpenWhisk Add-on instructions not working on Minishift with OC 3.10 #165

Open
yohanswanepoel opened this issue Oct 4, 2018 · 2 comments

Comments

@yohanswanepoel
Copy link

Hi

The instructions did not work as per the repo. This is what I did to get it working.

minishift ssh

vi /var/lib/minishift/base/openshift-apiserver/master-config.yaml
manually add resolveImages:AttemptRewrite , in the config session as per the patch file
Then ran the instructions in openwhisk.addon manually for the environment to be created.

That seemed to work

Regards

@praveenkumar
Copy link

@yohanswanepoel you mean below is not working?

minishift openshift config set --patch \
        '{"admissionConfig":
            {"pluginConfig":
                {"openshift.io/ImagePolicy":
                    {"configuration":
                        {"apiVersion": "v1",
                         "kind": "ImagePolicyConfig",
                         "resolveImages": "AttemptRewrite"}}}}}'

@yohanswanepoel
Copy link
Author

Yes that is the one the. The workaround for me was to ssh into minishift and manually edit the config file.

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

No branches or pull requests

2 participants