André Martins
ff9b3e10e9
update kubeadm Cilium related docs
...
Signed-off-by: André Martins <aanm90@gmail.com>
2020-06-16 16:16:39 +02:00
Tim Bannister
74360fa8ee
Add descriptions for tasks
...
Add description metadata for each task section (English localization).
For sections that only have one page, make sure that that sole page has
description metadata set.
This change helps prepare for the migration to the Docsy theme.
2020-06-15 20:47:26 +01:00
Tim Bannister
123ef06bfa
Reword & tidy CoreDNS / kube-dns task pages
...
- Rewording
- Move dns-debugging-resolution task to debugging section
“Monitoring, Logging, and Debugging” feels like the right home for this
content.
2020-06-11 23:34:39 +01:00
Kubernetes Prow Robot
b635757bc0
Merge pull request #21651 from neolit123/1.19-ca-rotation
...
tasks/tls: add a page for manual CA rotation
2020-06-11 13:26:58 -07:00
abhiTamrakar
92b56db68d
manual steps for rotation of CA certificates.
...
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-By: Micah Hausler <micahhausler@users.noreply.github.com>
2020-06-11 18:05:53 +03:00
Olaf Klischat
9bc3136eed
reconfigure-kubelet.md: Documentation error fixed
...
Documentation error: It's Node.Status.Config, not Node.Spec.Status.Config.
2020-06-11 02:58:10 +02:00
Kubernetes Prow Robot
29f3c2858c
Merge pull request #21591 from scottstout/master
...
Changed whitelist to allowlist and blacklist to denylist.
2020-06-10 16:12:56 -07:00
Kubernetes Prow Robot
d4f302e848
Merge pull request #21245 from cmardini/patch-1
...
daemon-reload prior to restarting kubelet
2020-06-10 12:44:21 -07:00
Kubernetes Prow Robot
79ef67aeb9
Merge pull request #21522 from raonitimo/patch-1
...
Fixing broken link to Certificate Management with kubeadm
2020-06-10 11:38:51 -07:00
Kubernetes Prow Robot
1168848ff9
Merge pull request #20978 from prasadkatti/master
...
Update label used to search for pods in deployment
2020-06-10 10:46:52 -07:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Scott Stout
e38b9dc9c6
revised to minumize usage of whitelist/blacklist
2020-06-09 14:14:52 -05:00
Raoni Timo de Castro Cambiaghi
5ed0d96106
Fixing broken link to Certificate Management with kubeadm
...
A missing '/' on the link will lead to a 404 error. Fixing it.
2020-06-05 19:07:19 +10:00
Kubernetes Prow Robot
cd2ed3784e
Merge pull request #21188 from aregnier42/patch-1
...
Fixed number of parameters in api.listPodForAllNamespaces and minor typo
2020-06-04 07:41:15 -07:00
Kubernetes Prow Robot
520404a066
Merge pull request #21289 from bweston92/feat/nodelocaldns-image-jpg-to-svg
...
feat: turn nodelocaldns image to svg
2020-06-01 22:46:15 -07:00
Ganesh Annan
a0a69f6553
Fix broken link to dns specifications.
2020-05-30 12:36:26 -04:00
Bradley Weston
85c8fd8e1f
feat: turn nodelocaldns image to svg
2020-05-29 10:28:47 +01:00
Christian Mardini
3652c2c17b
daemon-reload prior to restarting kubelet
2020-05-27 15:46:58 -04:00
aregnier42
5530b6eaf8
Fixed number of null parameters in api.listPodForAllNamespaces and minor typo
2020-05-26 00:26:19 +02:00
Prasad Katti
52c8562bef
Update label used to search for pods in deployment
...
With `kubectl run` changed to `kubectl create deployment`, the
label used to search for pods in the deployment also needs to change
from `run=...` to `app=...`.
2020-05-14 13:28:18 -07:00
Kubernetes Prow Robot
1ffbe95773
Merge pull request #20975 from jimangel/fix-upgrade-page
...
reformat kubeadm upgrade page
2020-05-14 08:12:23 -07:00
Kubernetes Prow Robot
b6348e73fc
Merge pull request #20922 from sftim/20200512_fix_markdown_encryption_at_rest
...
Fix shortcodes in “Encrypting Secret Data at Rest”
2020-05-14 07:36:23 -07:00
Jim Angel
8232eb30fe
reformat kubeadm upgrade page
2020-05-14 08:58:30 -05:00
Celeste Horgan
e0ae1338cd
Correct links
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Tim Bannister
0cd227897e
Highlight note with appropriate shortcode
2020-05-12 19:36:38 +01:00
Tim Bannister
89c99bac81
Fix Markdown for secret encryption at rest
...
Adapt Markdown for CommonMark / Hugo 0.70.x
2020-05-12 19:35:56 +01:00
Adam Kaplan
55e17b86f2
mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
...
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
Kubernetes Prow Robot
8584dc7bbc
Merge pull request #20863 from brandondoran/fix-typo-nodelocaldns
...
Fix small typo NodeLocal DNSCache doc
2020-05-09 14:43:51 -07:00
Brandon Doran
5f844149d4
Fix small typo NodeLocal DNSCache doc
2020-05-09 11:07:39 -07:00
Kubernetes Prow Robot
edba6ff1a2
Merge pull request #20622 from davivcgarcia/feature-15123
...
Clarify minimum cluster resource requirement for tasks
2020-05-09 09:53:51 -07:00
iaoiui
af50366896
Some docs incorrect v1.18 kubectl run command ( #20784 )
...
* use "kubectl create deploy" instead of "kubectl run"
* omit whitspace fix
* omit whitspace fix
* avoid shorthand
2020-05-08 19:27:52 -07:00
Prasad Katti
12562732ab
Set feature state version for kubelet config task
2020-05-04 18:46:27 -07:00
Shivam Goyal
1a1028ac76
Add the missing double quote (")
...
missing double quote (") after the word services in the last table
2020-05-02 13:22:13 +05:30
Kubernetes Prow Robot
5fbcd30139
Merge pull request #20691 from alculquicondor/fix-2nd-scheduler
...
Add missing ClusterRoleBinding and leases permissions for running 2nd scheduler
2020-04-30 15:05:37 -07:00
Aldo Culquicondor
ade52dec1e
Add missing ClusterRoleBinding and leases permissions for running 2nd scheduler
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-04-30 17:57:28 -04:00
Davi Garcia
2c9a9a64ec
Clarify minimum cluster resource requirement for tasks
...
Signed-off-by: Davi Garcia <dvercill@redhat.com>
2020-04-28 20:23:56 -03:00
Kubernetes Prow Robot
a940d3158f
Merge pull request #20484 from KnotGud/master
...
Fix rendering error in k8s.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/
2020-04-28 11:45:38 -07:00
Jason Bornhoft
f7ec0ce675
Remove deprecated --generator=run-pod/v1
...
`--generator=run-pod/v1` has since been deprecated and is no longer required in v1.18 to create pods. This is now the automatic behaviour.
2020-04-27 11:21:10 -05:00
Kubernetes Prow Robot
fa60eb78e3
Merge pull request #20523 from nevermyuk/flannel
...
Add note to Flannel Preparation Step
2020-04-24 02:10:07 -07:00
nevermyuk
5905170d8a
Add note to Flannel Preparation Step
...
Add note to Flannel Preparation Step
Remove note
remove whitespace
remove whitespace
2020-04-23 22:50:32 +08:00
toyoda
59e76027ef
Fix indent on kubeadm-upgrade.md
2020-04-22 19:04:11 +09:00
Daniel Lee
28b79a65f8
Reformat code block and note block
...
The note block was mistabbed, and the code block was moved into the note
because of its relevence to the note.
2020-04-21 14:02:14 -07:00
Daniel Lee
51024733be
Fix rendering error
...
It seems removing the tabbing in the codeblocks fix the rendering
issues. Also added backticks to files to file names for emphasis.
2020-04-21 13:28:56 -07:00
Tim Bannister
5db3af4938
Revise cloud-controller-manager documentation
2020-04-21 19:59:45 +01:00
Kyle Luzny
4b1bc902f3
remove deprecation in dns-debugging-resolution.md
...
The syntax of this command is deprecated, updated to use the latest format:
```
$ kubectl exec dnsutils cat /etc/resolv.conf
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.
```
2020-04-20 01:50:33 -05:00
Kubernetes Prow Robot
ec54f985ee
Merge pull request #20303 from Nishikoh/fix-indent
...
Fix indent of the example yaml
2020-04-14 23:28:02 -07:00
Kubernetes Prow Robot
e09ee49559
Merge pull request #19852 from bg-chun/topology-manager
...
fix inaccurate information of topology-manager admin guide
2020-04-14 02:09:11 -07:00
Byonggon Chun
eb750e83d9
fix inaccurate information of topology-manager admin guide
...
Topology Manager deal with Guaranteed QoS Pod.
=>Topology Manager deal with all Pod QoS Classes since 1.17
Topology Manager works on Nodes with the Static CPU Policy enabled
=> changing wording to make this clearer and adding examples
Signed-off-by: Byonggon Chun <bg.chun@samsung.com>
2020-04-14 12:28:41 +09:00
KoukiNishihara
2648b9cf31
remove extra space
2020-04-14 10:51:41 +09:00
KoukiNishihara
047588fb31
Fix indent of the example yaml :en
2020-04-14 10:40:10 +09:00