Update README.md (#3721)

Signed-off-by: imba-tjd <imba-tjd@users.noreply.github.com>
This commit is contained in:
Miek Gieben
2020-03-05 10:09:19 +00:00
committed by GitHub
parent 8b0760b6b3
commit b8e96b61fc
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ kubernetes [ZONES...] {
If this option is omitted all namespaces are exposed
* `namespace_labels` **EXPRESSION** only expose the records for Kubernetes namespaces that match this label selector.
The label selector syntax is described in the
[Kubernetes User Guide - Labels](http://kubernetes.io/docs/user-guide/labels/). An example that
[Kubernetes User Guide - Labels](https://kubernetes.io/docs/user-guide/labels/). An example that
only exposes namespaces labeled as "istio-injection=enabled", would use:
`labels istio-injection=enabled`.
* `labels` **EXPRESSION** only exposes the records for Kubernetes objects that match this label selector.