Jakub Jaruszewski
Jakub Jaruszewski
# Overview & why I'm using Velero to create backups of the pgbackrest volume created by PGO. This is done by setting the annotation on the pod which uses this...
This PR aims to improve UI/UX of the redesigned gamepage view ## Main fixes: - Moved "report issues" link a bit so both panels will always be the same height...
Implements the same exact certificates for internalTLS as "auto" option, but using certmanager. This solved a couple problems: 1. Certificates are automatically renewed 2. Certificates are no longer regenerated each...
As in deprecation message: ``` (node:53328) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. ```
This PR is an attempt to de-clutter sidebar and improve it's readibility. **Wating for #3544 and then will rebase this on top of that** Toy can review and QA this...
Some k8s distributions (for example OKD/Openshift) use more complex version string (for example `v1.28.2-3598+6e2789bbd58938-dirty`). Helm fails to parse it correctly and thus a v1.28.2 cluster fails a check for >=...
**Expected behavior and actual behavior:** Let's assume that we have a `test` project and `puller` account within that project. Full name (without prefix) is `test+puller`. Searching with query `name=test+puller` does...
### Description of the change Added support for `proxy-headers` via `KEYCLOAK_PROXY_HEADERS`. This also removes support for `KEYCLOAK_PROXY` Implementing both this and KEYCLOAK_PROXY when the current default for KEYCLOAK_PROXY is `passthorugh`...
This endpoint does not parse permissions correctly: Try to create a robot in your project via `/projects/{project_name_or_id}/robots` with this payload: ```json { "name": "puller", "description": "Project puller. Created automatically.", "expires_at":...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: Underlying cephfs plugin has "encrypted" volume parameter (see: https://github.com/ceph/ceph-csi/blob/release-v3.11/docs/deploy-cephfs.md). Is there any chance that we will see it...