mattermost-operator icon indicating copy to clipboard operation
mattermost-operator copied to clipboard

Mattermost Operator for Kubernetes

Results 34 mattermost-operator issues
Sort by recently updated
recently updated
newest added

#### Summary This adds a new struct and three new "options" to the MM spec: ```yaml spec: updateJob: extraLabels: {} extraAnnotations: {} disabled: (bool) ``` The annotations/labels will be added...

release-note

TODO: - [x] Add tests #### Summary Add option for AWS ALB Ingress See: 1. https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/ 2. https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/ingress/annotations/ #### Issue Link Fixes #293 #### API ```yaml apiVersion: installation.mattermost.com/v1beta1 kind: Mattermost...

Lifecycle/1:stale
kind/feature
release-note

#### Summary From a quick scan through the code I don't believe there is currently any way to override parts of the spec for the update-check job that runs with...

#### Summary At the moment, only a Service LoadBalancer, and a Nginx Ingress is supported. It would be great to be able to use an AWS ALB. AWS only provides...

## Description Current end-to-end tests of Mattermost Operator run using MySQL Operator and MinIO Operator. We should add another test which runs with an external database configuration. This could be...

Hacktoberfest
help wanted

hello i d like to launch a mmctl command at startup how could i implement it in my mattermost deployement ? in the apiVersion: installation.mattermost.com/v1beta1 kind: Mattermost i cannot add...

#### Summary Why in the CRD definition is not present Local File store? Its not possible to deploy mattermost in k8s using the operator (or the helm chart) with local...

help wanted / in-progress

#### Summary Currently the CRD doesn’t allow defining the Service type, defaulting to a type of `ClusterIP`. This is needed in order to support [GKE Ingress](https://cloud.google.com/kubernetes-engine/docs/concepts/ingress), which do not allow...

help wanted

### Problem Description Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) versions will **not** work on Kubernetes...

When moving pods to new nodes (forcing a new image pull), the mattermost-operator deployment fails with ErrImagePull and CrashLoopBackoff, with events like: ``` Error: failed to start container "mattermost-operator": Error...