Kubernetes Prow Robot
ec8ea88c33
Merge pull request #31545 from chrisnegus/dockershim-hook-handlers
...
Updated Debugging Hook handlers example to remove docker reference
2022-02-08 07:12:54 -08:00
Anubhav Vardhan
0dca4ef984
Dockershim removal from container-environment
2022-01-29 13:01:10 +05:30
Christopher Negus
ccd2fd216e
Updated Debugging Hook handlers example to remove docker reference.
2022-01-27 21:30:03 +00:00
ystkfujii
19928a83fa
Change the dockershim state to deprecation
2021-12-15 21:51:06 +09:00
ystkfujii
1fb9324fc3
remove the section on dockershim
2021-12-15 14:32:10 +09:00
Kubernetes Prow Robot
9028af1ae3
Merge pull request #28226 from saschagrunert/image-config-json
...
Add docs about auth differences between Docker and Kubernetes
2021-11-17 03:49:54 -08:00
SubtextRyan
46988781a3
Corrected grammatical error
...
Subject/verb disagreement: changed "...system execute the handler..." to "...system executes the handler..."
2021-11-12 12:05:00 -05:00
Andrey Regentov
49d7b493bb
semantic fix
...
use "latest" => "Always"
use nothing => "Always"
use any but "latest" => "IfNotPresent"
2021-09-15 15:46:26 +07:00
Sascha Grunert
c86b8a3e43
Add docs about auth differences between Docker and Kubernetes
...
The interpretation between Docker and Kubernetes varies when comparing
its implementations. This allows different use cases and should be
documented accordingly.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Geoffrey Cline <gcline@amazon.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-09-09 09:20:38 +02:00
Tim Bannister
fd19a0c145
Migrate good practice for container images into Containers section
2021-08-24 10:47:18 +01:00
Mengjiao Liu
f945335af6
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-10 18:03:21 +08:00
Kubernetes Prow Robot
d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
...
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Kubernetes Prow Robot
f466d7f27d
Merge pull request #28565 from Shubham82/runtimeClass-docs
...
Improvement: Runtime Class
2021-07-22 03:17:52 -07:00
Shannon Kularathna
b1573ad314
Create garbage collection docs
2021-07-13 20:32:50 +00:00
Rishabh Jain
0e7810ad04
Add documentation for ImagePullBackOff
2021-06-25 09:51:43 +05:30
Shubham Kuchhal
045ed2d8c5
Improvement: Runtime Class
2021-06-22 17:17:07 +05:30
Shubham Kuchhal
1096e3bcd5
Fix links in the Runtime Class.
2021-06-15 11:07:25 +05:30
ztaylor797
af94b0a118
Fix typo in images.md
2021-05-12 10:22:56 -05:00
Kubernetes Prow Robot
419d6ce391
Merge pull request #27452 from tallclair/runtimeclass
...
Correct dockershim runtime handler support
2021-04-12 05:30:00 -07:00
Sergey Kanzhelev
0db9ae6f52
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP"
2021-04-09 13:36:25 -07:00
Tim Allclair
0c988b2dcb
Correct dockershim runtime handler support
2021-04-07 15:49:24 -07:00
Kubernetes Prow Robot
3db583a9cd
Merge pull request #25733 from leventogut/patch-1
...
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
2021-03-26 07:06:44 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Kubernetes Prow Robot
6d15d0d011
Merge pull request #26661 from adrianludwin/image-pull-policy
...
Better document default imagePullPolicy behaviour
2021-03-08 00:15:45 -08:00
Adrian Ludwin
d2239f3d7a
Better document default imagePullPolicy behaviour
...
The `imagePullPolicy` field is set automatically based on the image tag
if it's initially omitted, but it is not updated if the image tag later
changes. This can lead to [confusing
behaviour](https://itnext.io/defaults-are-hard-kubernetes-deployment-edition-3b11095792f2 ).
This change attempts to warn users of this potential pitfall.
2021-03-01 14:40:03 -05:00
Michael Washer
4875e21a48
Resolve Control Plane misnaming
2021-02-24 16:00:18 +13:00
Michael Washer
89d90304c6
Update container-environment.md with fix about service environment variables not being cluster-wide
2021-02-21 18:14:06 +13:00
Luke Addison
cbf7a63a32
Add comma
2021-02-08 10:53:36 +00:00
Luke Addison
892aedc010
Address review comments
2021-02-08 10:52:15 +00:00
Luke Addison
bfea67aa82
Clarify PreStop hook behaviour
2021-02-01 16:50:06 +00:00
Kubernetes Prow Robot
d1b2709ae8
Merge pull request #25700 from devincd/master
...
Update container-lifecycle-hooks.md
2021-01-21 19:05:26 -08:00
Naoki Oketani
9315b85fd7
restore not-outdated contents
2021-01-20 18:58:46 +09:00
Naoki Oketani
3b409773ae
Update content/en/docs/concepts/containers/runtime-class.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-20 18:56:50 +09:00
Naoki Oketani
29dcf62d57
remove indication of enabling RuntimeClass feature gate since it is a GA feature
2021-01-20 18:56:47 +09:00
Kubernetes Prow Robot
f5c6049168
Merge pull request #25899 from ydFu/patch-1
...
Fix some typo in runtime-class.md
2021-01-11 10:20:25 -08:00
Ader
177a1318ed
Fix some typo in runtime-class.md .
...
Uniform case and adjustment description for smoother writing.
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-01-08 20:02:10 +08:00
Guangwen Feng
3ec2a6d5aa
Fix typo
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-01-08 13:23:32 +08:00
Levent Ogut
dbcd6627cb
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
...
unless I am missing something TCP handler is missing
2020-12-20 17:49:00 +03:00
devincd
d52b0f58e8
Update container-lifecycle-hooks.md
2020-12-18 15:13:46 +08:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
ausias-armesto
0c858f8813
Wrong participate
2020-11-30 13:38:40 +01:00
Kubernetes Prow Robot
20546141c0
Merge pull request #24698 from SergeyKanzhelev/runtimeGA
...
RuntimeClass GA
2020-11-12 03:10:50 -08:00
Sergey Kanzhelev
ca7cb78cab
Update content/en/docs/concepts/containers/runtime-class.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-26 15:27:38 -07:00
Nate W
9a6731fc8b
Copy updates
...
1. Copy updates to correct "container image manifests" reference to "container image index." (Fixes https://github.com/kubernetes/website/issues/23055 )
2. Setting titles to sentence case throughout.
Signed-off-by: Nate W <nwaddington@cncf.io>
2020-10-26 15:19:21 -07:00
Sergey Kanzhelev
72a66b6969
RuntimeClass GA
2020-10-23 20:57:54 +00:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Kubernetes Prow Robot
19e1b54436
Merge pull request #23404 from 2rs2ts/patch-1
...
Fix ambiguity around behavior of preStop hook
2020-10-12 17:27:22 -07:00
Kubernetes Prow Robot
7617c89207
Merge pull request #23699 from Cweiping/feature/clairly_exec_action
...
clarify the execution contexts of hook handlers with different action
2020-10-09 21:28:46 -07:00
Weiping Cai
10ebb11f20
clarify the execution contexts of hook handlers with different action types are different
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:23:44 +08:00
makocchi-git
0fe678c345
Fix dead links
2020-10-07 18:14:59 +09:00