Sebastian Florek

Results 220 comments of Sebastian Florek

API ref: https://github.com/kubermatic/kubermatic/blob/master/pkg/api/v1/types.go#L815

> @maciaszczykm updated. > > This implementation always displays "enable node autoscaling" checkbox even if cluster has no autoscaler deployed. I think we should may it conditional, how would you...

Right now HTTPS protocol is not supported by the `metrics-scraper`.

I am not sure if this has any real value to us. We are using a super minimalistic scratch image that is basically empty. Is there any good reason why...

I am wondering why the scratch image would not be approved. From the [official page](https://hub.docker.com/_/scratch). > This image is most useful in the context of building base images (such as...

> It is just simpler for financial institutions to have a security backed software support like RH in case there are any CVE's to fall back for support and updates....

> [Error: INSTALLATION FAILED: Service "kubernetes-dashboard-jcfmau9vl7" is invalid: spec.externalTrafficPolicy: Invalid value: "Cluster": may only be set when `type` is 'NodePort' or 'LoadBalancer'](https://github.com/kubernetes/dashboard/actions/runs/3600307502/jobs/6066615621#step:11:43)

Unfortunately, that sounds like an issue with token size. Most web servers support summary request header sizes up to 4-8 kB. We do not have any logic to detect token...

I think that kong by default supports summary header sizes up to 8 kB. They are using nginx underneath. Our UI -> API most probably has a 4 kB limit...

AFAIR azure allows configuring JWT token content, groups, audience, etc. With azure it is usually an issue of configuring too many groups and that all of them are embedded into...