From d73e597198c5afc2aec40030088eecfeecbb2d4e Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 2 Sep 2020 13:04:44 +0200 Subject: [PATCH] Small updates for Kubernetes 1.19 --- slides/k8s/authn-authz.md | 2 +- slides/k8s/daemonset.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/authn-authz.md b/slides/k8s/authn-authz.md index 94e0bfc1..b6ae85ca 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -118,7 +118,7 @@ - [HTTP basic auth](https://en.wikipedia.org/wiki/Basic_access_authentication) - (carrying user and password in an HTTP header) + (carrying user and password in an HTTP header; [deprecated since Kubernetes 1.19](https://github.com/kubernetes/kubernetes/pull/89069)) - Authentication proxy diff --git a/slides/k8s/daemonset.md b/slides/k8s/daemonset.md index 6c664294..b6dc760f 100644 --- a/slides/k8s/daemonset.md +++ b/slides/k8s/daemonset.md @@ -52,7 +52,7 @@ -- Unfortunately, as of Kubernetes 1.17, the CLI cannot create daemon sets +- Unfortunately, as of Kubernetes 1.19, the CLI cannot create daemon sets --