robusta-dev / robusta

Kubernetes observability and automation, with an awesome Prometheus integration
https://home.robusta.dev/
MIT License
2.51k stars 246 forks source link

Cannot install robusta inside vcluster? #707

Open scheung38 opened 1 year ago

scheung38 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Trying to install robusta inside vcluster times out? But install in main host AKS cluster is ok.

switch into host cluster

loft use cluster loft-cluster

helm install 
      helm upgrade robusta robusta/robusta  \
      --install \
      -f bicep/generated_values.yaml \
      --create-namespace \
      --namespace robusta \
      --set clusterName=$MyAKSCluster   

Deployed ok

switch into vcluster: `loft use vcluster mystaging --cluster loft-cluster --space mystaging

  helm upgrade robusta robusta/robusta  \
  --install \
  -f bicep/generated_values.yaml \
  --create-namespace \
  --namespace robusta \
  --set clusterName=$MyAKSCluster      

` Time out (edited)

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

aantn commented 5 months ago

@scheung38 do any logs or error messages show up?