Commit Graph

369 Commits (0e87420d2cd607a490d1b6f20684266a64b9cedf)

Author SHA1 Message Date
Mumshad Mannambeth c7d1f0a19e
Update 09-bootstrapping-kubernetes-workers.md 2020-05-19 04:16:20 +08:00
Mumshad Mannambeth e7878a2d6c
Update 09-bootstrapping-kubernetes-workers.md 2020-05-19 04:16:04 +08:00
Mumshad Mannambeth c8a8aaccce
Merge pull request #131 from sujiar37/master
updated docs - certificate verification
2020-05-19 04:10:11 +08:00
Sujith Abdul Rahim e9db375e4c updated docs - certificate verification 2020-05-19 00:31:51 +05:30
KK 6cb552e03b
Merge pull request #50 from b10s/patch-4
Update 05-kubernetes-configuration-files.md

Thanks for your inputs @b10s .
2020-05-18 06:08:07 +05:30
KK d9a947b753
Added a note to login to loadbalancer instance 2020-05-18 05:59:49 +05:30
KK 85f58acdbc
Update 08-bootstrapping-kubernetes-controllers.md 2020-05-16 12:14:13 +05:30
KK ad51d1bb58
Update 08-bootstrapping-kubernetes-controllers.md 2020-05-16 12:08:49 +05:30
KK 6e15417eeb
Merge pull request #93 from anuj53/patch-1
Fix Typo Error. Thanks @anuj53
2020-04-26 13:15:47 +05:30
Sulabh Chaturvedi 38918b3d5a
Update 13-kube-apiserver-to-kubelet.md
I kept getting error as the user is `system:kube-apiserver` and not 'kube-apiserver'. Also, the description says user as kubernetes which should also be rather `system:kube-apiserver`

