Sylvain COULOMBEL
224a6cacbf
Improve task 'Distribute Credentials Securely Using Secrets' by showing pod output
2020-05-17 15:50:44 +02:00
Juampy NR
6e3a40df97
Fix broken phrase
...
Seems like a phrase was cut in 2 by mistake.
2020-05-17 13:59:00 +02:00
Sylvain COULOMBEL
081c7a713c
Clean-up extra line in tasks: configure pod container
2020-05-16 16:01:39 +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
Tim Bannister
679b35a569
Fix Markdown for CustomResourceDefinition task
2020-05-14 18:19:15 +01: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
Celeste Horgan
dfeed456d3
Fix template
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 11:55:49 -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
Dave Barnow
a0dfd8743f
Fix broken layout in docs
2020-05-12 10:59:42 -04:00
Karen Bradshaw
7a98007a29
update tabs shortcode
2020-05-11 18:12:43 -04: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
2139b50702
Merge pull request #20793 from JayBeale/patch-3
...
Documenting read-only rootfs for issue 17927
2020-05-09 15:19:51 -07: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
Kubernetes Prow Robot
78ab651c9e
Merge pull request #18342 from sftim/20191227_tidy_pod_preset_pages
...
Tidy pages for PodPreset
2020-05-09 09:01:53 -07:00
viniciusbds
471840944c
Add cleanup topic
2020-05-09 10:23:26 -03:00
Kubernetes Prow Robot
22d2069bc0
Merge pull request #20417 from viniciusbds/issue-20414
...
Remove the --generator deprecated flag of a tutorial
2020-05-08 19:45:52 -07:00
Kubernetes Prow Robot
ba1e890aaa
Merge pull request #20720 from afmsavage/patch-1
...
Fixed configure-access-multiple-clusters.md
2020-05-08 19:41:52 -07:00
Kubernetes Prow Robot
eef6edfb93
Merge pull request #20738 from fml2/feature/Document-char-encoding-in-mapped-volumes
...
Document char encoding in mapped volumes
2020-05-08 19:37: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
Kubernetes Prow Robot
2d03fb3cf4
Merge pull request #20815 from wawa0210/change-en-os-label
...
[Trival] beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18
2020-05-08 19:15:52 -07:00
Kubernetes Prow Robot
7b8a28bd26
Merge pull request #20840 from GauravJain98/master
...
fixed ingress minikube 2nd deployment commands
2020-05-08 19:11:53 -07:00
Gaurav Jain
b683006914
fixed ingress minikube 2nd deployment commands
2020-05-08 16:02:27 +05:30
Prasad Katti
d1952bf98c
Add feature state for PodDisruptionBudget
2020-05-07 16:09:18 -07:00
fml2
d1ff4e7c12
Document that UTF-8 is used when exposing configMaps as files
2020-05-07 23:45:43 +02:00
Jai Govindani
e381dc787a
docs: tweak grammar, tenses, punctuation
2020-05-07 20:55:09 +07:00
wawa0210
13aee8fe47
beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18
2020-05-07 11:52:30 +08:00
Jay Beale
78de298fa5
Documenting read-only rootfs for issue 17927
...
Issue 17927 (https://github.com/kubernetes/website/issues/17927 ) asks for a change to this task-focused doc on security-context. It notes that this doesn't mention read-only root filesystem, while it's documented in the PSP page. This adds a bullet for read-only rootfs, clarifies that the bulleted list isn't comprehensive, and tells someone reading the list where to find more. The link is copied from the existing What's Next link list.
2020-05-05 22:38:37 -07:00
Kubernetes Prow Robot
93e2ae3e96
Merge pull request #20766 from prasadkatti/patch-2
...
Set feature state version for kubelet config task
2020-05-05 13:51:09 -07:00
Kubernetes Prow Robot
88cc210b1b
Merge pull request #20723 from viniciusbds/patch-2
...
Update content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md
2020-05-05 01:49:08 -07:00
viniciusbds
e119d7a905
Remove the --generator deprecated flag of Horizontal Pod Autoscaler Walkthrough tutorial.
2020-05-04 23:57:08 -03:00
viniciusbds
21d8c30897
How to update objects
2020-05-04 23:43:06 -03: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
Antonio Savage
d13ae7a5da
Fixed configure-access-multiple-clusters.md
...
I fixed a Powershell command that you had provided in this document. Attempting to run the command with the format you supplied resulted in errors due to some conflict between using backwards slash for pathnames inside of parentheses.
2020-05-01 21:19:41 -05:00
Kubernetes Prow Robot
bed6714e3d
Merge pull request #20532 from laurenhughes/patch-1
...
Fix broken link
2020-04-30 15:11:37 -07:00
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
Kubernetes Prow Robot
426962e0a2
Merge pull request #20591 from jmvbxx/patch-1
...
Remove deprecated --generator=run-pod/v1
2020-04-28 07:16:08 -07:00
Kubernetes Prow Robot
33f472c285
Merge pull request #20547 from dsbos/patch-5
...
Tiny who/whom grammar fix.
2020-04-27 09:23:30 -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
Tim Bannister
58498dc3ca
Reword PodPreset concept
...
- Note feature state for PodPreset
- Emphasize section on enabling PodPreset
- Omit version check
Assume that the reader has a supported version of Kubernetes that
includes PodPreset.
- List PodPreset as a task prerequisite
PodPreset is an alpha feature; you can't follow the task page unless
it's enabled.
2020-04-27 11:35:42 +01:00
Dmitry Tokarev
4d29445949
Updated dashboard installation command to use v2.0.0
2020-04-26 01:53:32 -07:00
Kubernetes Prow Robot
1e206f2617
Merge pull request #20555 from spurin/remove_ns_specifics
...
remove ns specifics for horizontal pod autoscale walkthrough
2020-04-25 18:03:29 -07:00
James Spurin
4a1a8eb190
remove ns specifics for example
2020-04-25 17:58:18 +01:00
Daniel Barclay
15d7921c75
Tiny who/whom grammar fix.
2020-04-24 17:06:42 -04:00
Lauren Hughes
227d404e59
fix file name
2020-04-24 09:14:01 -07:00
Joerg Schad
32a93714d2
Fixed wrong file location in example.
2020-04-24 17:47:52 +02: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
Lauren Hughes
055796ea4a
Fix broken link
...
Structure of the repo changed and broke the link, see [Deployment](https://github.com/kubernetes-sigs/metrics-server/blob/master/README.md#deployment ) section of the readme for more info
2020-04-23 16:04:11 -07:00
Brandon Doran
39ae30bb63
Fix small typos in horizontal pod autoscaling doc
...
- Fix typo in hpa stabilization window section
- Fix type in configurable scaling behavior section
2020-04-23 11:23:44 -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
Kubernetes Prow Robot
3bffa50161
Merge pull request #19705 from sftim/20200318-revise-cloud-controller-manager
...
Revise cloud-controller-manager documentation
2020-04-21 20:25:53 -07: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
Marcin Niemira
df2204ffd0
Merge branch 'master' of https://github.com/kubernetes/website into fix-restart-always-docs
2020-04-21 19:04:13 +10: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
3c1e828395
Merge pull request #20365 from ntkjer/feature/ingress-minikube-edit
...
fixes deprecated references to kubectl run as a deployment generator
2020-04-17 07:39:06 -07:00
Kubernetes Prow Robot
0665a7bb03
Merge pull request #20390 from varadaprasanth/patch-3
...
Pod object is formatted
2020-04-17 05:11:06 -07:00
DNX
4c4f28b341
Correct link to debug-running-pod
...
The current link refers to a nonexistent page, this change addresses the typo.
2020-04-17 18:26:18 +10:00
varadaprasanth
c7f46f82d7
Pod object is formatted
...
Pod object is formatted as per the standards
2020-04-16 18:23:21 +05:30
ntkjer
f438d28b31
fixed deprecated references to kubectl deployment generation. uses create instead of run instead.
2020-04-15 17:56:00 -04:00
Quan Tian
5548f21f21
Correct description of registering APIService
...
APIService doesn't have `path` field and cannot call a service at
specified subpath. This might be a copy-paste error from service in CRD
webhook.
2020-04-15 06:15:17 -07: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
Jon Huhn
ab052f11cd
Fix typo
2020-04-14 12:53:47 -05: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
Kubernetes Prow Robot
e482360756
Merge pull request #19596 from jenting/fix-hpa-walkthrough
...
Correct target.type from AverageUtilization to Utilization
2020-04-14 01:25: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
Marcin Niemira
4d52cb6dd5
Merge branch 'master' into fix-restart-always-docs
2020-04-12 16:44:28 +10:00
Tim Bannister
67e49d68d6
Clean up Job parallel processing expansion task
...
- use Task template, not Concept
- Explain use of curl for downloading
- Use DBPedia URLs for fruit (these should stay valid)
- Reword prerequisites
2020-04-11 21:59:43 +01:00
Jordan Liggitt
ace502b542
Make feature-state tag usage consistent
2020-04-09 13:19:41 -04:00
Amim Knabben
128f1f2ae2
Exec on correct pod name
2020-04-08 22:49:14 -04:00
Kubernetes Prow Robot
65f4ef30fa
Merge pull request #20022 from dsbos/patch-4
...
Fix grammar problems and otherwise try to improve wording.
2020-04-08 17:27:44 -07:00
Kubernetes Prow Robot
83843968f6
Merge pull request #19742 from NikeNano/master
...
Update the Mac autocomplete documentation to use bash_profile
2020-04-08 17:25:44 -07:00
Kubernetes Prow Robot
93066e3d64
Merge pull request #20148 from soolaugust/patch-1
...
fix older content of 1.17.x
2020-04-08 17:09:43 -07:00
Karen Bradshaw
2d39523ee7
fix page formatting
2020-04-07 18:08:40 -04:00
soolaugust
9335dcda91
fix older content of 1.17.x
2020-04-07 16:36:54 +08:00
Daniel Barclay
0bd6f53d4a
Restored accidentally deleted space.
2020-04-06 19:39:55 -04:00
Kubernetes Prow Robot
0854666f54
Merge pull request #20113 from caesarxuchao/network-proxy-master
...
Doc for Konnectivity service feature
2020-04-06 16:17:46 -07:00
Kubernetes Prow Robot
de07e4adfc
Merge pull request #19746 from rajeshdeshpande02/patch-64
...
Adding example to DaemonSet Rolling Update task
2020-04-06 15:55:47 -07:00
Mr.Hien
8ba1410113
Update install-kubectl.md
...
For install of kubectl on debian based distros, also install gnupg2 for apt-key add to work
2020-04-06 08:22:56 +07:00
Chao Xu
ac1d864575
Instructions on how to set up the Konnectivity service.
2020-04-05 12:10:05 -07:00
Huang, Zhaoquan
25ffd7679e
Update run-stateless-application-deployment.md
...
Updated the version number to match the file in the example: https://k8s.io/examples/application/deployment-update.yaml
2020-04-05 23:16:16 +08:00
Marcin Niemira
f7bd5fab1a
rm informatio about generator from cron-job docs
2020-04-06 00:00:32 +10:00
ynkrish
0ce2d2b54a
Corrected link to Debug running pod
...
Link should be docs/tasks/debug-application-cluster/debug-running-pod/ instead of docs/tasks/debug-application-cluster/debug-running-pods/ (latter results in HTTP 404)
2020-04-05 11:18:49 +05:30
krufab
40ca15c523
Minor change
...
Update text according to the PR comment
2020-04-03 19:08:23 +02:00
krufab
8e8c6d3de8
Minor update
...
Updated text according to PR comments
2020-04-03 16:13:47 +02:00
krufab
2d7f82e63b
Updated layout
2020-04-03 13:59:43 +02:00
krufab
308dd5a2bb
Update adding-windows-nodes.md
...
The steps in the run.ps1 file defined in the flannel-*.yml ConfigMap should address the correct interface in case the Windows node has more than one.
2020-04-03 13:02:28 +02:00