From 9d6be53a107f223fceb41d6e3fc95ecc31ea0759 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 12 May 2020 18:38:16 +0200 Subject: [PATCH] Update docs/networking/lyft-vpc.md Co-authored-by: Ciprian Hacman --- docs/networking/lyft-vpc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/networking/lyft-vpc.md b/docs/networking/lyft-vpc.md index fdd46a8dde..0698e1cef5 100644 --- a/docs/networking/lyft-vpc.md +++ b/docs/networking/lyft-vpc.md @@ -40,8 +40,8 @@ You can specify which subnets to use for allocating Pod IPs by specifying KubernetesCluster: myclustername.mydns.io ``` -In this example, new interfaces will be attached to subnets tagged with `kubernetes_kubelet = true`. +In this example, new interfaces will be attached to subnets tagged with `KubernetesCluster = myclustername.mydns.io`. ## Troubleshooting -In case of any issues the directory `/var/log/aws-routed-eni` contains the log files of the CNI plugin. This directory is located in all the nodes in the cluster. \ No newline at end of file +In case of any issues the directory `/var/log/aws-routed-eni` contains the log files of the CNI plugin. This directory is located in all the nodes in the cluster.