Closed MatheoAtche closed 4 years ago
I've fixed today the issue regarding missing tag for wordpress-operator image.
Try using the CRDs of version v0.9.1
: https://github.com/presslabs/stack/raw/v0.9.1/deploy/manifests/00-crds.yaml because the manifests on the master branch are broken after merging #100, I'm working to fix them.
Also, Stack is not tested, yet, with k8s version 1.18, only on 1.15.
Thanks for your answer !
I'll try this tomorrow.
It worked fine with kubernetes 1.15, but I got the same error with k8s 1.18 and the version of the CRDs you gave.
Thanks again for your answer and I'm closing this issue since I managed to make the stack work :smile:
What happened:
I am using kubernetes v1.18.2 (client and server) on minikube v1.10.1 and, following the docs, I tried to run :
but this is what happened :
So a majority of the CRDs where created but not the wordpress one, hence when I deployed the stack with Helm, the Wordpress Operator did not work (
Error
andCrashLoopBackoff
of the container)What you expected to happen:
I expected the CRDs to be installed correctly.
How to reproduce it (as minimally and precisely as possible):
I think if you use the same versions of minikube and kubernetes you'll have the same bug. (I tried on minikube using virtualbox and also using Docker as driver)
Anything else?:
I think there is also a small issue with the Helm Chart, the wordpress operator version is noted
0.9.1
but on the repo this tag does not exist.