mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-02 04:14:51 +07:00
Update day32.md
The error associated with kubescape fixed on macos m1 and m2 chip
This commit is contained in:
parent
841efcf554
commit
a990eb1494
@ -71,6 +71,16 @@ Auditing Kubernetes configuration is simple and there are multiple tools you can
|
||||
|
||||
|
||||
We will see the simple way to scan our cluster with Kubescape:
|
||||
|
||||
```
|
||||
kubescape installation in macOs M1 and M2 chip error fixed
|
||||
|
||||
[kubescape](https://github.com/kubescape/kubescape)
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash
|
||||
kubescape scan --enable-host-scan --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user