Ján Bočínec

Results 36 comments of Ján Bočínec

@pratikjagrut thanks, but still the same problem ``` - image: myapp.local/php:YPbQNky imageID: "" lastState: {} name: php-container ready: false restartCount: 0 started: false state: waiting: message: 'rpc error: code =...

@FabianKramm didn't help :( ``` - image: myapp.local/php:fMyzTrj imageID: "" lastState: {} name: php-container ready: false restartCount: 0 started: false state: waiting: message: Container image "myapp.local/php:fMyzTrj" is not present with...

@FabianKramm @pratikjagrut images are created for my local Docker not one in Minikube when used with vcluster. It works as expected with "minikube" context". Is there some configuration I should...

And I don't know if this could be related but I noticed this kind of errors in my vcluster console: ``` I0315 11:58:31.819918 28173 portforward.go:391] error copying from remote stream...

@FabianKramm but shouldn't Buildkit config do the trick? ``` buildKit: inCluster: {} ```

> Using tls: true requires that your Kubernetes cluster has cert-manager installed. https://devspace.sh/component-chart/docs/guides/ssl-certificates

@FabianKramm thanks! Please, could you give me working example how can I use this sharing a volume between the pods. It is not very clear from the docs. Should "shared"...

@LukasGentele @FabianKramm I finally got to test it on 5.18.3 but still no luck getting it work... ``` 00:05:32 [fatal] error deploying: error deploying pwa: Unable to deploy helm chart:...

@FabianKramm I did `devspace purge --all` and `kubectl delete persistentvolumeclaims --all` but still the same result. I tried deploying in new namespace but it didn't help. This pod yaml if...

@LukasGentele Yes, I do. I sent it in my previous comment. Do you need any more details?