Kapil Panwar
04/28/2023, 11:24 AMJacopo
04/28/2023, 11:24 AM192.168.49.2 <http://localorchest.io|localorchest.io>
Kapil Panwar
04/28/2023, 11:26 AMJacopo
04/28/2023, 11:28 AM/etc/hosts
, the ip must be the one returned by minikube ip
Kapil Panwar
04/28/2023, 11:30 AMJacopo
04/28/2023, 11:35 AMminikube ip
?Kapil Panwar
04/28/2023, 11:36 AMJacopo
04/28/2023, 11:41 AM192.168.49.2:8000
? httpKapil Panwar
04/28/2023, 11:42 AMJacopo
04/28/2023, 11:50 AMhttp*s*
Kapil Panwar
04/28/2023, 11:53 AMJacopo
04/28/2023, 11:53 AMKapil Panwar
04/28/2023, 11:54 AMJacopo
04/28/2023, 12:00 PM<http://192.168.49.2>
or
<http://192.168.49.2:8000/projects>
Kapil Panwar
04/28/2023, 12:01 PMJacopo
04/28/2023, 12:04 PMminikube addons enable ingress
Did you use the convenience install script in the installation docs?Kapil Panwar
05/02/2023, 3:31 AM{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
"reason": "Forbidden",
"details": {},
"code": 403
}
Jacopo
05/04/2023, 11:36 AMwsl --install
• reboot
• verify wsl is working, wsl --install -d Ubuntu
• install docker for desktop in windows, i.e. not through the wsl terminal. Once installed you can set it to use the wsl + the distribution of your choice. Follow these instructions: https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers
• once that’s done get into the terminal and run wsl with wsl
• install k9s, pip, orchest-cli and then install orchest
# k9s
wget <https://github.com/derailed/k9s/releases/download/v0.25.18/k9s_Linux_x86_64.tar.gz>
tar -xvzf k9s_Linux_x86_64.tar.gz
sudo mv k9s /usr/bin
sudo apt-get update && sudo apt-get install orchest-cli -y
pip3 install orchest-cli
orchest install
# Ingress
kubectl apply -f <https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.1/deploy/static/provider/cloud/deploy.yaml>