18 Commits

Author SHA1 Message Date
Jonathan Dobson f9ba38b5d2 Update security considerations for CSI inline ephemeral volumes 2022-04-12 09:48:18 -06: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
Kubernetes Prow Robot 185512f752 Merge pull request #32000 from Kartik494/podsecuritypolicies
Added Pod security deprecation note
2022-03-25 15:47:58 -07:00
kartik494 8540194ccd Added Pod security deprecation note 2022-03-07 17:43:10 +05:30
Thomas Guettler 7122a4498a fix busybox image to 1.28 (issues with nslookup).
Changes where done with these commands:

reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples

Related issues:

 https://github.com/docker-library/busybox/issues/48
 https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
Jesse Butler 584421fe11 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-06 08:55:54 -05:00
Tim Bannister 9c0c75e0f2 Reorder storage concepts
Introduce concepts in an order that should suit people new to
Kubernetes, so that you don't encounter details like volume cloning
until you've seen more of the basic volume types (persistent,
ephemeral, projected).
2021-11-17 00:20:18 +00:00
Patrick Ohly 65bceb1876 generic ephemeral volumes: document graduation to GA 2021-11-12 09:46:11 +01:00
huzhengchuan 98e5b3e90b fix typos
not need '('
2021-10-13 14:21:15 +08:00
Mengjiao Liu 03c1683d18 [en] Remove redundant feature gate introductions 2021-04-22 17:11:44 +08:00
Patrick Ohly 4021005745 generic ephemeral volumes: beta
The feature is scheduled for becoming beta in 1.21.

In addition, the commit addresses some of the review feedback.
2021-03-23 18:23:58 +01:00
Michiel Van Gendt 01d4a0a4dd Fix link to CSI ephemeral volumes 2020-11-28 12:43:49 +01:00
Qiming Teng 070023b24a Fix links in concepts section 2020-10-22 14:24:56 +08:00
Feruzjon Muyassarov 55d2702f3f Fix 404 issues 2020-09-19 00:07:30 +03:00
Feruzjon Muyassarov e89dc4f7c2 Fix 404 in storage doc 2020-09-18 00:30:28 +03:00
Patrick Ohly 4401fd81d7 Update content/en/docs/concepts/storage/ephemeral-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-15 18:28:34 +02:00
Patrick Ohly 25d50c17b5 Update content/en/docs/concepts/storage/ephemeral-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 20:47:39 +02:00
Patrick Ohly 5981f4f860 storage: GenericEphemeralVolume
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1698

A new page gets created for different ephemeral volumes because the
relationship between them needs to be explained.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 10:32:53 +02:00