konstructio / kubefirst-api

Kubefirst API that serves console frontend
MIT License
10 stars 14 forks source link

fix: gcp and aws exit code 1 #378

Closed jokestax closed 2 months ago

jokestax commented 2 months ago

Description

Replaced kubectl with client go to reload the argocd-applicationset-controller which sometimes starts before repo server and gives secret key missing which leads to timeout issue

Related Issue(s)

Fixes #376

How to test

Clone this repo and kubefirst repo locally,checkout branch "client" on api repo and in the go mod file of kubefirst add this line "replace github.com/kubefirst/kubefirst-api v0.1.26 => PATH-TO-KUBEFIRST-API" ,replace PATH-TO-KUBEFIRST-API with actual path

jokestax commented 2 months ago

Edited the Dockerfile Simon :)

fharper commented 2 months ago

Would it be possible to prioritize testing this PR and releasing a new version when merged please? Our users are having this issue :)