Aldo Lacuku

Results 127 comments of Aldo Lacuku

Hi @jonathon2nd thank you for trying Liqo! Based on tunnel-operator logs: `E0204 21:56:50.468163 1 tunnel-operator.go:467] an error occurred while creating iptables handler: cannot create Liqo default chains: cannot retrieve chains...

Probably some configuration generated by the k3s provider are wrong. I would suggest you to uninstall Liqo and then install it again. First generate the `values.yaml` file for the helm...

Could you check the logs of `liqo-crd-replicator` pod? It seems that the resources are not replicated between the two clusters.

Hi @jonathon2nd. Do you confirm that `https://rancher.example.com` points to the api server of the remote cluster? The following log line: `E0209 16:12:08.293402 1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *unstructured.Unstructured: failed...

Hi @NominalTrajectory, this is a known problem. The KIND CNI is a simple one that tries to configure the routes for all the nodes. When it fails to do so,...

The logs show that the [falco-driver-loader](https://github.com/falcosecurity/falco/blob/master/scripts/falco-driver-loader) does not find a pre-build kernel module for the local kernel version. It tries to build the kernel module but fails. Are the kernel...

Hi @xi2817-aajgaonkar, thank you for reporting the issue. I took a quick look and it seems that the problem is here: https://github.com/falcosecurity/charts/blob/c3ea76f4a1556c699fa421116d225cf73f93e907/falco/templates/certs-secret.yaml#L1-L2 We are changing the `scope` using the `with`...

Hi @Lowaiz, for the falco chart we came up with a solution to keep updated the `values` table. It uses the [helm-docs](https://github.com/norwoodj/helm-docs) that combined with a makefile generates an updated...

We can write a helper that is evaluated when the syscall event source is disabled. Users can still overwrite the default behavior by setting the `podSecurityContext`. +1 from me!

Hi @arthurk, does it work adding the `securityContext` to the init container?