Fabian Kramm
Fabian Kramm
@anasalloush thanks for the infos, would you mind adding the vcluster container logs as well? Seems like there might be a problem with the persistent storage or it might be...
@anasalloush thanks for the info! Seems like some requests are exceptionally slow in your setup, does increasing the probe timeouts help?
@magnusboman thanks for creating this issue! Sure, we can change it to the vcluster name
@developer-guy thanks for creating this issue! I really like the idea, however would be great if we could integrate an already existing marketplace for kubernetes applications into vcluster as most...
@Chakravarti-Baratam thanks for creating this issue! Yes we can add this
@Chakravarti-Baratam should be implemented in the next weeks
@stevefan1999-personal yes this should work, are you having any problems with this?
@Chakravarti-Baratam currently we have an upgrade flag for that as `vcluster create --upgrade=false` will throw an error like you want. In feature we might make this the default behaviour
@jburnitz thanks for creating this issue! Yeah I guess the best solution is that we only define `storageClassName` if a name was defined in the values
@MShekow thanks for creating this issue! Looks like ingresses is not available in your cluster, can you try to create a `values.yaml` with: ```yaml syncer: extraArgs: ["--disable-sync-resources=ingresses"] ``` and then...