Kubernetes Prow Robot
8f8b147e52
Merge pull request #27739 from shannonxtreme/pod-eviction
...
Create pod eviction concept topic
2021-05-20 12:38:16 -07:00
Priyanka Saggu
0bb7c6f713
fix the configmap key value from `config` to `kubelet`
2021-05-18 15:04:48 +05:30
Shannon Kularathna
c184f20f76
Create pod eviction concept and glossary entries
...
- Created glossary entries for manual and kubelet eviction
- Created node-pressure-eviction.md and api-eviction.md
- Merged content from eviction-policy.md and out-of-resource.md
- Added note to kube-scheduler about node conditions
- Deleted eviction-policy and out-of-resource.md
- Redirected old topics
- Change topic weights
2021-05-13 18:34:58 +00:00
prameshj
9d84de7fe4
Fix sed command for IPVS mode.
...
Verified that the new sed command generates - `args: [ "-localip", "169.254.20.10", "-conf", "/etc/Corefile", "-upstreamsvc", "kube-dns-upstream" ]`
2021-04-29 15:01:26 -07:00
Shannon Kularathna
2d528707cd
Correct v1.21 to v1.21.0
2021-04-21 17:12:27 -04:00
Kubernetes Prow Robot
9b300a4f4f
Merge pull request #27071 from neolit123/1.21-add-kubelet-serving-cert-guide
...
kubeadm: add guide for kubelet serving certs and metrics-server
2021-04-20 18:32:10 -07:00
Jihoon Seo
c76c3784aa
Fix some errors
2021-04-20 09:38:53 +09:00
Kubernetes Prow Robot
d342d4d9fe
Merge pull request #27551 from luolanzone/antrea-np
...
add Antrea as network policy provider
2021-04-19 17:06:32 -07:00
Luo Lan
59a0ba9bc4
add antrea as network policy provider
2021-04-14 17:01:16 +08:00
Lubomir I. Ivanov
30c6e773e2
kubeadm: add guide for kubelet serving certs and metrics-server
...
Include a new section of the kubeadm certificate management page
to talk about kubelet serving certificates and how to make
them signed. Also include a note about using secure connection
with the metrics-server.
2021-04-07 01:19:21 +03:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Tim Bannister
c9ca131355
Tidy docs about EndpointSlice & related features
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-04-05 15:53:21 +01:00
Tim Bannister
8f913ba982
Note PodSecurityPolicy deprecation
2021-04-01 18:15:09 +01:00
Tim Bannister
90c9da9c86
Tidy sysctl task page for GA
2021-04-01 18:12:17 +01:00
Qiming Teng
79845b0c4a
Add kubelet config reference
...
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:
./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Kubernetes Prow Robot
bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
...
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott
b9ec368cfc
Adding documentation for Topology Aware Hints
2021-03-31 15:28:48 -07:00
Kubernetes Prow Robot
fd721b8e95
Merge pull request #26970 from jiahuif/feature/leader-migration/task
...
(KEP-2436) Task: Controller Manager Leader Migration
2021-03-30 15:30:58 -07:00
Indeed
a7fdd13090
(KEP-2436) task: Controller Manager Leader Migration.
2021-03-30 13:41:41 -07:00
Kubernetes Prow Robot
eba27a0e2a
Merge pull request #27285 from ganeshniyer/patch-3
...
Made small typo corrections
2021-03-30 09:45:57 -07:00
Kubernetes Prow Robot
e7a3482b6a
Merge pull request #26786 from neolit123/1.21-cgroup-drivers-new-page
...
kubeadm: add separate page for configuring / migrating cgroup driver
2021-03-30 09:21:57 -07:00
ganeshniyer
e6e3f00a44
Corrected a clarification based on the review
...
removed [ and ] in the command ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
snapshot save <backup-file-location>
2021-03-30 21:30:49 +05:30
Kubernetes Prow Robot
aea393a0d0
Merge pull request #27070 from swetharepakula/eps-ga-docs
...
EndpointSlice API GA Doc Updates for 1.21
2021-03-29 15:49:56 -07:00
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