Tom Lebreux
Tom Lebreux
I am having the same issue. Getting 15% cpu usage when idle and 75% cpu usage when focusing the application.
I think I'll simply s/'// on index for the Knight's problem. Would that break anything ? For the ampersand issue, I'm not sure what I'll do. We could treat '...
I'd rather use proven technology that works (Postgres) and seed daily dumps of the db. That is going to be enough, at least for now. We'll see in the future...
What kind of guarantees do we want to have with this status field? For example, should the status revert to `InProgress` when a related `ClusterRole` is modified? And if so,...
## Validation Template ## Root Cause The OS certificate bundle isn't used when a cert/key is provided to the keycloak auth provider configuration. This bundle contains the [custom certs that...
# Release notes ## Authentication ### Behavior Changes Rancher uses additional trusted CAs when establishing a secure connection to the keycloak OIDC authentication provider.
Seems like https://github.com/rancher/norman/pull/497 has been merged so I'll move to to-test. Though not sure who's testing this @MKlimuszka .
Fwiw, [k8s.io/apiserver/pkg/apis/config](https://github.com/kubernetes/apiserver/tree/release-1.30/pkg/apis/config) no longer exists. It's used here: - [github.com/rancher/rancher/pkg/controllers/management/secretmigrator/assemblers](https://github.com/rancher/rancher//blob/release/v2.9/pkg/controllers/management/secretmigrator/assemblers/assemblers.go#L14) - [github.com/rancher/rancher/pkg/schemas/management.cattle.io/v3](https://github.com/rancher/rancher//blob/release/v2.9/pkg/schemas/management.cattle.io/v3/schema.go#L14)
@varshneydevansh Hey, feel free to submit a PR for this but note that it may also get picked up by our team.
@richard-cox I'm working on https://github.com/rancher/rancher/issues/45157 now. I need to rebase my changes on top of @MbolotSuse 's fix, which was also affecting the schema definitions. Once that's done (by EOD)...