Greg

Results 13 comments of Greg

I was looking into adding this as a feature and it turns out pykube does not have some of the data needed to bind the events to the resource. It...

my bad. I did not realize the uid was under metadata. I will send a patch some time this weekend.

v3.4.6 is still finding some unknown untracked release. `2020-10-12 15:10:52 WARNING: Untracked release [ ] found and it will be deleted -- priority: -1000` I will try to spend some...

I tracked down what was breaking helmsman. ``` helm list -n namespace01--all --max 0 -o json | jq [ { "name": "deployment01", "namespace": "namespace01", "revision": "5", "updated": "2020-10-07 20:44:36.722815199 +0000...

> It started happening to me after cluster upgrade from 1.19.x to 1.20.x I believe I'm seeing the same issues after upgrading from 1.19.6 to 1.20.9 too. Granted I do...

PR #2502 changed the logging level of Delete actions from info to debug for the infoblox provider. Looking to change it back so that I have logs on when infoblox...

Not sure if it is related to this but I saw external-dns deleting records outside of the two --domain-filters with 0.12.2. Rolled back to 0.11.1 for now.

@thedadams @aiyengar2 @kinarashah This supersedes https://github.com/rancher/rancher/pull/29384

I don't think infoblox pays any attention to this repo. 6 months ago was their last code commit. However external-dns does have a flag to pull in more than 1000...

I actually have a custom patch that adds two options, one to not update the values file and another to not sync the images. I was getting ready to merge...