Wahyudi Wibowo

Results 12 comments of Wahyudi Wibowo

I also have the same issue. my apisix helm chart value are: ``` gateway: type: LoadBalancer ingress: enabled: true ``` and if i run `kubectl get service apisix-gateway` after helm...

Right, they are use different terms for new version of the charts. For example in the documentation https://apisix.apache.org/docs/ingress-controller/deployments/aws/ and [master branch](https://github.com/apache/apisix-helm-chart/blob/c80568e74c6f92ebd00269c9b25dbaa2ee3e0998/charts/apisix/values.yaml#L250) the terms used are `gateway` but in the latest...

Hi @draftcode, i'm pleased to meet you. I've been assigned to this issue by @jainankit and trying to replicate the issue on my end. I have followed the video in...

Thank you for your confirmation @draftcode. I have working on the solution but i just want to confirm if my approach is correct. In your comment above > I guess...

Thank you @jainankit for your feedback. > Just want to make sure that you are not expecting the user to run av stack sync twice? We should fix the PR...

I'm using this workaround for now to be able to connect to my vcluster. But I hope that this issue can be fixed so I can connect only using vcluster...

Hi @jjaferson, thank you for the response and PR. I have built the binaries just like you've suggested but unfortunately, the issue still persists. ``` $ vcluster version vcluster version...

Thank you for your reply @FabianKramm @jjaferson @cbron. I run connect command but this time I don't set the `--local-port 8443` ``` $ vcluster connect vcluster-staging -n vcluster-staging --service-account admin...

Thank you for checking @draftcode , i'll try to reproduce the issue on my end and fix it

Hi @draftcode, i tried to reproduce the issue on my end, and here's what I've got: ![Image 2024-10-24-16-09-41](https://github.com/user-attachments/assets/04dfd6e9-8454-4484-932f-e8713d723c74) my understanding of the issue #395 is, we have this error `There...