headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

How to deploy headlamp in my local minikube on windows #135

Closed PmcFizz closed 3 years ago

PmcFizz commented 3 years ago

hi This is a great project,and I want to contribute code. but as title I meet trouble I don‘t konw what is it the url headlamp.mydeployment.io . Can you help me make a develop environment ?

joaquimrocha commented 3 years ago

@PmcFizz , the URL you mention was an example for when running in-cluster. We're working on providing better documentation for running Headlamp on Minikube. If you want to run it in a developer environment against a running minikube (i.e. minikube is configured in your ~/.kube/config), then you can run Headlamp with the following instructions: https://kinvolk.io/docs/headlamp/latest/development/

Let me know if this helps.

PmcFizz commented 3 years ago

It‘s work @joaquimrocha