Commit Graph

500 Commits (d62f7af933dc9476484f325ab0c0bab5efa80316)

Author SHA1 Message Date
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
Mohamed Ayman e695945532
Merge pull request #155 from ricardolopes86/missing-hyper-links
Add missing hyperlinks to the first documents.
2021-04-19 00:06:27 +02:00
Mohamed Ayman dc2137710c
Merge branch 'master' into missing-hyper-links 2021-04-19 00:06:18 +02:00
Mohamed Ayman 12e12ab6b9
Merge pull request #67 from jorgemarti/patch-1
Missing tmux info
2021-04-19 00:03:33 +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 3e140bde11
Merge pull request #138 from danielalejandrohc/patch-1
Make the command to work straight
2021-04-18 23:42:34 +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 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