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".
This commit is contained in:
Bridget Kromhout
2019-04-19 14:50:50 -05:00
committed by GitHub
parent 5a4adb700a
commit 50710539af

View File

@@ -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)
---