Merge branch 'master' into kube-2019-01

This commit is contained in:
Jerome Petazzoni
2019-01-19 03:57:47 -06:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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