below is the error I received and corrected the CRB manifest after looking carefully at the User attribute in the error received.
```
~ at ☸️  kubernetes-the-hard-way
➜ kubectl logs weave-net-7bmxs weave -n kube-system
Error from server (Forbidden): Forbidden (user=system:kube-apiserver, verb=get, resource=nodes, subresource=proxy) ( pods/log weave-net-7bmxs)
```
2020-04-17 12:33:19 +01:00
vpalazhi 9b4e78e68e
Merge pull request #87 from jibsonline/patch-1
Disable RANDFILE to avoid missing '.rnd' file error
2020-04-15 16:19:41 -04:00
vpalazhi 3cc6714b08
Update 09-bootstrapping-kubernetes-workers.md 2020-04-11 19:00:00 -04:00
vpalazhi d568b12ab1
Update 09-bootstrapping-kubernetes-workers.md 2020-04-11 18:58:59 -04:00
Anuj Upadhyay bae6047429
Typo Error
Updated typo error
2020-02-20 23:47:36 +05:30
Jibu Chacko 48c554c4ba
Disable RANDFILE to avoid missing '.rnd' file error
```vagrant@master-1:~$ openssl req -new -key ca.key -subj "/CN=KUBERNETES-CA" -out ca.csr
Can't load /home/vagrant/.rnd into RNG
140179099013568:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/home/vagrant/.rnd```
2020-01-22 12:51:45 +05:30
Mumshad Mannambeth cda5011f25
Update 10-tls-bootstrapping-kubernetes-workers.md 2019-12-09 22:23:37 +08:00
Jonathon Sisson 5305709e7f
Add comment about additional changes
I modified the Vagrantfile to create 3 masters and 3 workers, and noted that master-3 and worker-3 were not included in the /etc/hosts file.  So I've added a note about it in the appropriate doc.
2019-12-07 02:41:26 -06:00
Jorge Martí 0e67d003d7
Missing tmux info
The tmux part was lost when adapting this project to Vagrant. I think it's interesting, and it is still referenced in other parts of the documentation.
2019-12-06 20:08:19 +01:00
vpalazhi c0f656627c
Merge pull request #57 from rahulsoni43/patch-4
Update 09-bootstrapping-kubernetes-workers.md
2019-11-19 19:50:39 -05:00
vpalazhi a4766523e7
Merge pull request #58 from rahulsoni43/patch-5
Update 08-bootstrapping-kubernetes-controllers.md
2019-11-19 19:50:13 -05:00
vpalazhi dc967fefa1
Merge pull request #59 from rahulsoni43/patch-6
Update 10-tls-bootstrapping-kubernetes-workers.md
2019-11-19 19:47:25 -05:00
vpalazhi 33ea383145
Merge pull request #60 from rahulsoni43/patch-8
Update 12-configure-pod-networking.md
2019-11-19 19:45:42 -05:00
vpalazhi 23e46d9ca2
Merge pull request #61 from rahulsoni43/patch-9
Update 13-kube-apiserver-to-kubelet.md
2019-11-19 19:44:23 -05:00
vpalazhi 18b7408078
Merge pull request #56 from rahulsoni43/patch-3
Update 07-bootstrapping-etcd.md
2019-11-19 19:41:36 -05:00
vpalazhi c1b7247ab0
Merge pull request #55 from rahulsoni43/patch-2
Update 06-data-encryption-keys.md
2019-11-19 19:40:28 -05:00
vpalazhi e9abc242b6
Merge pull request #64 from lzecca78/05-reference-docs
05 - added reference docs for each manifest
2019-11-19 19:38:26 -05:00
vpalazhi a44dccffc6
Merge pull request #62 from rahulsoni43/patch-10
Update 14-dns-addon.md
2019-11-19 19:26:43 -05:00
vpalazhi b1d56c4659
Merge pull request #65 from lzecca78/11-reference-docs
11- added reference doc for kubectl config
2019-11-19 19:25:23 -05:00
Luca Zecca 9ddca7a62d added reference doc for kubectl config 2019-11-19 11:31:48 +01:00
Luca Zecca 1eeea677aa added reference docs for each manifest 2019-11-19 11:22:52 +01:00
rahulsoni43 78d7091e2f
Update 14-dns-addon.md
Adding resources for coredns from kubernetes.io
2019-11-19 10:19:29 +05:30
rahulsoni43 4af6d2bbf3
Update 13-kube-apiserver-to-kubelet.md
Adding refernce for cluster role and cluster bindings from kubernetes.io
2019-11-19 10:13:57 +05:30
rahulsoni43 6366d3236c
Update 12-configure-pod-networking.md
Add network reference to kubernetes.io
2019-11-19 10:09:53 +05:30
rahulsoni43 afb44965c6
Update 10-tls-bootstrapping-kubernetes-workers.md
Adding reference for the specified resource from kubernetes.io
2019-11-19 09:53:30 +05:30
rahulsoni43 3d8f65d141
Update 08-bootstrapping-kubernetes-controllers.md
Adding control plan binaries reference from kubernetes.io
2019-11-19 09:44:21 +05:30
rahulsoni43 286326cb80
Update 09-bootstrapping-kubernetes-workers.md
Adding reference for node binaries from kubernetes.io
2019-11-19 09:38:01 +05:30
rahulsoni43 8e439d00e6
Update 07-bootstrapping-etcd.md
Adding a referene for starting etcd to kubernetes.io
2019-11-19 09:27:45 +05:30
rahulsoni43 146b373f27
Update 06-data-encryption-keys.md
Adding reference to encrypting-data to kubernetes.io
2019-11-19 09:19:09 +05:30
rahulsoni43 af502dac9d
Update 04-certificate-authority.md
Adding reference to the official kubernetes.io.
2019-11-19 09:15:08 +05:30
Mumshad Mannambeth 4fe0ff1921
Update 03-client-tools.md 2019-11-18 15:45:04 -08:00
Enshin Andrey 91b205f5b4
Update 05-kubernetes-configuration-files.md 2019-11-11 13:05:19 +09:00
Enshin Andrey 17509f505f
Update 07-bootstrapping-etcd.md 2019-11-08 15:53:15 +09:00
Enshin Andrey 868132271b
Update 02-compute-resources.md 2019-11-08 13:38:21 +09:00
Tamil Vanan 245f697598
Update 02-compute-resources.md 2019-10-08 00:07:02 +05:30
marceline-git 98de45adea fixing typo for Generate 2019-10-01 20:05:32 +01:00
Lee Jones 75dcd10526
Update description of etcd cluster size 2019-08-23 09:41:27 -05:00
Mumshad Mannambeth 358fd23331
Update 08-bootstrapping-kubernetes-controllers.md 2019-08-10 18:00:24 +08:00
cesarsaez 7a03616e9c typo on VM name and environment verification 2019-06-21 19:35:12 +02:00
Mumshad Mannambeth 58374f33ab
Update 04-certificate-authority.md 2019-06-19 11:09:19 +08:00
Mumshad Mannambeth dcb0ec7c92
Update 05-kubernetes-configuration-files.md 2019-06-19 11:07:24 +08:00
Vikas Kumar c4cb78ba56 Node should be in NotReady status (Line 62-63)
Nodes will come into ready state once networking is configured
2019-06-16 19:53:30 +10:00
vinshetty 083ca14899
Node should not be ready status (line 399-400)
As still CNI has not configured the node's status will  NotReady
2019-06-11 12:57:15 +05:30
Mumshad Mannambeth d1da31c299
Fix IP address of worker node 2019-05-24 21:37:16 +08:00
Mumshad Mannambeth 61d0c690ad
Merge pull request #4 from srikanth787/patch-3
Need to restart haproxy
2019-05-04 14:09:47 +08:00
vishnu acdbca8830
Need to restart haproxy 2019-04-29 18:12:09 -07:00
vishnu cb928d9d58
Fix link 2019-04-29 15:48:31 -07:00
vishnu 45d8ad262e
command is git not github 2019-04-28 20:57:14 -07:00
Mumshad Mannambeth 550fc87468
Extend certificate validity 2019-04-27 21:14:00 +08:00
Mumshad Mannambeth b6254faefd
Extend certificate validity date 2019-04-27 20:56:39 +08:00
Mumshad Mannambeth de2cd0d010
Update 02-compute-resources.md 2019-03-25 18:13:46 +08:00
Mumshad 5fb37eab40 Minor Update 2019-03-20 22:35:47 +08:00
Mumshad 1212007d54 minor updates 2019-03-20 18:24:32 +08:00
Mumshad 7ed632a08c Fix links
Update Smoke Tests
2019-03-20 18:12:49 +08:00
Mumshad 0d94436f03 minor updates 2019-03-20 17:44:09 +08:00
Mumshad c61a841a71 minor updates 2019-03-20 17:42:40 +08:00
Mumshad 106fa0bca6 Update to use coredns.yaml 2019-03-20 17:28:07 +08:00
Mumshad c9fe0a55d9 minor updates 2019-03-20 17:22:12 +08:00
Mumshad f9562559fb update file path to github 2019-03-20 17:21:34 +08:00
Mumshad ee2896ea04 Minor updates 2019-03-20 17:20:28 +08:00
Mumshad e07e0c341f minor updates 2019-03-20 16:49:48 +08:00
Mumshad 1403074b77 minor updates 2019-03-20 16:49:09 +08:00
Mumshad 333ff226cc Minor updates 2019-03-20 16:48:31 +08:00
Mumshad fd48b3ba9f minor updates 2019-03-20 16:40:53 +08:00
Mumshad 2b3f620fa6 Minor updates 2019-03-20 16:20:54 +08:00
Mumshad 0314df6de8 minor updates 2019-03-20 16:17:51 +08:00
Mumshad d027254144 minor updates 2019-03-20 16:04:22 +08:00
Mumshad d30f6cdffd minor update 2019-03-20 15:49:52 +08:00
Mumshad 5113e9413f minor updates 2019-03-20 15:35:02 +08:00
Mumshad 27620baa5b minor updates 2019-03-20 15:25:38 +08:00
Mumshad 28bd5c62f8 minor updates 2019-03-20 14:52:05 +08:00
Mumshad 95b9342703 few fixes 2019-03-20 13:21:04 +08:00
Mumshad 22ae1a2ffc kubernetes-the-hard-way-on-vagrant 2019-03-20 12:34:49 +08:00
Kelsey Hightower bf2850974e Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
Kelsey Hightower b974042d95 Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
Martin Mosegaard Amdisen 68ebb95898 Fix minor typo in lab 14 2018-01-30 05:45:35 -08:00
Mark Vincze 8db0280ef6 Fix small typo 2018-01-30 05:45:16 -08:00
Andrew Thompson a5c83f1cee Argument syntax for Filter deprecated.
Operator evaluation is changing for consistency across Google APIs.
2018-01-30 05:44:52 -08:00
Andrew Lytvynov 05ca2d04cf Correct kubectl output for kube-dns pod list
https://storage.googleapis.com/kubernetes-the-hard-way/kube-dns.yaml will create 1 kube-dns pod without autoscaler.
This may confuse the reader.
2018-01-30 05:42:28 -08:00
Phil Estes f46642a6ba Update cri-containerd location and release
cri-containerd project is moving as a sub-project of containerd itself;
the GitHub migration is complete. Also, as of 9 Jan, the beta.1 release
of cri-containerd is available so the download link is updated.

