Commit Graph

363 Commits (fc4cd79fa3f62c3ec75805952e0ebcdc634fe3a5)

Author SHA1 Message Date
Mohamed Ayman fc4cd79fa3
Merge pull request #225 from teerasits/patch-1
Update 13-kube-apiserver-to-kubelet.md
2021-07-04 19:13:28 +02:00
Mohamed Ayman 262f5a5735
Merge pull request #222 from freephile/patch-3
Removing duplicate code
2021-07-04 06:13:48 +02:00
Kevin Gottsman 95be2e97a7 Cleanup provisioning of kublet client certs 2021-05-18 04:42:07 -04:00
Kevin Gottsman 1fc3c1b2c6 Remove prompts from cut/paste 2021-05-18 04:32:28 -04:00
Kevin Gottsman c2a902f055 More cleanup to the haproxy setup 2021-05-18 04:28:08 -04:00
Kevin Gottsman fbb3b73b1f Fix haproxy install on load balancer 2021-05-18 04:25:52 -04:00
teerasits d62f7af933
Update 13-kube-apiserver-to-kubelet.md
Hi,
I'm getting this error.

vagrant@master-1:~$ kubectl exec -ti busybox -- nslookup kubernetes

error: unable to upgrade connection: Forbidden (user=kube-apiserver, verb=create, resource=nodes, subresource=proxy)

vagrant@master-1:~$

It's due to this change in GitHub..
[Correction: User should be system:kube-apiserver] 13-kube-apiserver-to-kubelet.md #118


I've just reverted this change and then it's OK.

cat <<EOF | kubectl apply --kubeconfig admin.kubeconfig -f -
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
  name: system:kube-apiserver
  namespace: ""
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: system:kube-apiserver-to-kubelet
subjects:
  - apiGroup: rbac.authorization.k8s.io
    kind: User
    name: kube-apiserver  # system:kube-apiserver 
EOF
2021-05-13 00:02:52 +08:00
Greg Rundlett 38df8f16bd
Removing duplicate code
docs/17-extra-dynamic-kubelet-configuration.md had duplicate code in the example.
2021-05-03 14:47:50 -04:00
Mohamed Ayman dc2137710c
Merge branch 'master' into missing-hyper-links 2021-04-19 00:06:18 +02:00
Mohamed Ayman acee279989
Merge branch 'master' into patch-1 2021-04-19 00:03:24 +02:00
Mohamed Ayman a9c9591ad4
Merge pull request #68 from rocket357/master
Add comment about non-default number of hosts
2021-04-19 00:02:42 +02:00
Mohamed Ayman 6538fc895c
Merge pull request #118 from ChaturvediSulabh/patch-1
[Correction: User should be system:kube-apiserver] 13-kube-apiserver-to-kubelet.md
2021-04-18 23:43:27 +02:00
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 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 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 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
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 fe62e371d4
Merge pull request #180 from paraita/patch-1
Update 01-prerequisites.md
2021-02-14 21:41:39 +02:00
Mateusz Zarkowski 96e3a9b1ae
Update 11-configuring-kubectl.md
Move reference outside codeblock
2020-12-20 17:24:20 +01: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
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
Scott Bronson 3fa8559cba
Fix typo: body text accidentally caught in a block 2020-10-27 07:34:06 -07: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
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
Ricardo Silva 558aaf9dc3 Added missing hyperlinks to the first documents. 2020-07-14 21:52:05 +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
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
Thileepan Sivanantham cff2dbec74
Update 02-compute-resources.md
Fix the issue returns by "sysctl net.bridge.bridge-nf-call-iptables=1" in latest ubuntu versions and number the tips
2020-06-14 07:49:51 +05:30
danielalejandrohc f1ab700fc2
Make the command to work straight 2020-05-31 09:01:10 -07:00
Mumshad Mannambeth a6211e8f64
Update verify-certificates.md 2020-05-19 04:24:37 +08:00
Mumshad Mannambeth 6d8accd785
Update verify-certificates.md 2020-05-19 04:20:31 +08:00
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