Closed qibobo closed 5 years ago
@chilanti any thoughts on this?
@qibobo - please try to install the appsody operator
on your cluster first, and let me know if that makes a difference. Things have changed recently in the way app-deploy.yaml
is generated and it could be that the pipeline is broken.
Try out:
appsody operator install -n <namespace>
where
@qibobo Are you able to try out the steps suggested above?
@chilanti thank you.
I realized that we have to run appsody operator install -n <namespace>
in each namespace where I want to deploy appsody
applications to.
Is it by design (by consideration of security, for example)?
I tried the example on my minishift but the last task are always failed with the message:
error: unable to recognize "/workspace/git-source/app-deploy.yaml": no matches for kind "AppsodyApplication" in version "appsody.dev/v1beta1
My appsody app repo: https://github.com/qibobo/appsody-node/blob/master/app-deploy.yaml