Shedrack akintayo
c6afb74d66
Merge main into dev-1.32 to keep in sync
2024-11-20 14:04:09 +00:00
James Hewitt
22030b43ef
Clarify image pull secret documentation ( #48718 )
...
* Clarify image pull secret documentation
The statement about missing pull secrets is incorrect, the kubelet will still attempt to pull the image if a pull secret is missing.
Added some information about how multiple pull secrets are handled.
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>
* Clarify what happens if no pull secret matches
---------
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
Co-authored-by: Xander Grzywinski <xandergrzyw@gmail.com>
2024-11-20 00:22:53 +00:00
Paco Xu
daf09dc461
update maxParallelImagePulls to beta
...
- since the e2e test was added
2024-11-11 11:05:21 +08:00
Sergey Shevchenko
9105838778
Fix review comments
2024-04-14 18:13:23 +03:00
Sergey Shevchenko
523a119eb1
feat: Update image name documentation
2024-04-06 15:27:13 +03:00
Dipesh Rawat
a3f297bc80
Use new feature_gate_name option
2024-02-12 19:16:20 +00:00
Kirtana Ashok
6f2db0bfa6
Change font size for image pull per runtime doc
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2023-11-28 09:43:41 -08:00
Kubernetes Prow Robot
cb04844a32
Merge pull request #44028 from kiashok/docs-kep4216-dev1.29
...
[dev-1.29] Add docs for KEP 4216: Image pull per runtime class
2023-11-27 15:20:13 +01:00
Kirtana Ashok
edddb55b7a
KEP 4216: Doc changes for image pull per runtime class
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
(cherry picked from commit 10a984d1ed )
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2023-11-26 14:05:29 -08:00
Sascha Grunert
0f1a7a1b7b
Fix `config.json` interpretation
...
As outlined in https://github.com/kubernetes/kubernetes/issues/119941 ,
the implementation is more specific than a regular glob match. Updating
the docs to reflect that.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-28 11:28:20 +02:00
Kubernetes Prow Robot
aa8eabc49a
Merge pull request #40375 from candrews/patch-1
...
Clarify image pull policy regarding digests
2023-06-30 06:22:43 -07:00
Marcelo Giles
b4a3763273
Fix Kubernetes typo
2023-05-24 18:34:15 -07:00
Marcelo Giles
873b01b097
Reinstate kubelets credential provider info
...
Add (GCR) to list item
Add missing acronyms to list
Rewrite kubelet legacy credential provider
Update section title header
2023-05-24 17:04:50 -07:00
Craig Andrews
28c9534bf8
Clarify image pull policy regarding digests
...
If the digest is specified, the default is `imagePullPolicy` is `IfNotPresent` (the same as if a tag is provided).
2023-03-28 12:57:09 -04:00
ruiwen-zhao
ee72c54853
Document update for MaxParallelImagePulls
...
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
2023-03-23 04:11:59 +00:00
Qiming Teng
543d258587
Tweak line wrapping in the images concept page
...
This PR fixes the line wrapping problems found in the images.md file.
2022-12-20 14:25:20 +08:00
Dixita
2df2cb5612
Updating the content and references in the docs for Credential Provider ( #38139 )
...
GA
Signed-off-by: Dixita Narang <ndixita@google.com>
Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Kubernetes Prow Robot
e017f77957
Merge pull request #37594 from sftim/20221029_tweak_containers_concept_index
...
Redo index for Containers concept
2022-11-13 23:31:57 -08:00
Tim Bannister
fe9088da49
Signpost readers to Kubernetes images
...
Help readers find Kubernetes container images for download.
2022-11-13 17:17:48 +00:00
Tim Bannister
ddfcad4fe8
Redo index for Containers concept
...
- Mention RuntimeClass
- omit container image and runtimeclass from links as they are already
mentioned explicitly
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-11-09 12:32:52 +00:00
Kubernetes Prow Robot
ff853e7271
Merge pull request #35391 from Rishit-dagli/Rishit-dagli-imagePullSecret-type
...
Add the accepted types for `imagePullSecrets`
2022-08-17 14:40:47 -07:00
William Steinford
d6a1ba2a6d
Fix the grammar by using the verb form 'set up' where appropriate instead of the noun 'setup'
2022-08-08 16:48:26 -04:00
Rishit Dagli
6fb28754d4
Add the accepted types for `imagePullSecrets`
2022-07-29 03:28:26 +00:00
Abigail McCarthy
bde860ddcd
Update content/en/docs/concepts/containers/images.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-22 10:25:23 -04:00
Abigail McCarthy
5c6cbc1347
Remove Docker references in image concept page
...
updates from code review
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-10 10:52:47 -05: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
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
Kubernetes Prow Robot
d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
...
Create garbage collection docs
2021-07-26 22:40:45 -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
ztaylor797
af94b0a118
Fix typo in images.md
2021-05-12 10:22:56 -05:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04: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
ausias-armesto
0c858f8813
Wrong participate
2020-11-30 13:38:40 +01: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
Navid Zolghadr
7174cfcd69
Fix a small typo
2020-09-17 16:59:45 -04:00
Zach Corleissen
773999241c
Update content/en/docs/concepts/containers/images.md
2020-08-18 14:26:30 -07:00
Derek Willingham
7fe9521376
Update images.md
...
fix grammar.
2020-08-13 18:24:11 -04:00
Takaaki Fujii
19b4e0efa1
fix ServiceAccount link URL Path
2020-08-08 11:17:35 +09:00
Qiming Teng
c8f4704873
Fix links in concepts section (2)
2020-08-02 09:11:14 +08:00
Ángel Barrera
27c5df83f8
typo clusers -> clusters
...
FIX a typo in clusers -> clusters
2020-07-21 13:03:00 +02:00
Ken Egozi
ca8448ccde
minor doc typo
2020-06-30 18:45:23 -07:00
Kubernetes Prow Robot
54a14bcf60
Merge pull request #22081 from stefan-kolb/patch-1
...
Fix typo
2020-06-27 05:26:18 -07:00
Sarat Chandra Balla
e79848f9e1
fix typo
2020-06-27 00:54:01 +05:30
Stefan Kolb
cc17e44176
Fix typo
2020-06-26 14:44:49 +02:00
Kubernetes Prow Robot
01973ea9d9
Merge pull request #21807 from rvmzes/master
...
Clarify imagePullPolicy for empty value
2020-06-19 22:44:39 -07:00
ZhiFeng1993
646c50ea8d
Fix typo in the images.md page
2020-06-15 17:16:34 -07:00
Roman Mazurenko
4cf2e8e4cb
Clarify imagePullPolicy for empty value
...
imagePullPolicy when defined without a value defaults to Always not to IfNotPresent
2020-06-15 23:34:04 +03:00