Commit Graph

488 Commits

Author SHA1 Message Date
Mohamed Ayman
8d3e96120c Merge branch 'master' into patch-1 2021-04-18 23:42:14 +02:00
Mohamed Ayman
e0dae33e2b Merge pull request #143 from sugimoccos/minor-update
add mv command
2021-04-18 23:40:47 +02:00
Mohamed Ayman
f8584d49a5 Merge pull request #151 from freephile/patch-1
Update 10-tls-bootstrapping-kubernetes-workers.md
2021-04-18 23:39:18 +02:00
Mohamed Ayman
7b3f8ed6ce Merge branch 'master' into patch-1 2021-04-18 23:39:09 +02:00
Mohamed Ayman
34821eb496 Merge pull request #159 from fferencik/patch-2
Update 13-kube-apiserver-to-kubelet.md
2021-04-18 23:28:29 +02:00
Mohamed Ayman
941f2b09e9 Merge pull request #181 from DmitryMihailov/patch-1
Update 17-extra-dynamic-kubelet-configuration.md with more descriptive instructions
2021-04-18 23:27:53 +02:00
Mohamed Ayman
08424203ae Merge pull request #213 from mushdavtyan/design
changing-to-better-and-comfortable-design
2021-04-18 23:25:57 +02:00
Mohamed Ayman
526f0d1e57 Merge pull request #190 from trmatthe/patch-1
Update 10-tls-bootstrapping-kubernetes-workers.md
2021-04-18 23:24:49 +02:00
Mumshad Mannambeth
faa86b954b Merge pull request #197 from mudit000/patch-1
Update 10-tls-bootstrapping-kubernetes-workers.md
2021-04-10 00:39:33 +08:00
Mohamed Ayman
dee32a6439 Merge pull request #168 from filipe-costa/update-end-to-end-docs
Update End-To-End tests to use new version of Go
2021-03-29 03:22:10 +02:00
Mohamed Ayman
e61d965cb2 Merge pull request #144 from gertzakis/patch-1
Update coredns.yaml
2021-03-29 03:21:30 +02:00
Mohamed Ayman
2bfcf68d07 Merge pull request #141 from thilees/master
Update 02-compute-resources.md
2021-03-29 03:13:12 +02:00
Mohamed Ayman
016f76c1ae Merge pull request #183 from rashmitrathod/patch-1
Update 08-bootstrapping-kubernetes-controllers.md
2021-03-29 03:06:00 +02:00
Mohamed Ayman
2a9cb597ee Merge pull request #195 from holynakamoto/patch-1
Update 08-bootstrapping-kubernetes-controllers.md
2021-03-29 03:04:57 +02:00
vpalazhi
097fc74dc5 Update etcd-backup-and-restore.md 2021-03-25 19:53:43 -04:00
vpalazhi
b9708b54e6 Update etcd-backup-and-restore.md 2021-03-25 18:59:23 -04:00
vpalazhi
20bce206fc Update etcd-backup-and-restore.md 2021-03-25 18:58:39 -04:00
vpalazhi
417edac191 Update etcd-backup-and-restore.md 2021-03-25 18:53:55 -04:00
vpalazhi
309d66def9 Update etcd-backup-and-restore.md 2021-03-25 18:51:42 -04:00
mushdavtyan
b516ed6ee6 changing-to-better-and-comfortable-design 2021-03-12 22:03:09 +04:00
Mohamed Ayman
e8da7a0d7e Merge pull request #194 from pythagarchitect/update_certificates
Add etcd server.crt and server.key information
2021-02-15 02:28:14 +02:00
Mohamed Ayman
1847d752a4 Merge pull request #49 from b10s/patch-3
Update 07-bootstrapping-etcd.md
2021-02-15 02:19:48 +02:00
Mohamed Ayman
cd94836a43 Merge pull request #182 from himadriganguly/master
Fixed parameter error in OpenSSL.
2021-02-15 02:13:35 +02:00
Mohamed Ayman
fe62e371d4 Merge pull request #180 from paraita/patch-1
Update 01-prerequisites.md
2021-02-14 21:41:39 +02:00
Mohamed Ayman
cfa90e2ef2 add the --data-dir option 2021-02-03 01:57:07 +02:00
Mohamed Ayman
c7d96b3600 Merge pull request #199 from mfzarko/patch-1
Update 11-configuring-kubectl.md
2021-02-03 01:47:34 +02:00
Mateusz Zarkowski
96e3a9b1ae Update 11-configuring-kubectl.md
Move reference outside codeblock
2020-12-20 17:24:20 +01:00
vpalazhi
7dda532c57 Update etcd-backup-and-restore.md 2020-12-14 15:56:04 -05:00
vpalazhi
92cf957d05 Update etcd-backup-and-restore.md 2020-12-14 15:55:18 -05:00
mudit000
61263677bc Update 10-tls-bootstrapping-kubernetes-workers.md 2020-12-14 00:53:23 +00:00
Nick Moore
e025b40b0b Update 08-bootstrapping-kubernetes-controllers.md
https://alta3.com/blog/error-invalid-value-apiall-on-kube-apiserver
2020-11-25 18:01:38 -08:00
michael
d540efc52a Add etcd server.crt and server.key information 2020-11-15 14:04:18 -05:00
Tim
0f726f12df Update 10-tls-bootstrapping-kubernetes-workers.md
Update the documentation to reflect that kubernetes will not automatically approve a node serving CSR after v1.11
2020-11-06 19:22:50 +00:00
KK
a09cbf541f Merge pull request #187 from bronson/patch-1
Fix typo: body text accidentally caught in a block
2020-10-28 08:58:47 +05:30
Scott Bronson
3fa8559cba Fix typo: body text accidentally caught in a block 2020-10-27 07:34:06 -07:00
vpalazhi
60ed75eb07 Merge pull request #184 from msadofschi/patch-1
easier etcd restore
2020-10-16 21:57:43 -04:00
Martin
772d4869ae remove name of restore 2020-10-16 20:51:56 +02:00
Martin
97a3701560 easier etcd restore
By just restoring the etcd to one dir using --data-dir and then changing the volumes.hostPath.path of etcd-data, it just works, no need to use the all the --initial* .
Also updated etcd version.
2020-10-16 20:04:50 +02:00
vpalazhi
9bfec71666 Update etcd-backup-and-restore.md 2020-10-11 18:34:55 -04:00
Rashmit Rathod
6e4c8a2bd8 Update 08-bootstrapping-kubernetes-controllers.md
--apiserver-count value should be 2 instead of 3 as per the setup
2020-10-03 10:11:21 +05:30
Dmitry512TR
69814a72da Update 17-extra-dynamic-kubelet-configuration.md
Added reference link and also enhanced the instructions.
2020-09-30 12:11:07 +02:00
Paraita Wohler
e16521734e Update 01-prerequisites.md
quick typo fix :)
2020-09-23 21:51:36 -10:00
Himadri Ganguly
5050c7edd8 Fixed parameter error in OpenSSL.
Fixed parameter --text to -text for OpenSSL.
2020-09-16 14:51:10 +05:30
Filipe Costa
c7698721b6 use google download service instead 2020-08-12 13:06:50 +01:00
Filipe Costa
b7a2faab6d update end-to-end tests to use the newest version of golang and leverage go modules 2020-08-12 12:53:40 +01:00
Frantisek Ferencik
300a5f20ff Update 13-kube-apiserver-to-kubelet.md
Reference link updated to https://kubernetes.io/docs/reference/access-authn-authz/rbac/#rolebinding-and-clusterrolebinding
2020-07-20 06:04:42 +02:00
Greg Rundlett
b62a3e49fe Update 10-tls-bootstrapping-kubernetes-workers.md
Add terminal prompt identifiers to indicate on which node each command should be run.
2020-06-29 21:47:56 -04:00
Gerasimos Tzakis
99e798fe69 Update coredns.yaml 2020-06-19 16:13:38 +03:00
sugiyama-takahiro
b6f6240360 add mv command 2020-06-19 09:47:09 +09:00
vpalazhi
9ea063f1dc Update 16-e2e-tests.md 2020-06-18 00:00:32 -04:00