Summary in one sentence
I want to deploy Mattermost locally on a Kubernetes cluster using Minikube
Steps to reproduce
I used this tutorial and the Github documentation:
-
Another variation of deployment
Also tried another variation by following all the steps from the first link (without the licences secret step). At this point the mattermost-operator is visible using k9s and won't getting any errors. But unfortunately the mm-demo pod keeps crashing (empty logs, so seeing no errors or something). Anybody an idea?
CodePudding user response:
As @Ashish faced the same issue, he fixed it by upgrading the resources.
Minikube will be able to run all the pods by running
minikube start --kubernetes-version=v1.21.5 --memory 4000 --cpus 4