Skip to content

Commit

Permalink
Merge pull request #902 from bottlerocket-os/quickstart-opt-config
Browse files Browse the repository at this point in the history
QUICKSTART: Clarify which setup is optional
  • Loading branch information
tjkirch authored Apr 13, 2020
2 parents 9ce85c8 + ca90217 commit 4a7ee60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ eksctl create cluster --config-file ./my-eksctl.yaml

This will take a few minutes to create the EKS cluster and spin up your Bottlerocket worker nodes.

#### Remaining cluster configuration

##### CNI plugin

Now we can make a configuration change to use a CNI plugin that's compatible with Bottlerocket.
```
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.6/config/v1.6/aws-k8s-cni.yaml
```

#### Optional cluster configuration

##### CSI plugin

If you want to create a [persistent volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) on a Bottlerocket host, you will need to use the [EBS CSI Plugin](https://github.com/kubernetes-sigs/aws-ebs-csi-driver).
Expand Down

0 comments on commit 4a7ee60

Please sign in to comment.