-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl commands don't work #41
Comments
Hi, issued release https://github.com/koslib/helm-eks-action/releases/tag/v1.25.3 over the weekend bumping versions of |
this release -> https://github.com/koslib/helm-eks-action/releases/tag/v1.25.2 work for me. |
Hey, guys! I have the same issue. On Friday lib worked, now - doesn't work.
error: /usr/bin/kubectl: line 1: syntax error: unexpected redirection |
Hmm it might have to do with the fact I started building the base docker image with I am contemplating fixing it to |
I just run this and built the base docker image with Could you let me know how it feels now? |
Hi, I started to have some errors related to auth API, since you upgrade the docker image (koslib/ga-helm-eks) version from 2.0 to 2.1 & 2.2 If I use koslib/ga-helm-eks:2.0 everything works fine, but if I increase it fails. Have anyone of you experimented this? The error is related to auth API v1alpha1. |
Hello there The same happening to me today:
|
@riontric @romanlobai @Sharlie89 I have two potential ideas for this issue:
Tried updating the To address idea no 2 please mention your cluster versions and we can try a couple of things then. Thanks in advance for your help 🙏🏼 |
@SaharAvr We are not a company, I am a person :) Since I also saw (and kept a copy of) your previous very very rude comment which you deleted, I am prioritizing support for all the kindly-communicating colleagues who reported their issues and actively participate with input in resolving this issue. And again, this is an open-source repository where you can freely jump in and help and submit a fixing PR. Thanks for your upcoming contribution to this :) |
Feel free 👋🏼 |
Hey @koslib, I'm gonna test it today with the image 2.2. I've keep this working with image 2.0 but with the new versions of the kubectl, awscli and helm. I got a warning about the AWS api v1alpha1 (when it's supposed to be v1beta1), but hope this give you a clue about what is happening (I also thought that is related to the build arch). @SaharAvr What's is highly dangerous is to have someone on charge of something who's implementing things that he's no testing and understanding at all. Also, goes to public github repo, demanding disciplinary treatment is, from my point of view, a clear behaviour of a bad person. EVERYONE OF US MAKES MISTAKES, everyone. You can't go to a public site demanding punishment for one error. Also this is a free use action, so I don't know why you feel in the place for demanding this kind of stuff. |
Just tested it, doesn't working at all. I'm getting again this error:
I doesn't know why, but this is happening in one of my GH actions, but it's working on another. Both of them had the same cluster as an endpoint. |
@Sharlie89 well, I think I understand what's up - let me explain and please let me know if this makes any sense to you too:
I'll get back to you as I have more updates - hopefully before the weekend! Your time and help is really appreciated 🙏🏼 |
@Sharlie89 I was actually wrong. Turns out the issue has to do with the I made a new branch named
and tried this out with no issues on my end. Could you give it a shot as well to confirm it's also ok for your systems before I PR to master?
Potentially @riontric and @romanlobai can try this out too and see how that goes? Thank you all in advance! |
@koslib just tested it, same error. |
Looking through all of this, the only pain point that I see is that all of this started when you changed the way of built the docker image. But this is what I see from my site, can't be sure 100%. I updated one of my clusters today to 1.22 versions, but no luck also. I ran out of ideas about what can be happening. |
I'm trying to piggy back on your train of thought @Sharlie89 .
What this PR did:
In order to eliminate any multi-arch issues later on, I built and pushed locally with
In the
Could you post how these jobs look like? There must be a difference somewhere. Finally, you have an EKS at v1.22, right? I'll build a new test cluster mimicking exactly your setup to test this out. Updates to come. |
In this one, is working:
In this, fails:
|
So the |
No no, in the failing job doesn't work with: experimental, master or v1.25.4. Only works with the docker image koslib/ga-helm-eks:2.0. I've tested this with my forked repo. |
Hi, pipelines are dropped with error:
/usr/bin/kubectl: line 1: syntax error: unexpected redirection
if i use kubectl in command line.
All worked on friday.
The text was updated successfully, but these errors were encountered: