Matus Mrekaj

Results 35 comments of Matus Mrekaj

Was closed as this issue was related to when the quota limits were hit

Other possible solution would be to have a Lease instead of a TTL. Builder would periodically renew the lease and if there is no renewal for time X the task...

The main issue blocking this is as follows. Say you have a template version of `v0.9.8` which has hetzner `v6.0.0`. Next you want to upgrade to the template version `v0.10.0`...

Kubeone overwites the [config.toml](https://github.com/kubermatic/kubeone/blob/309864b4014c7714b0eb810260d9313240d8fa8e/pkg/scripts/render.go#L35) Each run. Even if we perform a rollout-restart of the toolkit daemonset there will be an interval where the non-nvidia config.toml is present, right after executing...

`TF_PLUGIN_CACHE_DIR=` is not suitable due to ``` Note: The plugin cache directory is not guaranteed to be concurrency safe. The provider installer's behavior in environments with multiple terraform init calls...

we could work around the concurrency limit of `TF_PLUGIN_CACHE_DIR=` by having each cluster have its own plugin cache

The `TemplateRepository` CRD could be useful if you would have many InputManifests referencing the same templates, which would skip some boilerplate and possible typos copy/paste errors. Thats the only pro...

Note that having a pre-defined version of templates for each release would result in rolling-update of the infrastructure whenever claudie itself is updated.

We are still discussing as to how exactly we will implement this. As for if this FR will be worked on next, I would say so, once we agree on...

Hi @chaitu7989, sorry for the delay. From the provided logs we can't really figure out what did go wrong. I would advice setting the log level to debug (there will...