Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious error message when Flux's Source controller checks to see if there are any updates #560

Open
nogweii opened this issue Aug 17, 2024 · 0 comments

Comments

@nogweii
Copy link

nogweii commented Aug 17, 2024

Describe the bug
I'm getting a ton of errors (the default behavior is to check once a minute) in my system logs, whenever Flux's Source controller checks to see if there were any changes to the git repo.

To Reproduce
Steps to reproduce the behavior:

  1. Have a fresh kubernetes cluster (kind makes it easy: kind create cluster)
  2. Create a repo in soft-serve
  3. Perform the flux bootstrap process to install it into the cluster and monitor the git repo: flux bootstrap git --private-key-file flux.key --url=ssh://[email protected]:12345/sys/flux-config.git --path=clusters/my-cluster/
  4. Wait a few miuntes, see errors in the output of soft-serve.

Expected behavior
No errors would occur for this typical behavior (assuming Flux is behaving correctly, which I'm not certain about), or at least, no log messages would be sent.

Screenshots

Aug 17 18:44:11 soft.example soft[1853579]: time="2024-08-17 18:44:11" level=error prefix=ssh msg="failed to handle git service" service=git-upload-pack err="signal: killed" repo=sys/flux-config
Aug 17 18:45:11 soft.example soft[1853579]: time="2024-08-17 18:45:11" level=error prefix=ssh msg="failed to handle git service" service=git-upload-pack err="signal: killed" repo=sys/flux-config
Aug 17 18:46:11 soft.example soft[1853579]: time="2024-08-17 18:46:11" level=error prefix=ssh msg="failed to handle git service" service=git-upload-pack err="signal: killed" repo=sys/flux-config
Aug 17 18:47:34 soft.example soft[1853579]: time="2024-08-17 18:47:34" level=error prefix=ssh msg="failed to handle git service" service=git-upload-pack err="signal: killed" repo=sys/flux-config
Aug 17 18:48:13 server.example soft[1853579]: time="2024-08-17 18:48:13" level=error prefix=ssh msg="failed to handle git service" service=git-upload-pack err="signal: killed" repo=sys/flux-config

Environment (please complete the following information):

  • OS: Arch Linux
  • Version: 0.7.6

Additional context
This may actually be a problem with how Flux checks the repo for changes, I'm not certain. Hopefully the process of debugging this would reveal what the exact cause is for the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant