-
Notifications
You must be signed in to change notification settings - Fork 30
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
document how to run this chart in minikube on MacOS #395
Comments
Steps to use oCIS with minikube on mac (arm64/amd64)Regarding this issue: The ingress and ingress-dns add-ons are currently only supported on Linux. See kubernetes/minikube#7393 Install dependencies brew cask install docker
brew install minikube
Start minikube
Mac requires additional configurations ##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 ocis.kube.owncloud.test # domain example
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
Add ingress addon to minikube
Start minikube tunnel
|
What I do on Linux:
|
@case0sh we need to expose |
will be continued in owncloud/docs-ocis#621 |
We couldn't get it running without #106
On Linux I need https://minikube.sigs.k8s.io/docs/handbook/addons/ingress-dns/ or #106 to be able to log in.
The text was updated successfully, but these errors were encountered: