From 04d3a7b3605caa0c2a552968044a6d5ec73e0be0 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 19 Jan 2020 11:34:18 -0600 Subject: [PATCH] Fix up slide about operators limitations --- slides/k8s/operators.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/slides/k8s/operators.md b/slides/k8s/operators.md index 5280bbf7..a8e540b2 100644 --- a/slides/k8s/operators.md +++ b/slides/k8s/operators.md @@ -604,13 +604,11 @@ After the Kibana UI loads, we need to click around a bit - Look at the ElasticSearch resource definition - (`~/container.training/k8s/elasticsearch-cluster.yaml`) + (`~/container.training/k8s/eck-elasticsearch.yaml`) -- What should happen if we flip the `use-tls` flag? Twice? +- What should happen if we flip the TLS flag? Twice? -- What should happen if we remove / re-add the kibana or cerebro sections? - -- What should happen if we change the number of nodes? +- What should happen if we add another group of nodes? - What if we want different images or parameters for the different nodes?