Paul Krizak

Results 61 comments of Paul Krizak

+1 on this -- as an example, there's no mention at all of `enforcementAction` in the Gatekeeper docs. That's a pretty dang important concept and the string `enforcementAction` doesn't even...

I opened #133 which encodes some of this, but I do agree the build docs could use a lot more help here. I am not a WASM developer and have...

+1 for this. At Qualcomm we use Rancher, and Rancher deploys the nginx ingress controller using a DaemonSet. We would very much like to be able to use the kubectl...

I took a different approach to fix this, and instead added the missing macros in `Config.php`: ``` define('DB_PORT', 3306); define('DB_SOCK', ''); ``` Since `Config.php` is a config file, this resolves...

I'm going to need some help here. I thought that I followed the instructions properly for modifying the source code. But I found that `make generate-all` doesn't seem to do...

When I run `make generate-artifacthub-artifacts` (which is part of `make generate-all`) it creates a _new_ directory with hundreds of files in it, that weren't in the original repository. It didn't...

OK I re-ran `make generate-all` and added the additional changes to the website and artifacthub bits. Let's see if the CI tests pass this time :crossed_fingers:

I don't know why we keep dancing back and forth on this. Every time I fix my branch so that the tests all complete successfully, somebody comes along and does...

I'm running Rancher 2.6.11 and I'm not convinced that the backported fix in #7719 has actually resolved the problem. We are still seeing surges of cattle-cluster-agent watch start/stop events: ![image](https://user-images.githubusercontent.com/5861261/232813512-6f2dd476-18c6-43e6-8bef-1c9842ecb59c.png)...