Craig Newton

Results 19 comments of Craig Newton

Hi @06kellyjac Another nice network library to try out is pyroute2: https://github.com/svinota/pyroute2 ``` from pyroute2 import IPDB ip = IPDB() # interface index: print(ip.routes['default']['oif']) # interface details: print(ip.interfaces[ip.routes['default']['oif']]) # release...

So it seems like the problem here is mainly that when wanting to not have to pass in the namespace from the Rollout to the AnalysisTemplate. If the arg is...

I have added a potential way of solving this with the ability to extend for any future fields that might want to be referenced. Any suggestions for change is also...

I faced a similar issue with our notifications proxy application and added some code to our logger which would redact this kind of information. See example snippet below: ``` func...

I managed to replicate the issue by switching from Cluster scope to Namespaced. Prior to 4.10.3 it would return the list of namespaces, whereas now it is limited to the...

The documentation also clearly states that Related resources for a Namespaced controller would only be for the same namespace as the parent. We could we possibly add a feature flag...

@grzesuav I can pick this one up, happy to discuss further on Slack if need be.

Progress is coming along quite well. I have a small PoC that I will submit for review shortly.