headlamp-k8s / headlamp

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

Add an additional new cluster to in-cluster installation #196

Open zukko78 opened 3 years ago

zukko78 commented 3 years ago

I can't add an additional new cluster to the in-cluster installation. [ 1 paragraph concisely describing the bug ]

no impact, just would like to clarify an ability to add an additional cluster to UI with an in-cluster installation model.

[ 1 sentence detailing the impact this bug is creating for you ]

no impact

  1. Set-up: headlamp:latest

  2. Task: the ability to add a new cluster to in-cluster app

  3. Action(s): a. installed as mentioned in instruction b. headlamp:latest c. Kubernetes - 1.18.15 d. kubeconfig conteins two kubernetes clusters

  4. Error: no error

Expected behavior the ability to add a new cluster to the in-cluster installation.

joaquimrocha commented 3 years ago

Hi @zukko78 , can you clarify whether you were expecting to be able to add a new cluster to an Headlamp deployment (already running in some cluster), or whether Headlamp is only picking up 1 of the 2 clusters you have currently configured?

zukko78 commented 3 years ago

Hi @joaquimrocha I'm expecting that I would have the ability to add a new cluster to Headlamp in-cluster deployment and use it like a global management system if I understood correctly description.

joaquimrocha commented 3 years ago

@zukko78 , I understand you expect to be able to add a new cluster from the UI in an already running Headlamp deployment. This is not possible. Currently Headlamp picks the clusters either from the kube config file or the in-cluster configuration, but there's no option to add a cluster that's not previously configured. It's in our plans though.

zukko78 commented 3 years ago

Hi @joaquimrocha Thank you for the description! Will use it as UI, it's very powerful.