Peter Sutter
Peter Sutter
Compute `gardenTerminalHost` for terminals during runtime by choosing the first non-unreachable seed
cc @rfranzke
related issue https://github.com/gardener/gardenctl-v2/issues/85 (second task)
Hi @tedteng, I don't think it will be a good idea to use the shell history for this purpose. You wouldn't be able to reconstruct the target without huge interpretation...
> history structure data include GCTL_SESSION_ID [...] My gut feeling is to have separate files (gardenctl home dir vs session dir) -> If the user wants to have a session...
cc @ThormaehlenFred
> I first need the maintainers to merge this PR (but they insist that the vendorhash has to be automated as well ...) Out of good reason. Take https://github.com/open-component-model/ocm as...
A gardenctl session is defined as following: > The state of gardenctl is bound to a shell session and is not shared across windows, tabs or panes. A shell session...
related issues: #22, #23
moved issue to garden-setup repo @dominikfe could you give more details on the error. Which request timed out?
yes correct. We always use the users token to read / write cloud provider secrets, but to read the monitoring secret we take the dashboard user https://github.com/gardener/dashboard/blob/master/backend/lib/services/shoots.js#L317-L324 I have updated...