Deployment on Kubernetes cluster "reconciling"

Summary
Attempting a test deployment of Mattermost in a clean Kubernetes Cluster

Steps to reproduce
How can we reproduce the issue (what version are you using?)
Walking through the Kubernetes deployment steps in the deployment guide (and have tried separate avenues along the way)

Expected behavior
Expecting mattermost to come up and run

Observed behavior
No matter what I do, I get to the very last step of:
kubectl apply -n mattermost -f /path to .yaml file

This executes just fine and then when I monitor with:
kubectl -n mattermost get mm -2

The “STATE” never changes from reconciling. I’ve waited up to an hour before.

Brand new to mattermost so hoping I’m just missing something obvious.

2 Likes

@charlieharcum Were you able to find a resolution for this? Running into the same issue.

I am also facing the same issue. It’s in ‘reconciling’ state for a long time. I am using Kubernetes version 1.26.x.
How did you resolve the issue @charlieharcum ?

I realize I never came back to put our resolution. So for us, it turned out we did not have enough storage to accommodate the persistent volume mattermost was trying to create. Believe all we did was adjust the size of the drive it was trying to create in the YAML and also increased storage on our local node and then it came up just fine.

1 Like