Signed-off-by: Phil Estes <estesp@gmail.com>
2018-01-30 05:41:55 -08:00
Kelsey Hightower 63ff9932d9 update kubelet flags 2017-12-18 07:20:15 -08:00
Kelsey Hightower af9f6d71fc update kubernetes GitHub location 2017-12-18 07:07:54 -08:00
Kelsey Hightower 07aae4fb45 update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
Kelsey Hightower e8d728d016 remove remote access to insecure port 2017-10-02 06:48:09 -07:00
Kelsey Hightower 765c1fb5fa remove remote access to insecure port 2017-10-02 06:46:01 -07:00
Kelsey Hightower ede3437ee8 update to kubernetes 1.8 2017-10-01 20:37:09 -07:00
Steven Trescinski 7f7fd71874 Fixed '--service-cluster-ip-range' subnet for Controller Manager 2017-10-01 12:11:33 -07:00
Kalimar Maia 51e8709080 Instructions for having a default configuration. 2017-10-01 12:11:05 -07:00
Frank Ederveen 92772d2f69 226: use curl for OSX downloads 2017-10-01 12:10:39 -07:00
Leonardo Faoro b7550ca7ab remove trailing space 2017-09-04 16:08:43 -07:00
Leonardo Faoro 4441278561 remove trailing-spaces and blank lines 2017-09-04 16:08:43 -07:00