fluxcd/flux

Issue with cluster-level resources

Closed this issue · 4 comments

I've been seeing this issue a lot lately:

ts=2019-03-19T18:15:52.144930335Z caller=loop.go:412 component=sync-loop err="executing HTTP request: 400 Bad Request parsing <cluster>:clusterrole/kube2iam: invalid service ID\n"

It causes fluxctl sync to return Error: timeout, but no other discernible issues.

Are you using Weave Cloud (or fluxcloud)? I ask because this looks like it's a problem with the events the fluxd posts -- basically, that it constructs events that the receiver can't process.

We are seeing this in our own infrastructure too.

I am using fluxcloud. I was able to fix it by updating the flux-sync tag to the latest commit.

@rcohenDBRS I think this should be fixed by #1851