This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
v0.22.0 gardenctl unable to operate against aws/gcp/azure cloud providers #389
Comments
neo-liang-sap
added a commit
to neo-liang-sap/gardenctl
that referenced
this issue
Oct 16, 2020
dansible
added a commit
that referenced
this issue
Oct 16, 2020
/reopen |
Merged
Its all good for AWS:
some network issue gcp/azure testing onging |
for short summary, PR #391 will fix all the issues except the new issue I found #396 (v21) I haven't found the suitable case to achieve the automation test for aws.go gcp.go az.go yet. That why the PR with [WIP], but The PR ready merge to fix most of the issues. that depend on decided from @gardenctl-maintainers |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
This bug is introduced in #368
Now the issue is (same for aws/gcp/azure):
gardenctl aws ec2 describe-instances
, the actually command running isgardenctl aws aws ec2 describe-instances
, so theaws
command will exit with error code.The problem code is d5677ca#diff-35cfdbb008094fbcbebfc8909edc59f44d1290e38a3bdd9da5c08b5fadff1de7R90
the
args
already contains cloud provider command e.g.aws
and in next line,aws
is append againgardenctl aws ec2 describe-instances
will display nothing.the problem code is d5677ca#diff-35cfdbb008094fbcbebfc8909edc59f44d1290e38a3bdd9da5c08b5fadff1de7R94
previous code will return command output but now it displays nothing
Above 1) and 2) issues applies for gcp/aws/azure
To Reproduce
Steps to reproduce the behavior:
Expected behavior
error should not occur
Screenshots
Gardenctl Version (please complete the following information):
v0.22.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: