Priya Wadhwa

Results 93 comments of Priya Wadhwa

Yah I can do it! @cpanato just lmk what the SA name and roles should be

Hey @shayanjalil the `none` driver is only compatible with Linux. I'd suggest running Windows with the docker drivre via: ``` minikube start --driver docker ``` if you have docker installed.

@Umar-Basharat103 similarly, I'd recommend using docker on ubuntu as well as it's more reliable. Do you have docker installed? If not, you'll need to install it for the `none` driver...

Hey @Pictor13 sorry for the delay in responding to your issue. I'm not very familiar with `minikube mount`, but I did find this issue which seems like it could be...

I'm seeing something similar when setting `WithOutput`. If I add `tea.WithOutput(os.Stdout)` to one of the example listing projects, the program just hangs in my terminal as well and doesn't respond...

I don't think this is better, but I've been using this (deprecated) helm plugin -- https://github.com/karuppiah7890/helm-schema-gen

Hey @cref, we don't currently support this -- right now we use a library which looks at the config.json and handles authentication and pulling/pushing images for us.

@tejal29 @jyipks the only thing I can think of is upping the resource limits on the pod as well

Hey @alexellis , I think that would be within scope since Docker allows for Github repos as build contexts. Could you open a separate issue for this? It'll be easier...