https://www.orchest.io/ logo
d

Diego Vasquez

06/14/2022, 4:16 PM
Hi <!channel>. Do you have some updated guide/video related to GIT with Orchest? I found a video but it seems to be out of date.
r

Rick Lamers

06/14/2022, 5:41 PM
The video is indeed slightly outdated. But these docs are up to date: https://docs.orchest.io/en/stable/fundamentals/projects.html#git-inside-orchest A UX improvement for using
git
in Orchest is actually coming out soon. We’re integrating SSH key and
git
identify management in the main settings.
Thanks for asking!
d

Diego Vasquez

06/14/2022, 5:43 PM
@Rick Lamers thanks for your response. Now, I have a different issue. I'm installing Orchest in a new server but when I run `bash convenience_install.sh`fail in the code line
orchest install
i

Igor Wiese

06/14/2022, 5:56 PM
What is the fail @Diego Vasquez. I Just installed and it worked for me. One trick. When installing you need to have a different user for minikube, that actually did not allow you to run using root.
d

Diego Vasquez

06/14/2022, 5:56 PM
@Igor Wiese
I install kubectl with this command
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
. Is there a problem in that line?
i

Igor Wiese

06/14/2022, 6:06 PM
don’t know. It seems that the problem is related to kubernetes/minikube installation
r

Rick Lamers

06/14/2022, 6:40 PM
@Diego Vasquez glad that first issue was resolved. It can’t find the
orchest
executable that should be available when the script runs
pip install orchest-cli
. Are you sure
pip
is configured in a way that installed packages are available on the
PATH
? Usually if you run
pip install <somepackage>
it will give you a warning if the installed binary is not detected on the current value of
$PATH
and will tell you what path to add.
d

Diego Vasquez

06/14/2022, 9:28 PM
thanks @Rick Lamers you were right, it was a problem with PATH
👍 1
@Rick Lamers sorry for bothering you, but it's possible to check the disk usage like en previous versions of Orchest? I had v2022.06.5 installed
r

Rick Lamers

06/14/2022, 10:37 PM
Because of our new approach in k8s with separated volumes we had to refactor the disk usage indicator. It will return, but it's still a WIP No worries at all, we love these type of questions.
Also, we're likely introducing more sophisticated ways to manage storage use with the option to see allocation and allow easy deletion of resources.
d

Diego Vasquez

06/14/2022, 10:39 PM
excellent @Rick Lamers, thanks!
👍 1
2 Views