Stephan Austermühle

Results 28 issues of Stephan Austermühle

Output of `helm version`: `version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}` Output of `kubectl version`: ```console Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.13", GitCommit:"592eca05be27f7d927d0b25cbb4241d75a9574bf", GitTreeState:"clean", BuildDate:"2022-10-12T10:57:16Z", GoVersion:"go1.17.13", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.13", GitCommit:"592eca05be27f7d927d0b25cbb4241d75a9574bf",...

help wanted
in progress
bug
good first issue

Configure `.securityContext.fsGroupChangePolicy` for the StatefulSets to avoid the error message ```console FATAL: data directory "/home/postgres/pgdata/pgroot/data" has invalid permissions ``` when the kubelet restarts while the API server is down. Fixes...

**What version of descheduler are you using?** descheduler version: `v0.26.0` **Does this issue reproduce with the latest release?** yes! **Which descheduler CLI options are you using?** ```yaml - args: -...

kind/bug
lifecycle/rotten

After switching Kubernetes v1.23.17 cluster nodes from `dockershim` to `cri-dockerd`, `kubelet` blocks a single Pod (the MetalLB controller) while all other Pods seem to run fine: ```text Mar 20 15:55:51...

# Pull Request ## Description of the change Allow creation of Kubernetes Cronjobs for periodic backups of the Nextcloud data volume. ## Benefits The PR provides a standard method of...

Nitrox should run as [Ingress Controller](https://kubernetes.io/docs/concepts/services-networking/ingress/).

The option `--kube-certificate-file` mentioned in the [Kubernetes section](https://github.com/citrix/nitrox/blob/master/kubernetes/README.md) is unknown by Nitrox. Instead, [main.py](https://github.com/citrix/nitrox/blob/master/main.py) knows a `--kube-certificate-authority` option. Does it take the CA certificate file?

Looks like this is not working with Kubernetes 1.9 because it cannot find the endpoints: ``` # kubectl logs -n kube-system -f nitrox-fqd5b /usr/local/lib/python2.7/site-packages/requests-2.8.1-py2.7.egg/requests/packages/urllib3/connectionpool.py:789: InsecureRequestWarning: Unverified HTTPS request is being...

Output of `restic version` -------------------------- `restic 0.12.0 compiled with go1.15.8 on linux/amd64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Wenn running `restic check`...

category: backend
category: optimization
type: feature suggestion

**Describe the bug** The Vault UI shows authentication methods although they were deleted through an API call. **To Reproduce** Steps to reproduce the behavior: 1. Enable an auth method 2....

ui
core/auth
core/api