Skip to content

Bug: Select Material not clickable & automatic builds not working #6530

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

Open
2 tasks done
Casburggraaf opened this issue Apr 22, 2025 · 2 comments
Open
2 tasks done
Assignees
Labels
bug Something isn't working needs-triage Issue is not approved or ready-to-work on

Comments

@Casburggraaf
Copy link

📜 Description

UI interactions related to Git materials are breaking — specifically, the “Select Material” option is unresponsive and automatic builds aren’t triggering. The issue appears to be related to gitsensor and may involve system resource limits (e.g. fork failures). Temporary fixes work but the issue recurs.

👟 Reproduction steps

1.	Clicking “Select Material” in the UI doesn’t work.
2.	Automatic builds are not triggering as expected.

👍 Expected behavior

That i cant make build without deleting the gitsensor pod

👎 Actual Behavior

automatic and manual builds not working

error: cannot fork() for ssh -i /git-base/ssh-keys/2/ssh_pvt_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no: Resource temporarily unavailable
fatal: unable to fork

☸ Kubernetes version

1.13.6
Devtron Version: 1.4.0

Cloud provider

Leaf

🌍 Browser

Chrome

🧱 Your Environment

No response

✅ Proposed Solution

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find any similar issue

🏢 Have you read the Code of Conduct?

@Casburggraaf Casburggraaf added bug Something isn't working needs-triage Issue is not approved or ready-to-work on labels Apr 22, 2025
@satyampsoni
Copy link
Contributor

Hi @Casburggraaf, what version of Devtron are you using ?

@tayalrishabh96
Copy link
Contributor

hey @Casburggraaf running below kubectl patch command should permanently fix the issue :

kubectl patch sts git-sensor -p '{"spec": {"template": {"spec": {"containers": [{"name": "git-sensor", "image": "quay.io/devtron/git-sensor:2b4b8363-954-31493"}]}}}}' -n devtroncd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue is not approved or ready-to-work on
Projects
None yet
Development

No branches or pull requests

5 participants