Dr. Stefan Schimanski

Results 210 comments of Dr. Stefan Schimanski

For non-org workspaces we grant access/view/edit/admin verbs to clusterworkspaces/content. To align, we have to do the same here, i.e. * `-access`: Grants `access` verb to the org clusterworkspace/**content** * `-admin`:...

This is possible now with `kubectl ws --short`, e.g. `PS1='$(kubectl ws --short)'`.

Very nice! About startup, I think we need somebody debugging our startup process. I think there must be some polling that is slow. At some point, we have split the...

> A possible alternative to explore is looking into a custom kubectl create subcommand, which might be available by now. Background: in the past kubectl did not call out on...

Alternative: make externalURL immutable. Changing the URL is super-disruptive for users if we reconcile cluster workspaces. Their kubeconfigs will all be broken. Hence, I think our rule have to be:...

So in short: I would argue this is not a bug, but by design.

xref Slack thread https://kubernetes.slack.com/archives/C021U8WSAFK/p1736763305689459

Overall shape is fine now, with https://github.com/kubernetes/kubernetes/pull/127513#discussion_r1816692067 resolved (that one sounded worrying). https://github.com/kubernetes/kubernetes/pull/127513#discussion_r1816712339 is left, but it's rather cosmetics and taste. I think it is ready for @deads2k to take...