Results 58 comments of Stepan Stipl

> I'd like to keep it running in scratch @dark0dave see my notes above, in particular: > I would like to drop the shell from the docker image, but I...

Hi @mikhailadvani, thanks for the input. I think turning this into a "proper" webservice, as in real-time listening for API changes and their "stream" processing, and exposing this via web...

I believe you're right @mikhailadvani, and thanks for sharing the workaround 👍 . The in-cluster "no-config" doesn't work at the moment, I've created issue #223 to support this out of...

Hi @Berber31, thanks for reporting this 👍. Can you please share: - the original source manifest - and the manifest as outputted by kubectl, ie. `kubectl get ... -o yaml`...

Little POC to do this with rego - https://play.openpolicyagent.org/p/hVhVk5aimL

Thanks, @dja-fr for the idea, I think it would make sense to have a separate group for announced deprecated APIs, when it's not clear in which version these will be...

Hi @shomeprasanjit thanks for raising this 👍 . So you won't be able to use the node role, as K8s has a special [Node Authorization][1] mechanism, which allows nodes to...

Hi @shomeprasanjit - the error seems to be different. The first one you shared was about missing permissions: ``` 8:39PM ERR Failed to retrieve data from collector error="secrets is forbidden:...

@shomeprasanjit just to confirm, you're trying to connect to the very same cluster where your pod is running, correct? If so, there's **no need for the kubeconfig at all**, simply...