🔧 Tweak slides order + typo fix

This commit is contained in:
Jérôme Petazzoni
2023-09-14 13:59:20 +02:00
parent 23064b5d26
commit 0c73e91e6f
2 changed files with 29 additions and 29 deletions
+28 -28
View File
@@ -111,34 +111,6 @@
---
## General guidelines
- To update a component, use whatever was used to install it
- If it's a distro package, update that distro package
- If it's a container or pod, update that container or pod
- If you used configuration management, update with that
---
## Know where your binaries come from
- Sometimes, we need to upgrade *quickly*
(when a vulnerability is announced and patched)
- If we are using an installer, we should:
- make sure it's using upstream packages
- or make sure that whatever packages it uses are current
- make sure we can tell it to pin specific component versions
---
## Important questions
- Should we upgrade the control plane before or after the kubelets?
@@ -206,6 +178,34 @@ and kubectl, which can be one MINOR ahead or behind API server.]
---
## General guidelines
- To update a component, use whatever was used to install it
- If it's a distro package, update that distro package
- If it's a container or pod, update that container or pod
- If you used configuration management, update with that
---
## Know where your binaries come from
- Sometimes, we need to upgrade *quickly*
(when a vulnerability is announced and patched)
- If we are using an installer, we should:
- make sure it's using upstream packages
- or make sure that whatever packages it uses are current
- make sure we can tell it to pin specific component versions
---
## In practice
- We are going to update a few cluster components
+1 -1
View File
@@ -114,7 +114,7 @@
- plugins (compiled in API server; enabled/disabled by reconfiguration)
- webhooks (registesred dynamically)
- webhooks (registered dynamically)
- Admission control has many other uses