mirror of https://github.com/kubernetes/kops.git
Update docs/networking/lyft-vpc.md
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
This commit is contained in:
parent
b50cb95395
commit
9d6be53a10
|
|
@ -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.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue