Marc Bihlmaier
3ccdb3426a
Update kubelet-config-file.md ( #27192 )
...
* Update kubelet-config-file.md
add note and link to kubeadm/kubelet-integration
* Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md
Co-authored-by: Qiming Teng <tengqm@outlook.com >
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-29 06:00:45 -07:00
ganeshniyer
5c589626fd
Made small typo corrections
...
(1) the help option for etcdctl is -h and not --h. Corrected the same
(2) in the snapshot command, the --endpoints option's value has been corrected to reflect the right endpoint.
2021-03-29 14:04:48 +05:30
Kubernetes Prow Robot
ba7aced52b
Merge pull request #26981 from pacoxu/sysctl-ga
...
Promote Sysctl to ga
2021-03-27 08:32:43 -07:00
Kubernetes Prow Robot
d2df5edeff
Merge pull request #27249 from bharath-123/fix-node-docs
...
Explicitly specify kubernetes system daemons in doc
2021-03-27 03:00:43 -07:00
Kubernetes Prow Robot
bf966609d6
Merge pull request #27140 from perithompson/Update-Windows-Reviewers
...
Updated Windows docs reviewers
2021-03-27 02:24:43 -07:00
Bharath Vedartham
fa5ef755a2
Explicitly specify kubernetes system daemons
2021-03-27 13:52:54 +05:30
Victor Palade
ca046d9b1f
Merge master into dev-1.21 to keep in sync
2021-03-26 21:29:52 +01:00
Kubernetes Prow Robot
d8bed613ff
Merge pull request #26701 from juampynr/patch-6
...
Add example to restore snapshot
2021-03-26 04:50:43 -07:00
Kubernetes Prow Robot
400d6cae16
Merge pull request #26700 from juampynr/patch-5
...
Demonstrate how to use secure communication
2021-03-26 04:48:43 -07:00
Kubernetes Prow Robot
ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
...
clean up use of word: just
2021-03-26 04:34:43 -07:00
pacoxu
3d7aaefe21
promote sysctl to GA: update sysctl feature gate status
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com >
2021-03-26 10:23:25 +08:00
Kubernetes Prow Robot
3ce2661a68
Merge pull request #27161 from ganeshniyer/patch-2
...
Update configure-upgrade-etcd.md to give an example use-case for snap…
2021-03-25 16:21:49 -07:00
Kubernetes Prow Robot
502742296d
Merge pull request #26730 from cezaryzukowski/dev-1.21
...
The Memory Manager official documentation
2021-03-25 04:51:30 -07:00
Swetha Repakula
02afb71016
Update EndpointSlice Docs
...
* Deprecate `endpointslices.discovery.k8s.io/v1beta1`
* Removes `content/en/docs/tasks/administer-cluster/enabling-endpointslices.md`
and redirects requests to that page to
`content/en/docs/concepts/services-networking/endpoint-slices.md`
2021-03-24 14:48:02 -07:00
ganeshniyer
c10d270dc3
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com >
2021-03-24 21:35:19 +05:30
ganeshniyer
d00a40c724
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com >
2021-03-24 21:34:58 +05:30
Cezary Zukowski
5927f96029
The Memory Manager official documentation
...
Signed-off-by: Cezary Zukowski <c.zukowski@samsung.com >
2021-03-23 08:35:20 +01:00
Akihito INOH
d7c2dd670b
Fix errors of linkchecker.py in tasks folder
...
This commit fixes `Should use relative paths` errors which are shown by `linkchecker.py`
on `en/docs/tasks/*`.
2021-03-23 11:13:46 +09:00
ganeshniyer
57b7232ccb
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-22 17:17:20 +05:30
ganeshniyer
483857e11b
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-22 17:17:04 +05:30
ganeshniyer
955acb710d
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-22 17:16:56 +05:30
Juampy NR
66e666f307
Add indentation to the cert parameters
2021-03-22 11:36:40 +01:00
ganeshniyer
8e8b2819ac
Update configure-upgrade-etcd.md to give an example use-case for snapshot using options given by etcdctl
2021-03-22 11:52:56 +05:30
Peri Thompson
64c16a5836
Updated Windows doc reviewers
2021-03-19 18:40:30 +00:00
Kubernetes Prow Robot
e19bef4f17
Merge pull request #25804 from gprasath/patch-3
...
Update change-default-storage-class.md
2021-03-18 10:11:20 -07:00
Rey Lejano
9d56683e8b
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
...
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
tibetsam
1b12bb9cc4
remove usage of the "certificates" API for cert renewal ( #26841 )
...
* remove usage of the "certificates" API for cert renewal
"--use-api" option is removed from kubeadm alpha certs renew command since k8s 1.19
* Update kubeadm-certs.md
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
2021-03-17 13:23:20 -07:00
Kubernetes Prow Robot
bc451ce8f9
Merge pull request #27055 from atoato88/fix-install-kubectl-redirect
...
Replace redirect links of install kubectl
2021-03-15 17:00:34 -07:00
Akihito INOH
f553cbbebc
Replace redirect links of install kubectl
...
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Kappie37
e317531fad
Update content/en/docs/tasks/administer-cluster/access-cluster-api.md
...
remove unnecessary 'https://kubernetes.io ' from a link
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-09 09:57:28 +01:00
Sandeep Rajan
5fcc8b2961
remove mentions of kube-dns in kubeadm docs
2021-03-08 11:54:58 -05:00
Kappie37
5f7439095e
Update access-cluster-api.md
...
Update not working link to the correct one about Accessing the API from within a Pod
2021-03-08 13:53:16 +01:00
Lubomir I. Ivanov
235509450a
kubeadm: add a new page
...
- Add the new page "Configuring a cgroup driver"
The page includes details on how to configure the cgroup driver
using kubeadm. It also includes a migration guide for users to
move to the "systemd" driver.
- Link to the new page from install-kubeadm.md and container-runtimes.md
2021-03-05 00:37:30 +02:00
Kubernetes Prow Robot
f1e80a9a66
Merge pull request #26405 from geoffcline/gdc-patch-4
...
update guidance on DNS resolution for services
2021-03-02 19:15:19 -08:00
uhari03
7639bfbf83
Move accessing API from within pod to tasks ( #26601 )
...
* Move accessing API from within pod to tasks
* Remove reviewers, version check; Add whatsnext
* Move to run applications
* Fix what's next section link
2021-03-02 19:05:20 -08:00
Geoffrey Cline
5ead4bf8e8
revise docs for service DNS
2021-03-02 20:08:14 +00:00
Neha Viswanathan
41220636ec
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-24 18:33:38 -08:00
Juampy NR
ce8d33face
Add example to restore snapshot
2021-02-24 10:22:38 +01:00
Juampy NR
a7c7662fb9
Demonstrate how to use secure communication
2021-02-24 10:06:02 +01:00
Qiming Teng
3b916b3366
Drop outdated information from the page
2021-02-16 11:31:31 +08:00
Qiming Teng
9cac41b0a8
Fix links to etcd official documentation
2021-02-16 11:29:50 +08:00
Qiming Teng
092cbba2c3
Wrap long lines and fix the indentation of lists
2021-02-16 10:56:50 +08:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Kubernetes Prow Robot
8a8f87f708
Merge pull request #26256 from Cweiping/feature/fix_pid_pressure
...
fix default value of nodefs.inodesFree on linux
2021-02-04 10:42:25 -08:00
Karen Bradshaw
c4ef1d4b81
Apply suggestions from code review
...
Thanks for the review. Good suggestions!
Co-authored-by: Celeste Horgan <celeste@cncf.io >
2021-02-03 14:28:28 -05:00
Kubernetes Prow Robot
071e987af2
Merge pull request #25893 from surajssd/update-kubelet-config-link
...
Reconfigure Kubelet: Update kubelet config link
2021-02-01 17:14:27 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Suraj Deshmukh
41de0def52
Reconfigure Kubelet: Update kubelet config link
...
The old link points to the code base of 1.11. Since then there have been
several changes to the configuration, either new flags added or removed.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com >
2021-01-30 12:46:26 +05:30