From c8b4358a2b205fd2740543959fdea41c5a512e0f Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 2 Jun 2019 10:23:11 -0500 Subject: [PATCH] Tweaks --- slides/k8s/bootstrap.md | 2 +- slides/k8s/cloud-controller-manager.md | 10 ---------- slides/k8s/operators-design.md | 2 +- slides/k8s/owners-and-dependents.md | 2 +- 4 files changed, 3 insertions(+), 13 deletions(-) diff --git a/slides/k8s/bootstrap.md b/slides/k8s/bootstrap.md index b8531dc3..ab8d3657 100644 --- a/slides/k8s/bootstrap.md +++ b/slides/k8s/bootstrap.md @@ -1,4 +1,4 @@ -# TLS bootstrap +# TLS bootstrap (extra material) - kubelet needs TLS keys and certificates to communicate with the control plane diff --git a/slides/k8s/cloud-controller-manager.md b/slides/k8s/cloud-controller-manager.md index d0975278..82a62b58 100644 --- a/slides/k8s/cloud-controller-manager.md +++ b/slides/k8s/cloud-controller-manager.md @@ -81,16 +81,6 @@ The list includes the following providers: --- -## Audience questions - -- What kind of clouds are you using / planning to use? - -- What kind of details would you like to see in this section? - -- Would you appreciate details on clouds that you don't / won't use? - ---- - ## Cloud Controller Manager in practice - Write a configuration file diff --git a/slides/k8s/operators-design.md b/slides/k8s/operators-design.md index 9a02f2b8..7feb7c04 100644 --- a/slides/k8s/operators-design.md +++ b/slides/k8s/operators-design.md @@ -1,4 +1,4 @@ -## What does it take to write an operator? +## Operator design (extra material) - Writing a quick-and-dirty operator, or a POC/MVP, is easy diff --git a/slides/k8s/owners-and-dependents.md b/slides/k8s/owners-and-dependents.md index bce4d2f9..0624541e 100644 --- a/slides/k8s/owners-and-dependents.md +++ b/slides/k8s/owners-and-dependents.md @@ -1,4 +1,4 @@ -# Owners and dependents +# Owners and dependents (extra material) - Some objects are created by other objects