Skip to content

Commit

Permalink
apply Zach's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chenopis authored Jul 19, 2018
1 parent 6ac5bbb commit 06e8b9e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions content/en/docs/reference/glossary/cni.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
---
title: CNI (Container Network Interface)
title: CNI (Container network interface)
id: cni
date: 2018-05-25
full_link: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
short_description: >
CNI plugins are a type of Network plugins in Kubernetes that adheres to the appc/CNI specification.
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
aka:
tags:
- networking
---
CNI plugins are a type of Network plugins in Kubernetes that adheres to the appc/CNI specification.

Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
<!--more-->

* For information on Kubernetes and CNI refer to [this](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni).
* For more information read the [CNI specification](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration).

* For information on Kubernetes and CNI, see ["Network plugins"](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni).

0 comments on commit 06e8b9e

Please sign in to comment.