andrei-panov
andrei-panov
We have a very generic function `checkError` in `utils.go` file. The fatal flaw of this function that if there a non-nil error then it call for `log.Fatalf(err.Error())` and exit. It's...
To test it you should target the shoot cluster which has `loki-0` pod and the whole cluster in the running state. For example this one: https://dashboard.garden.dev.k8s.ondemand.com/namespace/garden-gardenctl/shoots/gctl-gcp/ Execute two commands and...
Hi all, I want to discuss a generic question about gardenctl packages. Currently there only one global package cmd with a very global scope. What you thinking about to introduce...
It would beneficial to setup an environment that we can use for integration tests when we call for the subcommands like kubectl and others. As the first step, I would...
### Describe the bug I did setup according to documentation https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html#sso-configure-profile-token-auto-sso-session ### Expected Behavior Expected `aws sso` will authorize me. ### Current Behavior ```bash ❯ aws sso login --debug --sso-session...