Tobias Lindberg

Results 61 comments of Tobias Lindberg

@fffonion, looked also there and the only one I found could be relevant was #12224 but without any further information. But this issue must have started with PR #11703 from...

I encounter the same issue on my ~1.19~ 1.23 EKS cluster. :( Noticed also following error in the initcontainer: ```plain exec /bin/sh: exec format error ``` Followed following installation process:...

> > Noticed also following error in the initcontainer: > > ``` > > exec /bin/sh: exec format error > > ``` > > Could you please check that your...

> Please customize to use another kubectl image that supports arm64. Based on the AWS Console it says `OS (Architecture): linux (arm64)` on the worker nodes. And on the Docker...

Created PR #155 that adds possibility to set `allow_update_branch` to `true`.

Hello there, Great suggestion @RafPe ⭐ Using `github_team_members` should considerably decrease the use of the GitHub API, so this is almost required to go that way when running larger organisations....

> Sure, a script which uses the requests library to grab a JSON object from an API endpoint should be easy to implement. I recommend you have a look at...

> It feels like you're overcomplicating things. Given an API you should be able to retrieve its data using a library such as [requests](https://docs.python-requests.org/en/latest/). This yields JSON/XML/CSV which should be...

Ah nice catch, there is a discussion on that as well in #254 and @LelandSindt might already have taken a look too.