Vedran Lerenc
Vedran Lerenc
@timebertt Hmm... not sure. I like to have a robust solution with only minimal assumptions and integration into "my personal shell environment". The `$PROMPT_COMMAND` modification I need for the hooks...
Sure, thanks @timebertt. > Though, I still would try to avoid keeping unneeded kubeconfigs on disk for too long and spamming the users disk and just regularly clean the cache...
@mvladev You were mentioning that we have another/better option to access the shoots than temporary service accounts (which, incidentally, is also the way the web terminals get access)? Could you...
In regards to the targetting topic, @danielfoehrKn suggested to use https://github.com/danielfoehrKn/kubeswitch, i.e. to split off the `kubeconfig` retrieval from the `gardenctl` commands.
> Other thoughts? @timuthy `maxSurge = ceil(maxSurge / numZones)` and `maxUnavailable = ceil(maxUnavailable / numZones)`, i.e. a `maxSurge` of `1` with `3` zones, turns into `1/3`, turns into `1`, but...
Is it possible to set/mutate those hints ourself, so that we get what we need, because the logic to not set the hints is indeed flawed in our case (unless...
/remove rotten /add critical It seems a good idea to improve here, because: - We have had issues of starvation already and they are generally hard to analyse - We...
Great to hear! Thank you!
@juergenschneider suggested a warning that downgrading (to none) or switching (from node to zone or vice versa) is not possible/supported.
Same experience here @dcsobral. I can change fields like the title with `hub`, the v3 ReST API, and the v4 GraphQL API, but I have no clue how to `convert-to-draft`...