Kubernetes Prow Robot
3bc026f7ce
Merge pull request #21379 from KilimAnnejaro/nvidia-docs-fix
...
Updating GPU driver version
2020-06-10 06:58:50 -07:00
Kubernetes Prow Robot
af64e08666
Merge pull request #21549 from J3RN/patch-1
...
Add documentation about Minikube and libvirt
2020-06-10 06:22:51 -07:00
Karen Bradshaw
fb79042c61
update orig. order of headings
2020-06-09 19:33:15 -04:00
Karen Bradshaw
38250940c3
create page-content-types
2020-06-09 19:33:15 -04: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
Kubernetes Prow Robot
352fafdcc7
Merge pull request #21041 from prasadkatti/move_obj_patching_page
...
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernete…
2020-06-08 12:19:47 -07:00
Jonathan Arnett
673a749835
Add documentation about Minikube and libvirt
2020-06-08 10:43:08 -04:00
Ed Bartosh
33468aac5a
Promote HugePageStorageMediumSize feature to Beta
...
This is a documentation update for promoting
multiple sizes hugepages future to Beta.
2020-06-08 14:43:39 +03:00
wawa
4bd73bee23
Update define-environment-variable-container.md
...
Enhanced environment variable application notes
2020-06-07 10:50:25 +08:00
Kubernetes Prow Robot
409243673d
Merge pull request #21116 from wawa0210/enhance-terminationmessage-size
...
Added description about the size of terminationMessage file
2020-06-06 05:21:45 -07: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
8620911035
Merge pull request #21162 from sftim/20200524_revise_define_environment_variable_container
...
Revise & tidy “Define environment variables for a container” task
2020-06-03 13:52:43 -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
Kubernetes Prow Robot
1f7eea0d1e
Merge pull request #21216 from kbhawkey/kb-cleanup-api-versions
...
clean up prior api refs and links
2020-06-01 07:17:55 -07:00
Kubernetes Prow Robot
b1c42abce1
Merge pull request #21390 from tengqm/fix-service-note
...
Partial fix for debugging service page
2020-06-01 03:59:54 -07:00
Qiming Teng
c4f9c355ff
Partial fix for debugging service page
...
We are kinda abusing the `{{ note }}` shortcode, which is not meant for
lengthy, verbose contents. We should not try include code snippets
inside a note.
2020-06-01 14:19:27 +08:00
KilimAnnejaro
fdf35678ba
Updating GPU driver version
2020-05-31 11:09:36 -05:00
Ganesh Annan
a0a69f6553
Fix broken link to dns specifications.
2020-05-30 12:36:26 -04:00
Karen Bradshaw
311679eeb4
clean up prior api refs and links
2020-05-29 12:09:44 -04:00
Bradley Weston
85c8fd8e1f
feat: turn nodelocaldns image to svg
2020-05-29 10:28:47 +01:00
Juampy NR
80de6ca63d
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com >
2020-05-29 11:24:28 +02: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
Tim Bannister
a2de95e243
Drop version check
...
All supported Kubernetes releases let you set environment variables for
Pods.
2020-05-24 12:04:31 +01:00
Tim Bannister
9b3e181f5a
Reword environment variable task
...
- Use style guide convention for running commands
Don't include the prompt, even for commands run inside a container
- Call a manifest a manifest
- tweak some wording
2020-05-24 12:03:02 +01:00
wawa0210
425e0a8871
Added description about the size of terminationMessage file
2020-05-24 17:10:08 +08:00
divyabhushan
434dae9ad7
Linked entrypoint command to the right page#21139
...
Reference issue: https://github.com/kubernetes/website/issues/21139
File modified: content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md
Line no: 122
2020-05-23 14:39:02 +02:00
Tim Bannister
8b7e900e39
Revise prerequisites
...
The previous content recommended running "kubectl version", which
will error out for readers who have not yet configured a cluster.
Reword with that in mind.
2020-05-22 19:02:24 +01:00
sharet-adl
c9a278dc2f
update deployment sample, due to deprecated option
...
Creating a deployment using 'kubectl run' command was deprecated and is not supported anymore, starting with 1.18 version. In order to keep the example as relevant as possible, all 3 pods were kept.
Couple of changes:
- fix example to use 'kubectl create deployment' command, and scaled it up explicitly
- fix missing label for both Deployment and Service
- update label key, from 'run' to 'app', as deployments automatically add the label with this key
- update comment on how label's key could have used 'run' and 'app' values
- update pods names and internal hostnames - which are based on the replicaSet (eg. hostnames-632524106).
2020-05-19 18:49:32 +03:00
Sylvain COULOMBEL
7245142874
Task configure sa: 'Add image pull secrets to a service account' minor fix
2020-05-19 13:52:59 +02:00
Sylvain COULOMBEL
9ea75a8149
Task configure sa: 'Add image pull secrets to a service account' section improvment proposal
2020-05-19 12:18:42 +02:00
Prasad Katti
1481e711c6
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernetes Objects' section
2020-05-18 09:25:13 -07:00
Kubernetes Prow Robot
ba83ccc242
Merge pull request #21027 from scoulomb/secTask
...
Improve task 'Distribute Credentials Securely Using Secrets' by showi…
2020-05-17 20:57:36 -07:00
Kubernetes Prow Robot
66960c4667
Merge pull request #21018 from scoulomb/fixExtraLine
...
Clean-up extra line in tasks configure pod container
2020-05-17 20:53:36 -07:00
Kubernetes Prow Robot
bcb1e41ac0
Merge pull request #20827 from jai/patch-1
...
docs: tweak grammar, tenses, punctuation
2020-05-17 07:15:35 -07:00
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