Skip to content

Commit

Permalink
Move pre-1.16 Kubernetes assets to a deprecated folder (to later remove)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbtv authored and s1061123 committed May 8, 2020
1 parent b8540e1 commit ec5fd6c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Two things we'll refer to a number of times through this document are:

Our installation method requires that you first have installed Kubernetes and have configured a default network -- that is, a CNI plugin that's used for your pod-to-pod connectivity.

We recommend Kubernetes 1.16 or later.

To install Kubernetes, you may decide to use [kubeadm](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/), or potentially [kubespray](https://github.com/kubernetes-sigs/kubespray).

After installing Kubernetes, you must install a default network CNI plugin. If you're using kubeadm, refer to the "[Installing a pod network add-on](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network)" section in the kubeadm documentation. If it's your first time, we generally recommend using Flannel for the sake of simplicity.
Expand All @@ -39,19 +41,12 @@ Firstly, clone this GitHub repository.
git clone https://github.com/intel/multus-cni.git && cd multus-cni
```

If you're using Kubernetes 1.16+, we'll apply a YAML file with `kubectl` from this repo.
We'll apply a YAML file with `kubectl` from this repo.

```
$ cat ./images/multus-daemonset.yml | kubectl apply -f -
```

Or, for Kubernetes versions < 1.16, use the prior version yaml:

```
$ cat ./images/multus-daemonset-pre-1.16.yml | kubectl apply -f -
```


### What the Multus daemonset does

* Starts a Multus daemonset, this runs a pod on each node which places a Multus binary on each node in `/opt/cni/bin`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec5fd6c

Please sign in to comment.