From 50710539afa01ee93690495dbc4cd80335523e05 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Fri, 19 Apr 2019 14:50:50 -0500 Subject: [PATCH] Update architecture.md Slight grammatical adjustments. If you wanted to say "an etcd instance" that works, but "an etcd" doesn't parse correctly. And for "allows to use" we have to say who's allowed - "one" or "us" or "you". --- slides/k8s/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/architecture.md b/slides/k8s/architecture.md index 3efc8712..701a3415 100644 --- a/slides/k8s/architecture.md +++ b/slides/k8s/architecture.md @@ -62,7 +62,7 @@ class: pic ## What's in the control plane -- Everything is stored in an etcd +- Everything is stored in etcd (it's the only stateful component) @@ -161,7 +161,7 @@ What does that mean? - Storage and watch operations are provided by etcd - (note: the [k3s](https://k3s.io/) project allows to use sqlite instead of etcd) + (note: the [k3s](https://k3s.io/) project allows us to use sqlite instead of etcd) ---