Elias Abacioglu

Results 123 comments of Elias Abacioglu

Ok, I've figured it out the problem on my machine, YMMV. Problem for me was that I had multiple clusters with the same name. ```yaml contexts: - context: cluster: local...

I can only assume when you run `open -a xbar.app` from a terminal it has all the environment variables that you have in your shell. So perhaps it is some...

I had an idea, A bit of a ugly and resource heavy work-around instead of trying to figure out which environment variable is missing. Perhaps all can be imported. Just...

Well, I really wouldn't want to have a different set of tools for development and production. I would very much like it to be the same tool. Even thou Tilt...

So, it's not a bug, just an limitation that can't be overcome? Or perhaps there will be another way to overcome this limitation?

> Unrelated side question - why do you want to disable buildkit? Using Podman Desktop on MacOS, it creates a /var/run/docker.sock socket but has no support for buildkit. It pretty...

I actually think that the resource tilt creates is a CronJob, and if that it successful, then tilt is done with that resource, it shouldn't wait for jobs to execute,...

I was also caught with the same problem. I am able to build multiple architectures. But not publish, it simply overwrites the tag so only one architecture is available in...

Ok, I cracked it! Here is a working example using multiple runners to build for each architecture, that later upload their images to github temporary storage and a runner that...

@anishakj Ok, can you add the possibility to set the client service as type LoadBalancer?