robusta icon indicating copy to clipboard operation
robusta copied to clipboard

Cannot install robusta inside vcluster?

Open scheung38 opened this issue 2 years ago • 1 comments
trafficstars

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):

  • OS: Ventura 13.1 (MacBook Air 2022
  • Browser chrome
  • Version 109.0.5414.119

Additional context Add any other context about the problem here.

scheung38 avatar Jan 30 '23 17:01 scheung38

@scheung38 do any logs or error messages show up?

aantn avatar Feb 22 '24 16:02 aantn