Skip to content
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

Moodle instance on Minikube with port 80 #18

Open
devdattakulkarni opened this issue Nov 28, 2018 · 0 comments
Open

Moodle instance on Minikube with port 80 #18

devdattakulkarni opened this issue Nov 28, 2018 · 0 comments

Comments

@devdattakulkarni
Copy link
Contributor

If Moodle instance needs to be exposed on port 80 on Minikube, we need to start Minikube to use NodePort range from 1-32000. By default Minikube uses NodePort range of 32000 and greater. In order use the lower port range we need to start Minikube as follows. Note that we were successful with minikube 0.28 and with kubernetes version v1.11.0 for this. So the below command is based on that. You can try with newer versions of minikube and see if that works.

minikube-0.28 start --extra-config=apiserver.service-node-port-range=1-32000 --kubernetes-version=v1.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant