Stephan

Results 45 comments of Stephan

Hi, I'm running my setup on a RPi 4 with 8 GB RAM, an external Samsung QVO 860 SSD, `2021-03-04-raspios-buster-arm64-lite` image and plain k8s with cri-o. I had a similar...

Hi, I'm having a similar problem: ```bash $ results=$(sonobuoy retrieve ) error retrieving results: unexpected EOF ``` When I try to extract the *.tar.gz file via Windows I always see:...

As a hint, Grafana is doing it via a [signout_redirect_url](https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/grafana/#url-redirect-after-signing-out). Would be great to have the possibility in Harbor too.

@embik my 5 cents: For _End Users_ this is clear, they just deploy their own `StorageClass`. For us it is more important from _KKP Admin_ point of view. I'm with...

Hi, below is my use case. I want to add [user-group](https://github.com/goharbor/harbor/blob/main/src/common/rbac/const.go#L69) permissions to one of my robot account. But when I use the resource shown below I get the following...

Hi @xrstf, IIRC, the application feature needs to be enabled separately for each user cluster. For us, it would be great if we could generally override or set new defaults.

Good morning @ahmedwaleedmalik, as an addition I think it would be great to be able to configure a client secret at the [API Configuration](https://docs.kubermatic.com/kubermatic/v2.25/tutorials-howtos/oidc-provider-configuration/#api-configuration) and also [UI Configuration](https://docs.kubermatic.com/kubermatic/v2.25/tutorials-howtos/oidc-provider-configuration/#ui-configuration)

Hi, good to hear, then I can remove my fork again 😄. Just a note, I'm not sure how you build the images, but for the short term I've implemented...

This is the IP for nextcloud I configured at the loadbalancer.

@magsol sorry for my very late response... See below a snippet for the service configuration in my _values.yaml_ file: ```yaml service: type: LoadBalancer port: 8080 loadBalancerIP: 172.16.4.35 ```