Anton Bessonov

Results 206 comments of Anton Bessonov

I'm not windows user, but did you tried wsl (maybe with docker image) to run `mirror`?

From my point of view, syncing of user/groups isn't necessary in most cases. But syncing of permissions is a must. > the client/server may be different platforms True, but MacOS...

How is about [kube-bench](https://github.com/aquasecurity/kube-bench/)?

@MartinNowak I've run it against my test cluster with 1.13.2. Worked fine. BTW: https://github.com/kubernetes/kubernetes/issues/73108

@crystalfp I hadn't luck with both of them. See also https://github.com/bcoe/c8/issues/244 .

Hey @GEMI , you know, this is open source and everyone helps in his/her free time. So, you are welcome to contribute a fix for this common setup :+1: See...

Actually, not tested well, but it worked for the last 2 builds. We had the same issue with aks and public ip used for ingress in our automated apply/destroy test...

@mjoellnier did you found any solution? I think there are many issues coming together. Take it with a grain of salt, because I can be wrong. The main difference between...

Noticed same behavior. ``` [...] "html-webpack-plugin": "5.3.1", "webpack": "5.37.0", "webpack-cli": "4.7.0", "webpack-dev-server": "3.11.2", [...] ``` But build works as expected.