Victor Morales

Results 41 comments of Victor Morales

Hey @michaelspedersen, I did a quick test using a similar setup. This All-in-One cluster uses Kubespray v2.14.0 and Kubernetes v1.18.8. ```yaml Command: /entrypoint.sh Args: --cni-conf-dir=/host/etc/cni/net.d --cni-bin-dir=/host/opt/cni/bin --multus-conf-file=auto --multus-kubeconfig-file-host=/etc/cni/net.d/multus.d/multus.kubeconfig --cni-version=0.4.0 ```...

Yeah, I'm not sure why that happens but I have seen that behavior in All-in-One setups.

> Hi @michaelspedersen, when running the pgw, I found this error: > > ``` > [P-GW] 2020/12/04 03:53:32 Started serving S5-C on 172.25.1.14:2123 > [P-GW] 2020/12/04 03:53:32 FATAL: failed to...

Hey @wmnsk, I've created a [project](https://github.com/electrocucaracha/gw-tester/) to compare different CNI multiplexer technologies, like [Multus](https://github.com/intel/multus-cni) and [DANM](https://github.com/nokia/danm). Initially I based the development of this using the [CNF Testbed](https://github.com/cncf/cnf-testbed/tree/master/examples/use_case/gogtp-k8s) implementation but at...

> > > > Podria devolverlos y lanzarlos sobre algun contenedor? para que todos usemos el mismo? jejeje!! Hay dos cosas a tomar en consideración aquí, la primera sería la...

> Ingenieria > SRE > autoescalamiento > confiabilidad > indisponibilidad > monitoreo > proactiva ```diff diff --git a/content/es/.wordlist.txt b/content/es/.wordlist.txt index 6c4d542..d45f2b6 100644 --- a/content/es/.wordlist.txt +++ b/content/es/.wordlist.txt @@ -9,6 +9,7 @@...

@RedwineOS podrías agregar las siguientes palabras al [wordlist](https://github.com/cncf/glossary/blob/dev-es/content/es/.wordlist.txt): ``` CRI Container Initiative OCI Open Runtime framework ``` No olvides ordenarlas con el siguiente comando: ```bash LC_ALL= sort -o content/es/.wordlist.txt content/es/.wordlist.txt...

@aojea @alculquicondor @chendave This PR seems to save an interesting amount of time during the testing execution. Could you take a look?