Constantine Peresypkin

Results 252 comments of Constantine Peresypkin

I'm in awe that it's not working yet

/remove-lifecycle stale

@ezestan FYI, fixed in `packer == 1.7.8`

> Policy spam issue tracked here: fluxcd/image-reflector-controller#166 I'm not sure how should I track which resources spam and which are not? What I see is that after upgrade to `flux...

Should be there in the docs: the moment you start using HelmRelease = you lose all the GitOps flow

> philosophically My philosophical answer so far: rewrite all the charts (using `helm template` + manual changes) into kustomizations.

There's currently no way to alter options in an async way. For example: check if module exists in unpkg or other CDN. Need to rely on exclude/blacklist, which is ugly.

> The known_hosts file is in the same secret as the SSH key, please see the docs here https://fluxcd.io/docs/components/source/gitrepositories/#ssh-authentication Cool, thanks, but I do see the "old" keys when doing...

Updated `known_hosts` in `flux-system` secret manually everywhere. Seems to work now.

Hmm, looks like doing ```python self.tls.unwrap() yield from super().send_close(half_close) ``` indeed solves it immediately.