robusta
robusta copied to clipboard
Cannot install robusta inside vcluster?
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 do any logs or error messages show up?