From 869f46060a8edfdaac2a5ef825ef903182ce136c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9gez?= Date: Tue, 15 Jan 2019 10:58:48 +0100 Subject: [PATCH 1/2] Update netpol.md weave net support ipBlock in v2.5 Weave added support for ingress ipBlock in version 2.5, released in Nov 2018. --- slides/k8s/netpol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/netpol.md b/slides/k8s/netpol.md index 6001cfeb..5aa2cdcb 100644 --- a/slides/k8s/netpol.md +++ b/slides/k8s/netpol.md @@ -247,9 +247,9 @@ The second command will fail and time out after 3 seconds. - Some network plugins only have partial support for network policies -- For instance, Weave [doesn't support ipBlock (yet)](https://github.com/weaveworks/weave/issues/3168) +- For instance, Weave added support for egress rules [in version 2.4](https://github.com/weaveworks/weave/pull/3313) (released in July 2018) -- Weave added support for egress rules [in version 2.4](https://github.com/weaveworks/weave/pull/3313) (released in July 2018) +- But only recently added support for ipBlock [in version 2.5](https://github.com/weaveworks/weave/pull/3367) (released in Nov 2018) - Unsupported features might be silently ignored From e280cec60f1163c038255bb4474b6a96af3cba89 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 19 Jan 2019 03:57:25 -0600 Subject: [PATCH 2/2] Typo fix --- slides/k8s/authn-authz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/authn-authz.md b/slides/k8s/authn-authz.md index e93b9d62..cee90790 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -540,7 +540,7 @@ It's important to note a couple of details in these flags ... - But that we can't create things: ``` - ./kubectl create deployment --image=nginx + ./kubectl create deployment testrbac --image=nginx ``` - Exit the container with `exit` or `^D`