You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ I've written a proposal about how to make Kubernetes available for multiple plat
30
30
31
31
Then I also ported `kubeadm` to `arm` and `arm64`, and `kubeadm` is so much better than the docker-multinode deployment method I used earlier (before the features that kubeadm takes advantage of existed).
32
32
33
-
So now the officially recommended and supported way of running Kubernetes on ARM is by following the [`kubeadm getting started guide`](kubernetes.io/docs/getting-started-guides/kubeadm/).
33
+
So now the officially recommended and supported way of running Kubernetes on ARM is by following the [`kubeadm getting started guide`](http://kubernetes.io/docs/getting-started-guides/kubeadm/).
34
34
Since I've moved all the features this project had into the core, there's no big need for this project anymore.
35
35
36
36
### Get your ARM device up and running Kubernetes in less than ten minutes
37
37
38
38
I have a workshop how to create a Kubernetes cluster on ARM here now: https://github.com/luxas/kubeadm-workshop.
39
-
Please look there for information how to create a Kubernetes cluster on ARM or look at the [`kubeadm getting started guide`](kubernetes.io/docs/getting-started-guides/kubeadm/).
39
+
Please look there for information how to create a Kubernetes cluster on ARM or look at the [`kubeadm getting started guide`](http://kubernetes.io/docs/getting-started-guides/kubeadm/).
0 commit comments