This repository was archived by the owner on Jun 20, 2024. It is now read-only.
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
Detect when user's Kubernetes does not have CNI enabled #2607
Open
Description
From @bboreham on September 30, 2016 12:5
Ideally through the downward API, but I don't think that's available so we could find the /proc
entry for kubelet and look for --network-plugin=cni
Log an error and exit if it's set up for kubenet or the like.
Copied from original issue: weaveworks-experiments/weave-kube#20
Activity