Will Thames

Results 85 comments of Will Thames

From #1222, I'm no longer 100% clear what this means in practice > how long a node has to not have churn against it for us to consider it for...

I'd rather consider node changes than pod changes. I don't want too much churn in my cluster too quickly - if a node has been added in the last ten...

@Fricounet not as far as I can tell - we do have a few daemonset agents that could theoretically be responsible but none of them mount the host volumes that...

I'm going to close this one as there is a subtle `/` in the datadog mount list that I didn't spot when adding the previous comment. Not giving datadog access...

I have this in my build file for pcre2: ``` sed -i '/target_include/a \ \ \ \ /usr/local/openresty/pcre2/include' CMakeLists.txt ```

This is also a bad check - AWS_ACCESS_KEY_ID can be unset and the aws cli might still work because of instance profiles or AWS cli profiles or federated web identity...

There is an alternative way to achieve the desired results here which is to add an api versions parameter to the helm_template module (this is often useful when there isn't...

Thanks to @mgutierrez-wavefin for the suggested fix