taktakpeops

Results 18 comments of taktakpeops

I tried doing so by using the magic comments from Webpack and dynamic import but for some reason it fails. It seems that the magic comments are totally ignored.

I actually found a way to get my webpack config to work. My issue was in the `externals` configuration. In my code, I am doing the following: ``` async function...

![jitsi-meet-helm](https://user-images.githubusercontent.com/54535041/81673867-90716f80-944c-11ea-9236-bc14c34c6693.png)

One thing to add is that this architecture works only if you have multiple nodes in your cluster and each JVB instance has its own node because JVB will bind...

Yes, indeed it can. Even if I think that it’s strongly tied to Jicofo + Prosody and I would see all of it in one pod. About the multiple JVB,...

Hi @ChrisTomAlx, Looking into the documentation [here](https://kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#capabilities-of-the-downward-api), it's available since v1.7. Checking [here](https://cloud.google.com/kubernetes-engine/docs/release-notes), it seems that GCP is currently supporting 1.15.9, 1.16.5, 1.17 and higher for GKE. In AWS, I...

Hello, For question 1: yes, you need to be able to remotely access your nodes which means that they need a public IP. In AWS, I did so by enabling...

@ChrisTomAlx, for the stun + public IP detection, you should see that in the logs of JVB. Did you make sure that the security group for your nodes accept traffic...

@ChrisTomAlx : it’s not sure that the nodes will have the port open. In EKS, for example, the public network for the nodes has its own security group which has...