Closed IvoGoman closed 1 day ago
With introducing a first solution to capping the host:
https://github.com/cloudoperators/greenhouse/pull/611
We introduced a regression because we changed order of service
, cluster
and namespace
in the host.
The decomposition was decoupled of the URl creation and therefore broke.
We hotfixed here: https://github.com/cloudoperators/greenhouse/pull/617
But still need:
service
, cluster
and namespace
even with hosts exceeding 63 charactersAlso see @abhijith-darshan comment for reference
Priority
(Medium) I'm annoyed but I'll live
Description
The
service-proxy
allows to expose Kubernetes Service resources from an onboarded cluster. In the past this has caused troubles if the combined$service-$namespace-$cluster
is longer than 63 characters.From an initial discussion with @databus23 this solution is proposed:
With some proposals for the generated name:
Reference Issues
No response