Difference between revisions of "Mattermost Kubernetes installation"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(11 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
kubectl create ns minio-operator | kubectl create ns minio-operator | ||
kubectl apply -n minio-operator -f https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/minio-operator/minio-operator.yaml | kubectl apply -n minio-operator -f https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/minio-operator/minio-operator.yaml | ||
+ | [[minikube addons enable ingress]] | ||
+ | [[kubectl create]] ns mattermost-operator | ||
+ | [[kubectl apply]] -n mattermost-operator -f https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/mattermost-operator/mattermost-operator.yaml | ||
+ | kubectl create ns mattermost | ||
+ | kubectl apply -n mattermost -f mattermost-license-secret.yaml | ||
+ | kubectl apply -n mattermost -f mattermost-installation.yaml | ||
+ | kubectl -n mattermost [[get]] [[ingress]] | ||
+ | == Related terms == | ||
+ | * [[Ingress controller]] | ||
+ | * [[Ingress (Kubernetes)]] | ||
== See also == | == See also == | ||
* {{Mattermost}} | * {{Mattermost}} | ||
+ | |||
+ | |||
+ | [[Category:Mattermost]] |
Latest revision as of 10:32, 20 August 2020
https://docs.mattermost.com/install/install-kubernetes.html
kubectl create ns mysql-operator kubectl apply -n mysql-operator -f https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/mysql-operator/mysql-operator.yaml kubectl create ns minio-operator kubectl apply -n minio-operator -f https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/minio-operator/minio-operator.yaml minikube addons enable ingress kubectl create ns mattermost-operator kubectl apply -n mattermost-operator -f https://raw.githubusercontent.com/mattermost/mattermost-operator/master/docs/mattermost-operator/mattermost-operator.yaml kubectl create ns mattermost kubectl apply -n mattermost -f mattermost-license-secret.yaml kubectl apply -n mattermost -f mattermost-installation.yaml kubectl -n mattermost get ingress
Related terms[edit]
See also[edit]
Advertising: