James Droste
James Droste
The issue seems to be here: https://github.com/aws/aws-cdk/blob/v2.99.1/packages/aws-cdk-lib/aws-eks/lib/cluster-resource-handler/cluster.ts#L317 Mainly around `analyzeUpdate` not identifying a change in the tags, resulting in a update not processing.
I know this is an old issue, however I suggest using this package: https://www.npmjs.org/package/irc-message for parsing of commands. I'm considering integrating it with my private fork from this (might do...
@christiaangoossens this is going to sound silly, what are your thoughts on just injecting some JS into the authentication page? Given the frontend ships as a python package (`hass_frontend`), we...
Sounds good @christiaangoossens ! I’ll hack around a bit this weekend and see if I can come up for anything in option #2. One other thing I was playing around...
@BrianHicks have you been able to fix this? I recently migrated my records over to CloudFlare as well, and I'm seeing this behavior as well. I also use traefik, specifically...
Just combining both the previous commands, you don't need to uninstall helm4. ```bash brew install helm@3 kustomize --helm-command /opt/homebrew/opt/helm@3/bin/helm ```