Commit Graph

341 Commits

Author SHA1 Message Date
Kubernetes Prow Robot f57b6a42a9 Merge pull request #32221 from amitech/patch-1
Updated configure-liveness-readiness-startup-probes.md
2022-04-30 10:07:12 -07:00
xin.li 3d69e98fb4 [en] modify debug link in configure-pod-init
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:01:34 +08:00
HeGaoYuan ae677063f9 Update security-context.md
typo
2022-04-28 00:47:00 +08:00
xin.li 1ab38bbaa1 [en] fix wrong link
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-23 11:33:52 +08:00
Kubernetes Prow Robot 5c57cce5d6 Merge pull request #32711 from astraw99/patch-4
Update quality-service-pod.md
2022-04-14 22:41:10 -07:00
Sean Wei 01c3c53b7d [en] Fix Markdown format 2022-04-14 01:33:53 +08:00
sou 4764a50fee Update create-hostprocess-pod.md
Fix typo (Window -> Windows)
2022-04-09 23:52:46 +09:00
Cheng Wang 82456a84de Update quality-service-pod.md
Update `Burstable` conditions
2022-04-02 13:09:56 +08:00
Kubernetes Prow Robot 27684b7e90 Merge pull request #32565 from vaibhav2107/sec-context
Update the doc regarding outdated info in the link
2022-03-31 14:41:05 -07:00
Tim Bannister 672813f3e7 Move PSP into Security concepts section
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
Mitesh Jain 7580383a7d Reflect the changed behaviour for multiple use of --from-env-file in ConfigMap creation (#32603)
* Fix 32392 - Reflect the changed behaviour for multiple from-env-file in configmap creation.

* Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

updated suggestions.

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-29 06:48:46 -07:00
Vaibhav fa8872f70f Update the doc regarding out of date link 2022-03-28 01:07:38 +05:30
Subhasmita Swain 09f8637c05 sample outputs created working with Kubernetes v1.24 without docker (#31454)
* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated

* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated
2022-03-25 17:17:58 -07:00
Kubernetes Prow Robot f81bf804fb Merge pull request #32145 from afoster/remove-more-kompose-up-down
Remove kompose up and down command doc
2022-03-23 16:44:49 -07:00
dirc 56067a41c8 fixed order for resources: requests and limits 2022-03-18 16:35:44 +01:00
Manish Kumar 018b3bcbf6 Update enforce-standards-admission-controller.md 2022-03-15 01:04:36 +05:30
Amit Sharma ef297288fa Updated configure-liveness-readiness-startup-probes.md
We don't need to pass -r flag with rm command to delete a file.
2022-03-12 14:13:06 +05:30
Andrew Foster 77123a0e91 Remove kompose up and down command doc 2022-03-09 22:55:23 +11:00
Maksim Nabokikh 38c9c82c76 Update configure-service-account.md
fix: Delete the double running from the service account docs
2022-02-26 19:58:32 +04:00
Tim Allclair 198ae37902 Rewrite PodSecurityPolicy migration guide (#31782) 2022-02-24 18:07:56 -08:00
Md Shahriyar Al Mustakim Mitul 038256a86b Solved some typos 2022-02-23 18:23:36 +06:00
Qiming Teng 52696d80b0 Fix links in security context page
The links to AppArmor etc are using redirection records. This is a bad
practice because when translating the page to a different language, the
link will become invalid. So we should use the actual target in the
English source.

This PR also fixes some incorrect syntax directives for code snippets.
2022-02-13 08:05:30 +08:00
Qiming Teng 71268c2e52 Fix link in create hostprocess pod page
When link target is on the same page, we don't need the path in links.
2022-02-05 12:56:13 +08:00
Shubham 9af1c83002 Added the note for --service-account-issuer flag. (#31237)
* Added the note for --service-account-issuer flag.

* Modify the Note.

* Added Content for each Flag.

* Improvement: Modify the content.
2022-02-01 07:22:12 -08:00
Kubernetes Prow Robot e3ad96a6c4 Merge pull request #31466 from deepakcpakhale06/main
Updated overview section of ConfigMaps
2022-01-31 17:33:53 -08:00
Chris Short 2e870ee761 console no worky; shortening lines 2022-01-26 10:20:32 -05:00
Chris Short da296afc78 Merge branch 'cbshort-issue-31394' of github.com:chris-short/website into cbshort-issue-31394 2022-01-26 07:14:34 -05:00
Chris Short 2e812faacf Update static-pod.md
Adding console to crictl ps output lines as suggested: https://github.com/kubernetes/website/pull/31410#discussion_r791186773
2022-01-26 07:14:31 -05:00
Chris Short 2a32814359 Merge branch 'kubernetes:main' into cbshort-issue-31394 2022-01-24 15:07:23 -05:00
Chris Short a819c51c22 Update static-pod.md
- Fixed brain flatuence around which runtime I was testing
- Outputs changed
- Noted added about crictl ps's default behavior of outputting sha256sum in image name
- Image name in outputs have been shortened per Slack convo https://kubernetes.slack.com/archives/C02PZMA3R6E/p1643026840047600
2022-01-24 14:40:52 -05:00
Akpobome Oke Kelvin 7023b926a6 [en] Updated the page to be more docker specific (#31421)
* Update: Updated to be more docker specific

* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update pull-image-private-registry.md

* Update pull-image-private-registry.md

* Update: fixes issue  #31422

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-24 10:55:33 -08:00
deepakcpakhale06 0243eeb385 Updated overview section of ConfigMaps #30729 2022-01-23 10:58:40 +08:00
Kubernetes Prow Robot f59a649376 Merge pull request #31412 from marosset/gmsa-container-runtime
configure-gmsa.md updates
2022-01-20 09:25:36 -08:00
shivam tyagi e39fc674e4 Update
Signed-off-by: shivam tyagi <shivamt.ug19.ec@nitp.ac.in>
2022-01-20 07:42:14 +05:30
Mark Rossetti 6ffd07cbbc Updates for EnableCompartmentNamespace fix for GMSA 2022-01-19 16:12:49 -08:00
Mark Rossetti f13522be29 update supported container runtimes in configure-gmsa.md 2022-01-19 15:02:38 -08:00
Mark Rossetti d2b9f0e09c fix linting/whitespace in configure-gmsa.md 2022-01-19 14:40:09 -08:00
Chris Short d158cdf028 Removing additional Docker mentions 2022-01-19 15:10:45 -05:00
Chris Short 40afa49efa Update static-pod.md
Fixes Issue #31394
2022-01-19 14:16:57 -05:00
rob salmond 36bf4368c7 Fix broken link to grpc liveness probe yaml 2022-01-04 14:18:01 -05:00
Tim Bannister 8983d73fff Tidy HostProcess task page (#30762)
* Tidy HostProcess task page

* Use spaces for indentation

Tabs for indentation are less easy to work with between different
contributors. Switch to spaces.

* Fix table for HostProcess requirements
2021-12-06 13:07:33 -08:00
Jesse Butler 584421fe11 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-06 08:55:54 -05:00
Brandon Smith 1c90494c38 1.22 Windows HostProcess containers update (#30699)
* Transferred applicable modifications for 1.23 over to 1.22.

* kublet -> kubelet

* Update content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md

Co-authored-by: Mark Rossetti <marosset@microsoft.com>

Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2021-12-05 20:02:33 -08:00
Kubernetes Prow Robot d2d722ae30 Merge pull request #30223 from slayer321/add-volume-example
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
Kubernetes Prow Robot 4f193feffe Merge pull request #30710 from sftim/20211201_improve_probe_documentation
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Kubernetes Prow Robot 3baac6dde3 Merge pull request #30705 from jlbutler/merged-main-dev-1.23
Periodic integration branch sync for 1.23
2021-12-02 18:02:26 -08:00
Tim Bannister 8a0f330654 Improve documentation for container probes
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Brandon Smith b90d125e1c kublet -> kubelet (#30700) 2021-12-02 09:45:34 -08:00
Jesse Butler 018f9d05a2 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-01 12:23:10 -05:00
Kubernetes Prow Robot f17f3884a2 Merge pull request #29740 from SergeyKanzhelev/grpcProbeDocsPlaceholder
gRPC probes support (KEP 2727)
2021-11-30 16:09:18 -08:00