From 3ae7af14beee610cae32fc3e4ec730483710c173 Mon Sep 17 00:00:00 2001 From: dougbtv Date: Fri, 25 Jan 2019 14:30:14 -0500 Subject: [PATCH] [docs] Adds note about master device name --- doc/quickstart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/quickstart.md b/doc/quickstart.md index 4c8734d13..dae5df22f 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -105,6 +105,8 @@ spec: EOF ``` +*NOTE*: This example uses `eth0` as the `master` parameter, this master parameter should match the interface name on the hosts in your cluster. + You can see which configurations you've created using `kubectl` here's how you can do that: ``` @@ -173,4 +175,4 @@ EOF Note that the annotation now reads `k8s.v1.cni.cncf.io/networks: macvlan-conf,macvlan-conf`. Where we have the same configuration used twice, separated by a comma. -If you were to create another custom resource with the name `foo` you could use that such as: `k8s.v1.cni.cncf.io/networks: foo,macvlan-conf`, and use any number of attachments. \ No newline at end of file +If you were to create another custom resource with the name `foo` you could use that such as: `k8s.v1.cni.cncf.io/networks: foo,macvlan-conf`, and use any number of attachments.