mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Refresh and add Apple Silicon (#338)
* Delete CKA stuff. It's covered in CKA repo * Rename nodes * Cluster up again * Update issue template * Update README * Begin rearranging docs * Update links * Initial mac instructions * iterm2 image * update ssh-copy-id to be cross platform * remove vagrant specific * Apple scripts WIP * Add var for architecture * order input files * Apple build working! * auto-locate docs * install sshpass * Set execute bit * apple done! * install sshpass * edits * Corrections * kube version output * Adjustments * Adjustments
This commit is contained in:
@@ -4,11 +4,11 @@ In this lab you will deploy the [DNS add-on](https://kubernetes.io/docs/concepts
|
||||
|
||||
## The DNS Cluster Add-on
|
||||
|
||||
[//]: # (host:master-1)
|
||||
[//]: # (host:controlplane01)
|
||||
|
||||
Deploy the `coredns` cluster add-on:
|
||||
|
||||
Note that if you have [changed the service CIDR range](./01-prerequisites.md#service-network) and thus this file, you will need to save your copy onto `master-1` (paste to vi, then save) and apply that.
|
||||
Note that if you have [changed the service CIDR range](./01-prerequisites.md#service-network) and thus this file, you will need to save your copy onto `controlplane01` (paste to vi, then save) and apply that.
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://raw.githubusercontent.com/mmumshad/kubernetes-the-hard-way/master/deployments/coredns.yaml
|
||||
@@ -83,5 +83,5 @@ Name: kubernetes
|
||||
Address 1: 10.96.0.1 kubernetes.default.svc.cluster.local
|
||||
```
|
||||
|
||||
Prev: [Kube API Server to Kubelet Connectivity](14-kube-apiserver-to-kubelet.md)</br>
|
||||
Next: [Smoke Test](16-smoke-test.md)
|
||||
Next: [Smoke Test](./16-smoke-test.md)</br>
|
||||
Prev: [Kube API Server to Kubelet Connectivity](./14-kube-apiserver-to-kubelet.md)
|
||||
|
||||
Reference in New Issue
Block a user