Kobayashi Daisuke
3d96a08179
translate concepts/storage/volume.md into japanese
2022-01-27 16:38:58 +09:00
Prasad Katti
eee745066d
Move command to a code-block
...
Put the command in a separate code block to keep things consistent
2022-01-26 22:20:54 -08:00
Kubernetes Prow Robot
53c222cbbf
Merge pull request #31429 from jihoon-seo/220121_ko_Update_links_in_dev-1.23-ko.1
...
[ko] Update links in `dev-1.23-ko.1`
2022-01-26 21:40:02 -08:00
Alex Wang
665f51e60a
graduate nonpreemptingpriority to ga
2022-01-27 11:51:01 +08:00
Kubernetes Prow Robot
00d4e05e98
Merge pull request #31521 from SpecialYang/main
...
Fix imprecise statements for virtual hosting example.
2022-01-26 08:00:01 -08:00
Kubernetes Prow Robot
37b7c6fd55
Merge pull request #31410 from chris-short/cbshort-issue-31394
...
Update static-pod.md
2022-01-26 07:34:01 -08:00
Chris Short
2e870ee761
console no worky; shortening lines
2022-01-26 10:20:32 -05:00
SpecialYang
9911912709
Fix imprecise statements for virtual hosting example
2022-01-26 22:33:33 +08:00
Kubernetes Prow Robot
f7b9625249
Merge pull request #31505 from Babapool/out-of-band-v1.22.3
...
Updates Releases page to mention v1.23.3
2022-01-26 06:30:01 -08:00
Saswata Ghosh
df266cdaaa
Removed the dockershim section
2022-01-26 18:26:20 +05:30
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
whitebear009
4e2f9b67a7
Update "kubeclt" to "kubectl"
2022-01-26 16:19:19 +08:00
Kubernetes Prow Robot
8b34063fba
Merge pull request #30961 from ystkfujii/v1.24_remove_section_on_dockershim
...
Set the dockershim state to deprecation.
2022-01-25 22:46:26 -08:00
Kobayashi Daisuke
150c0ad0a3
Update content/ja/docs/concepts/storage/projected-volumes.md
...
Co-authored-by: Wang <ooocamel@icloud.com >
2022-01-26 12:07:49 +09:00
Kobayashi Daisuke
d7f8bc4f7b
Update content/ja/docs/concepts/storage/projected-volumes.md
...
Co-authored-by: Wang <ooocamel@icloud.com >
2022-01-26 12:07:44 +09:00
William Denniss
20ee91f0da
Include link to Pod Security Admission in the PodSecurityPolicy deprecation notice ( #31475 )
...
* Include link to Pod Security Admission in the PodSecurityPolicy deprecation notice
Add a link to the Pod Security Admission feature, which replaces PodSecurityPolicy. Currently users who read this page may not realize what the replacement is. The linked blog post talks about the KEP that created Pod Security Admission, but with no direct link.
* Remove link prefix
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com >
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com >
2022-01-25 16:28:26 -08:00
Subhasmita Swain
cdfe3fa6bc
removal of docker runtime mentions in feature gates page ( #31498 )
...
* removal of docker runtime mentions in feature gates page
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2022-01-25 16:24:26 -08:00
Kubernetes Prow Robot
7012f76988
Merge pull request #31389 from liggitt/stable-deprecation-policy
...
Modify the deprecation policy to disallow removal of stable API versions
2022-01-25 12:33:43 -08:00
Kubernetes Prow Robot
ee346e48d8
Merge pull request #31363 from yashodhanmohan/fix/pod-dns
...
Correcting DNS record for pods exposed by a Service
2022-01-25 12:21:41 -08:00
Kubernetes Prow Robot
45061ef70f
Merge pull request #31434 from BenTheElder/jaun-admin
...
update build admins, add Juan Escobar, remove Amit Watve
2022-01-25 08:54:31 -08:00
Kubernetes Prow Robot
7cb748a933
Merge pull request #31308 from meysam81/meysam/annotation-between-backticks
...
docs: place annotation between backticks ✏️
2022-01-25 08:50:31 -08:00
Kubernetes Prow Robot
5e35828808
Merge pull request #31309 from neolit123/1.24-update-kubeadm-docs-for-dockershim
...
kubeadm: adapt docs for 1.24 and dockershim removal
2022-01-25 08:44:32 -08:00
Lubomir I. Ivanov
3184c227c7
kubeadm: adapt docs for 1.24 and dockershim removal
...
Touch the following files:
- Implementation details: remove docker specifics, which is changing
in 1.24
- Create cluster: small language cleanup, remove note about 1.24
- Install kubeadm: Include two up-to-date tables for Linux / Windows
with known endpoints. Include cri-dockerd.
- Kubelet integration: (side cleanup) use "container runtime" instead of
"CRI runtime" (which is incorrect). Mention that only updating
"--container-runtime-endpoint=.." is required if the user wishes
to override the CR on a certain host. Dockershim->CR-foo migration
guides would make the "--container-runtime=remote" flag explicit
and we want to remove it at some point.
- Troubleshooting kubeadm: Remove some instances of Docker troubleshooting
that imply docker as default CR, or talk about old Docker versions.
Be more generic about container runtimes.
- Adding Windows nodes: move the containerd tab before the Docker
tab, as containerd is now the default. Remove note about being explicit
about --cri-socket. Add note that crictl is required for both
Docker and containerd. Add note that cri-dockerd is required if
the user wants to use Docker EE on Windows.
2022-01-25 18:35:58 +02:00
Kubernetes Prow Robot
4a7f5fa78a
Merge pull request #31370 from nate-double-u/config-toml-1.24
...
update config.toml for 1.24 release
2022-01-25 08:18:31 -08:00
Kubernetes Prow Robot
045370a194
Merge pull request #30982 from KimDoubleB/cascade-default-background
...
Update `cascade` default value to background
2022-01-25 08:16:31 -08:00
Kubernetes Prow Robot
561cb83a26
Merge pull request #31456 from gaoliang/main
...
Sticky table of contents
2022-01-25 07:56:30 -08:00
Vitthal Sai
345ff4fcc1
Updates Releases page to mention v1.23.3
2022-01-25 20:51:33 +05:30
Kubernetes Prow Robot
6aa07e7918
Merge pull request #31407 from MdSahil-oss/main
...
Update update-daemon-set.md
2022-01-25 05:42:32 -08:00
FOWind
65ee81261d
Fix tools/kubeadm/high-availablility.md display format
2022-01-25 19:33:10 +08:00
Kubernetes Prow Robot
501daa29b5
Merge pull request #31496 from ptux/patch-14
...
Update projected-volumes.md
2022-01-25 02:06:31 -08:00
Wang
88fbaa1160
Update projected-volumes.md
2022-01-25 18:47:48 +09:00
Wang
e08d312a6d
Update projected-volumes.md
2022-01-25 17:46:30 +09:00
Kobayashi Daisuke
5e1ada172d
Update content/ja/docs/concepts/storage/projected-volumes.md
...
Co-authored-by: Wang <ooocamel@icloud.com >
2022-01-25 17:13:34 +09:00
Kobayashi Daisuke
b5ba524610
Update content/ja/docs/concepts/storage/projected-volumes.md
...
Co-authored-by: Wang <ooocamel@icloud.com >
2022-01-25 17:13:29 +09:00
Kobayashi Daisuke
b26817dc0d
Update content/ja/docs/concepts/storage/projected-volumes.md
...
Co-authored-by: Wang <ooocamel@icloud.com >
2022-01-25 17:13:24 +09:00
Kubernetes Prow Robot
0632b6afba
Merge pull request #31494 from puerco/out-of-band
...
Add Out-of-band release 1.23.3 to schedule files
2022-01-24 21:44:31 -08:00
Puerco
003b5dad5c
Fix dates in 1.23.3 patch release date
...
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com >
2022-01-24 22:56:07 -06:00
Adithya Krishna
59cd3c70ee
Made Requested Changes v2 - Related to https://github.com/kubernetes/website/issues/27078
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2022-01-25 10:08:14 +05:30
Kobayashi Daisuke
efcf33c4a9
change "projected" to Japanese
2022-01-25 13:21:41 +09:00
yangxianzhao
4d793a9a34
Fix translate problem in Chinese doc
2022-01-25 11:17:27 +08:00
Kubernetes Prow Robot
5c5e87edad
Merge pull request #31482 from krvaibhaw/main
...
ko : Updated KubeCon dates
2022-01-24 19:10:50 -08:00
Adolfo García Veytia (Puerco)
29fb92a20d
Add release 1.23.3 to schedulke markdown
...
Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net >
2022-01-24 21:02:15 -06:00
Adolfo García Veytia (Puerco)
669213a6f1
Add emergency release 1.23.3 to schedule.yaml
...
Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net >
2022-01-24 21:01:27 -06:00
Kubernetes Prow Robot
23db35e9bb
Merge pull request #31493 from Arhell/fix-list
...
[id] fixed the list container images by pod section
2022-01-24 17:40:49 -08:00
iago-moreira
5123dfe252
add requested changes
2022-01-24 20:54:10 -03:00
Arhell
4a2fb111bd
[id] fixed the list container images by pod section
2022-01-25 00:34:36 +02:00
Kubernetes Prow Robot
9ffbaf39b2
Merge pull request #31357 from anubha-v-ardhan/Add-event-to-glossary
...
Add "event" to glossary
2022-01-24 14:05:15 -08:00
Kubernetes Prow Robot
7654b8cb87
Merge pull request #31490 from nate-double-u/merged-main-dev-1.24
...
Merged main into dev 1.24
2022-01-24 13:11:15 -08:00
Chris Short
2a32814359
Merge branch 'kubernetes:main' into cbshort-issue-31394
2022-01-24 15:07:23 -05:00