-
Notifications
You must be signed in to change notification settings - Fork 74
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
Deploy cryptnono #2171
Merged
Merged
Deploy cryptnono #2171
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cryptnono (https://github.com/yuvipanda/cryptnono/) is a helm chart that uses [bpftrace](https://github.com/iovisor/bpftrace) to detect monero mining and kill all processes that mine monero instantly. It is based off [this blog post](https://blog.px.dev/detect-monero-miners/) and installs a daemonset. This is in addition to our minesweeper program, and focused specifically on monero. Ref jupyterhub/team-compass#514
/cc @minrk |
/test-this-pr |
This Pull Request is now being tested 🎉 See the test progress in GitHub Actions. |
Job status: success |
It didn't crash on staging, so merging! |
Works on GKE, but fails on azure and ovh: azure:
ovh:
|
Merged
yuvipanda
added a commit
to yuvipanda/kubectl-trace
that referenced
this pull request
May 21, 2022
`tar` can't seem to read what is being passed to it without this, see jupyterhub/mybinder.org-deploy#2171 (comment) for the error message.
@minrk \o/ ty ty. I've opened iovisor/kubectl-trace#184 and iovisor/kubectl-trace#185 to try get the fetch-headers stuff fixed. |
yuvipanda
added a commit
to yuvipanda/kubectl-trace
that referenced
this pull request
May 22, 2022
`tar` can't seem to read what is being passed to it without this, see jupyterhub/mybinder.org-deploy#2171 (comment) for the error message.
yuvipanda
added a commit
to cryptnono/cryptnono
that referenced
this pull request
May 22, 2022
yuvipanda
added a commit
to yuvipanda/kubectl-trace
that referenced
this pull request
May 22, 2022
`tar` can't seem to read what is being passed to it without this, see jupyterhub/mybinder.org-deploy#2171 (comment) for the error message.
yuvipanda
added a commit
to yuvipanda/kubectl-trace
that referenced
this pull request
May 22, 2022
`tar` can't seem to read what is being passed to it without this, see jupyterhub/mybinder.org-deploy#2171 (comment) for the error message.
fntlnz
pushed a commit
to iovisor/kubectl-trace
that referenced
this pull request
Jul 27, 2022
`tar` can't seem to read what is being passed to it without this, see jupyterhub/mybinder.org-deploy#2171 (comment) for the error message.
yuvipanda
added a commit
to yuvipanda/kubectl-trace
that referenced
this pull request
Oct 26, 2023
`tar` can't seem to read what is being passed to it without this, see jupyterhub/mybinder.org-deploy#2171 (comment) for the error message.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cryptnono (https://github.com/yuvipanda/cryptnono/) is a
helm chart that uses bpftrace
to detect monero mining and kill all processes that mine monero
instantly. It is based off this blog
post
and installs a daemonset.
This is in addition to our minesweeper program, and focused
specifically on monero.
Ref jupyterhub/team-compass#514