openfun / arnold

:construction_worker_woman: Deploy your applications to Kubernetes with Ansible
MIT License
41 stars 8 forks source link

Openshift #785

Closed jo316it closed 11 months ago

jo316it commented 11 months ago

I have a task where I need to make Open edX work via Kubernetes. Through recommendations, I arrived at this repository. I tried to install it, but I reached a point where it complains that it couldn't find OpenShift. I'm doing this installation on GKE to later take it to an on-premises environment. My question is, should I have OpenShift installed on the server?

I don't got it find in the closed questions about it.

Enviroment: Cluster GKE and Linux Ubuntu openerror

lunika commented 11 months ago

Hello,

What version of Arnold are you using ? Arnold is working with k8s since version 6.0.0 and you should use the last available version.

jo316it commented 11 months ago

Hi Lunika,

I've been using the version 6.19.1.

Regards

lunika commented 11 months ago

I don't find this task Make sute the project exists in OpenShift and is up-to-date. What command are you running ?

lunika commented 11 months ago

Do you have this log at the beginning Consider upgrading Arnold using the 'upgrade' command ? If yes can you run ./bin/arnold upgrade ?

jo316it commented 11 months ago

About the command is "arnold bootstrap -c hd-inc -e development -a hello". I'm doing just a test to learn about it

image image

About the log, as in the image, I didn't upgrade it yet, I'm gonna do it now and I post here what happened.

Regards

jo316it commented 11 months ago

Hi, After upgrad it works! Thank you!