Peter Sutter
Peter Sutter
proposals for obtaining the runtime cluster kubeconfig: a) Similar to the `.login` secret for seeds that contain the kubeconfig (usually with oidc configuration), a similar approach could be done for...
Hi @ThormaehlenFred , do you happen to remember why the `--grant-type=auto` was not working?
/hold currently this would result in an import cycle: pkg/target/flags.go depends on -> internal/util (Factory, IOStreams) depends on -> pkg/target (Manager, TargetFlags)
the dashboard currently has an orphaned draft release [1.45.1-draft](https://github.com/gardener/dashboard/releases/tag/untagged-5b64bc5cf876424e72af)
> Some cluster owners may configure their networks in a way that ssh is impossible as ingress traffic may be blocked. could you give more details? because if ssh is...
> Nevertheless, it might require additional permissions yes, this command requires `ec2-instance-connect:SendSerialConsoleSSHPublicKey` permission. ```bash aws ec2-instance-connect send-serial-console-ssh-public-key --instance-id i-0xxxxxxxxx --serial-port 0 --ssh-public-key file://$TMPDIR/my.id_rsa ``` Then the following should work ```bash...
- createTestKubeconfig (duplicated in client_test.go and target_suite_test.go)
/assign @jfortin-sap
as we just discussed this with @rfranzke the question came up if we rather 1. would want to have stable context names for easier switching ```yaml contexts: - name: shoot-external...
meanwhile the corresponding fix https://github.com/gardener/terminal-controller-manager/pull/94 in the terminal-controller-manager was merged and released. We can now also merge this PR