Skip to content

Commit

Permalink
doc(user-guide): remove bootkube, add k3s
Browse files Browse the repository at this point in the history
Bootkube has been deprecated upstream, so its likely a lot less relevant
than it used to be when this doc was created.

Add that k3s uses our network policy implementation.
  • Loading branch information
aauren committed Oct 21, 2023
1 parent e8be179 commit 9d6b647
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 104 deletions.
1 change: 0 additions & 1 deletion contrib/bootkube/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions contrib/bootkube/kube-router-cfg.yaml

This file was deleted.

79 changes: 0 additions & 79 deletions contrib/bootkube/kube-router.yaml

This file was deleted.

11 changes: 6 additions & 5 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ The best way to get started is to deploy Kubernetes with Kube-router is with a c
Please see the [steps](https://github.com/cloudnativelabs/kube-router/blob/master/docs/kops.md) to deploy Kubernetes
cluster with Kube-router using [Kops](https://github.com/kubernetes/kops)

### bootkube

Please see the [steps](https://github.com/cloudnativelabs/kube-router/tree/master/contrib/bootkube) to deploy Kubernetes
cluster with Kube-router using [bootkube](https://github.com/kubernetes-incubator/bootkube)

### kubeadm

Please see the [steps](https://github.com/cloudnativelabs/kube-router/blob/master/docs/kubeadm.md) to deploy Kubernetes
Expand All @@ -25,6 +20,12 @@ k0s by default uses kube-router as a CNI option.
Please see the [steps](https://docs.k0sproject.io/latest/install/) to deploy Kubernetes cluster with Kube-router using
[k0s](https://docs.k0sproject.io/)

### k3sproject

[k3s](https://k3s.io/) by default uses
[kube-router's network policy controller implementation](https://docs.k3s.io/networking#network-policy-controller) for
its NetworkPolicy enforcement.

### generic

Please see the [steps](https://github.com/cloudnativelabs/kube-router/blob/master/docs/generic.md) to deploy kube-router
Expand Down

0 comments on commit 9d6b647

Please sign in to comment.