Skip to content
Snippets Groups Projects
Commit 25445258 authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

2 MDS.

parent b6c54be4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
##
series: xenial
description: An eight-machine Kubernetes cluster, appropriate for production. Includes a three-machine etcd and ceph-mon cluster, a Kubernetes master, three Kubernetes worker nodes and a Kubernetes worker with GPUs. The Ceph (Luminous) cluster uses three nodes for Ceph Monitors and a Ceph OSD in LXD containers on each worker machine.
description: An eight-machine Kubernetes cluster, appropriate for production. Includes a three-machine etcd and ceph-mon cluster, a Kubernetes master, three Kubernetes worker nodes and a Kubernetes worker with GPUs. The Ceph (Luminous) cluster uses three nodes for Ceph Monitors and a Ceph OSD in LXD containers on each worker machine. Two Ceph MDSs provide redundant shared Ceph File System.
# ----------------------------------------------------------------------
parameters:
......@@ -172,11 +172,12 @@ services:
ceph-mds:
charm: cs:ceph-fs
num_units: 1
num_units: 2
bindings:
"": space-os-mgmt
to:
- 'lxd:0'
- 'lxd:1'
annotations:
gui-x: '1200'
gui-y: '400'
......
apiVersion: v1
kind: Pod
metadata:
name: web-site
labels:
app: web
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment