Steve Kuznetsov

Results 206 comments of Steve Kuznetsov

- how do I correctly reference an APIExport? - when do I use a PermissionClaim? - how do I correctly reference a resource from another APIExport in a permission claim?

> I do wonder if there's a go command with output that corresponds directly to the presence/absence of modules in the go.mod file. @grvillic have you had any issues using...

This IMHO should come after refactoring `kcp` to use `logr/v2` and structured logs.

@robertsirc sure thing! Do y'all already have an end-to-end setup somewhere? We need a k8s API server running to reproduce the issue, I don't think there's any unit or integration...

@gjenkins8 no, this is just on a Helm upgrade using v4 + SSA on a chart created by v3 install/upgrade, naively I would expect any codepath that triggers the patching...

I think you would be much better off testing the positive "real server accepts this SSA request" since there are a lot of rough edges - testing individual rough edges...

Hmm, sorry - looks like this was more likely adoption of existing CRDs or something. Notably, whatever weird state I ended up in was due to the other bug I...

We've reproduced the CRD deletion ....

We are deploying [this chart](https://github.com/Azure/ARO-HCP/tree/main/hypershiftoperator/deploy). Running install the first time while opting into CRDs [here](https://github.com/Azure/ARO-Tools/blob/035771c61e3d14640da9b534109dd83b600e3a54/pkg/helm/options.go#L327), then running an upgrade while omitting CRDs [here](https://github.com/Azure/ARO-Tools/blob/035771c61e3d14640da9b534109dd83b600e3a54/pkg/helm/options.go#L352) is sufficient to reproduce the issue.

Looks like at least this one was my error: https://github.com/helm/helm/pull/31413