Eviatar Gerzi
Eviatar Gerzi
@vidbina I cloned the branch you created: ``` git clone -b simplify-dockerfile-parameterize-paths https://github.com/stackuno/KubiScan.git ``` Built the Dockerfile and run it like your wrote and ran it like that: ``` docker...
Another issue is with the `-v ~/.kube/config:/tmp/kubiscan/kubeconfig.yaml:ro`. The problem is that when you allow only the volume mount for a specific file kubeconfig, you don't take care for the paths...
> Another issue is with the `-v ~/.kube/config:/tmp/kubiscan/kubeconfig.yaml:ro`. > The problem is that when you allow only the volume mount for a specific file kubeconfig, you don't take care for...
We merged this repo but there are still issues. We fixed the issues and we will upload a new PR with the fixes.
No worries 😊, we already fixed all the conflicts. We are now working on changing the way of using the docker image (already inserted), and we have other changes that...
Hey @JnMik ! Thanks again for reporting :) This issue came up once. It makes lots of noise because of the system's resources. I added the `-lt ` flag that...
I thought that if there is a way to check when the cluster was exactly created, I can compare its timestamp to the resources and find the default one. What...
The command you run should list you **only** the users from the `kube-system` namespace. Yes, it works for me. This is weird. What about `python3 /KubiScan/KubiScan.py -ho $KUBERNETES_ENDPOINT:$KUBERNETES_PORT -t /token...
Oh, sounds like a bug or something I didn't cover. I will check. Any change I do will be published only after 5.12.
We fixed the bug and added the feature for using namespace for other switches.