mirror of
https://github.com/alexellis/k8s-on-raspbian.git
synced 2025-04-20 09:11:44 +02:00
Merge 7c3a3d47dab8994e211dc1029ebfaed06a725854 into fc3080f215f21c8f1bfdfe26f987c7eca931aeab
This commit is contained in:
commit
6441421826
12
GUIDE.md
12
GUIDE.md
@ -75,10 +75,20 @@ You may also need to make a reservation on your router's DHCP table so these add
|
|||||||
|
|
||||||
* Enable `bridge-nf-call-iptables`
|
* Enable `bridge-nf-call-iptables`
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo sysctl net.bridge.bridge-nf-call-iptables=1
|
sudo sysctl net.bridge.bridge-nf-call-iptables=1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and
|
||||||
|
```
|
||||||
|
sudo sysctl net.ipv4.ip_forward=1
|
||||||
|
```
|
||||||
|
|
||||||
|
You might need to run `sudo modprobe br_netfilter` if the either of the above commands gives an error.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Install Docker
|
* Install Docker
|
||||||
|
|
||||||
This installs 17.12 or newer.
|
This installs 17.12 or newer.
|
||||||
@ -357,7 +367,7 @@ subjects:
|
|||||||
This is the development/alternative dashboard which has TLS disabled and is easier to use.
|
This is the development/alternative dashboard which has TLS disabled and is easier to use.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/alternative/kubernetes-dashboard-arm-head.yaml
|
$ kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/alternative.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then find the IP and port via `kubectl get svc -n kube-system`. To access this from your laptop you will need to use `kubectl proxy` and navigate to `http://localhost:8001/` on the master, or tunnel to this address with `ssh`.
|
You can then find the IP and port via `kubectl get svc -n kube-system`. To access this from your laptop you will need to use `kubectl proxy` and navigate to `http://localhost:8001/` on the master, or tunnel to this address with `ssh`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user