Adrien F

Results 26 comments of Adrien F

👋 Hey @Amier3, sorry it took some time to get the CLA approval with the summer holidays!

Hi ! Thanks for your questions! I'll try to walk through what I understood of Argo Rollouts and how it plays out with a standard Consul Connect deployment. AR supports...

Hello, I've updated to [email protected] and we've been hit by this issue as well. We have a 1.8MB file compiled by Webpack and when issues occur inside it, we're either...

:wave: Greetings! I've spent a bit of time debugging this issue in the same configuration, having a PlanModifier on an attribute in a `SetNestedAttributes`. I might be completely wrong but...

Can I do anything to help you debug this issue ?

It seems those profile instructions were already there: ``` $ lxc profile edit juju-conjure-up-canonical-kubernetes-0e8 ``` ``` config: boot.autostart: "true" linux.kernel_modules: ip_tables,ip6_tables,netlink_diag,nf_nat,overlay raw.lxc: | lxc.aa_profile=unconfined lxc.mount.auto=proc:rw sys:rw security.nesting: "true" security.privileged: "true"...

Oh, my bad. Here it is: ``` config: boot.autostart: "true" linux.kernel_modules: ip_tables,ip6_tables,netlink_diag,nf_nat,overlay,zfs,zunicode,zcommon,znvpair,spl,zavl raw.lxc: | lxc.aa_profile=unconfined lxc.mount.auto=proc:rw sys:rw security.nesting: "true" security.privileged: "true" description: "" devices: aadisable: path: /sys/module/nf_conntrack/parameters/hashsize source: /dev/null type:...

I've been looking into it and arrived at the google/cadvisor project that kubelet use to gather stats: https://github.com/google/cadvisor/blob/ba33b5a25bfd1a4e627093ef080872cad627e028/fs/fs.go#L322 I will go and raise an issue with them. In the meantime...

~I'm still doing more tests so do not merge 🙏 I forgot to open it as draft, my bad~ We've tested a deployment with more than 100 tasks and it...

@dttung2905 thanks you for the review! I will look into adding unit tests, the issue being that this lib does not have an interface to create mock on. I will...