mirror of
https://github.com/V4bel/dirtyfrag.git
synced 2026-05-16 10:50:10 +00:00
Merge 44af5b1a14 into cb2bc342d1
This commit is contained in:
commit
ab528b9bea
3 changed files with 362 additions and 0 deletions
|
|
@ -66,6 +66,14 @@ sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /
|
|||
|
||||
2. Once each distribution backports a patch, update accordingly.
|
||||
|
||||
## Kubernetes
|
||||
|
||||
For Kubernetes clusters, [`k8s/dirtyfrag-mitigation.yaml`](k8s/dirtyfrag-mitigation.yaml) deploys a DaemonSet that applies the same mitigation on every Linux node and re-applies it automatically on any new node that joins the cluster. See [`k8s/README.md`](k8s/README.md) for details, compatibility notes, and the revert procedure.
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/V4bel/dirtyfrag/master/k8s/dirtyfrag-mitigation.yaml
|
||||
```
|
||||
|
||||
# FAQ
|
||||
|
||||
## Why did you chain two vulnerabilities?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue