We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0719195 + a990eb1 commit 08dd4c7Copy full SHA for 08dd4c7
1 file changed
2023/day32.md
@@ -71,6 +71,16 @@ Auditing Kubernetes configuration is simple and there are multiple tools you can
71
72
73
We will see the simple way to scan our cluster with Kubescape:
74
+
75
+```
76
+kubescape installation in macOs M1 and M2 chip error fixed
77
78
+[kubescape](https://github.com/kubescape/kubescape)
79
80
81
82
83
84
```bash
85
curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash
86
kubescape scan --enable-host-scan --verbose
0 commit comments