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
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