-
Notifications
You must be signed in to change notification settings - Fork 260
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
Offline Installation Guide for Orchest in Self-Hosted Kubernetes Cluster #1536
Comments
❤️ Thanks for opening your first issue! We really appreciate your input. |
I used the following configuration for installation in an offline environment, but encountered issues. There are many identical error messages in my orchest-controller container. apiVersion: orchest.io/v1alpha1
kind: OrchestCluster
metadata:
name: cluster-1
namespace: orchest
spec:
singleNode: true
kubernetes version: v1.23.9 |
Hey WVenus, have you installed nginx-ingress-controller? |
Hi @dotruong1910 |
Describe the feature you'd love to have in Orchest
I would like to have a comprehensive offline installation guide for Orchest in a self-hosted Kubernetes cluster. The current installation process is challenging for me, and having an offline installation guide would greatly simplify the process.
Is your feature request related to a problem? Please describe.
The problem I am facing is the difficulty in installing Orchest in my self-hosted Kubernetes cluster. The existing installation process assumes an internet connection, which is not always available in my environment. Therefore, I need a solution that allows me to install Orchest offline.
Additional context
I would appreciate if the installation guide includes step-by-step instructions, along with any necessary configuration changes or additional software dependencies required for offline installation. Screenshots or any other visual aids would be helpful in understanding the installation process.
The text was updated successfully, but these errors were encountered: