Tim Bannister
8377a675cd
ClusterTrustBundles: Add section to certificates page
...
Document the API types as they exist today, plus a hint of the future
integrations that will be available.
Co-Authored-By: Taahir Ahmed <taahm@google.com>
2023-04-09 17:27:18 +01:00
Kubernetes Prow Robot
bd456cf518
Merge pull request #39824 from mickeyboxell/merged-main-dev-1.27
...
Merged main dev 1.27
2023-03-10 07:00:40 -08:00
Kubernetes Prow Robot
d3979d5150
Merge pull request #39773 from Huang-Wei/1.27/PodSchedulingReadiness-beta
...
Doc for Beta feature PodSchedulingReadiness
2023-03-08 23:14:01 -08:00
Kubernetes Prow Robot
5a97479cc3
Merge pull request #39826 from denkensk/doc-matchLabels-beta-1.27
...
doc: graduate matchLabelKeys in podTopologySpread to beta
2023-03-07 05:22:34 -08:00
Alex Wang
d84256921b
doc: graduate matchLabelKeys in podTopologySpread to beta
...
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2023-03-07 11:07:09 +08:00
Mickey Boxell
987edf7ef0
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-06 19:22:46 -06:00
Wei Huang
fc019615ab
Doc for Beta feature PodSchedulingReadiness
2023-03-06 09:02:48 -08:00
Kubernetes Prow Robot
3ea93fa384
Merge pull request #39806 from windsonsea/conpvc
...
add - before an unordered list in configure-pvc page
2023-03-06 07:52:30 -08:00
Kubernetes Prow Robot
148de5779c
Merge pull request #39754 from nurayko/patch-1
...
Fix phrasing.
2023-03-06 07:28:29 -08:00
Kubernetes Prow Robot
cb6e020ece
Merge pull request #39758 from wwalters12/patch-1
...
Fix grammar in check-if-dockershim-removal-affects-you page
2023-03-06 07:24:29 -08:00
windsonsea
22d83f4c65
add - before an unordered list in configure-pvc page
2023-03-06 22:57:59 +08:00
Kubernetes Prow Robot
4219fcc577
Merge pull request #39769 from fenggw-fnst/work
...
Remove duplicate "the" in admission-controllers.md
2023-03-06 03:32:31 -08:00
Kubernetes Prow Robot
7a22bc086a
Merge pull request #39804 from javadoors/patch-25
...
[zh-cn]Fix close parenthesis
2023-03-06 02:35:01 -08:00
paul.zhang
be37c2d302
[zh-cn]Fix close parenthesis
...
添加丢失的右括号
2023-03-06 17:44:24 +08:00
Kubernetes Prow Robot
4b409b6c95
Merge pull request #39795 from Arhell/fr-snippet
...
[fr] Change shell to console for code snippet
2023-03-05 15:32:58 -08:00
Arhell
d793e458a2
[fr] Change shell to console for code snippet
2023-03-06 00:49:39 +02:00
Guangwen Feng
58455c59e9
Remove duplicate "the" in admission-controllers.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-03-03 16:27:25 +08:00
Kubernetes Prow Robot
a6b1df53f6
Merge pull request #39740 from pacoxu/ControllerManagerLeaderMigration-remove-v1.27
...
removed ControllerManagerLeaderMigration in v1.27
2023-03-03 00:26:57 -08:00
Kubernetes Prow Robot
c44bdb2217
Merge pull request #39581 from Arhell/es-imp
...
[es] improvement: kubectl install on windows verify command
2023-03-02 20:44:57 -08:00
Kubernetes Prow Robot
b1ca7a8a56
Merge pull request #39658 from Arhell/es-fix
...
[es] Fix homebrew prefix error in bash-completion of kubectl
2023-03-02 20:42:59 -08:00
Kubernetes Prow Robot
b4f737e60e
Merge pull request #37587 from sftim/20221029_revise_psa_tutorials
...
Revise tutorials for Pod Security Admission
2023-03-02 18:26:57 -08:00
Kubernetes Prow Robot
a8454fde72
Merge pull request #39765 from Arhell/pt-net
...
[pt] Add externalSetMarkChain to portmap config
2023-03-02 15:22:55 -08:00
Arhell
cf11a9dc3b
[pt] Add externalSetMarkChain to portmap config
2023-03-03 00:47:29 +02:00
Tim Bannister
04cfb74c48
Await input in Pod Security Admission demo script
...
Don't run through the whole thing including cleanup - let the user have
a go first.
2023-03-02 22:39:41 +00:00
Tim Bannister
3c8df5ea55
Mention that cluster-level PSA config might not be possible
...
Some managed clusters don't let you configure PSA cluster wide, and
users might not realize this unless we tell them.
2023-03-02 22:39:41 +00:00
Tim Bannister
c9640ebc32
Make it clear that PSA example Pods do start OK
...
The reader sees a warning, but the Pods do run. That detail might not be
obvious otherwise.
2023-03-02 22:39:41 +00:00
Tim Bannister
a39ee496fe
Tidy PSA tutorials
...
Various tidying to match website style guide better.
2023-03-02 22:39:41 +00:00
Tim Bannister
c6b3f34d5b
Automatically clean up after deploying PSA examples
...
Readers who want to skip the clean up can edit these scripts; it seems
fair to assume that a reader who wants that would know how to edit a
shell script and delete lines from it.
2023-03-02 22:39:41 +00:00
Tim Bannister
25a926e465
Assume that kind provides Pod Security Admission
...
Given that Pod Security Admission has been beta and then generally
available for a while, assume that kind gives the reader a cluster than
includes this feature.
2023-03-02 22:39:41 +00:00
Tim Bannister
c38e5c00fb
Avoid creating local manifest for PSA tutorials
...
The kubectl tool includes a client for fetching manifests using HTTP,
and we usually rely on that for tutorials. Switch to an approach where
we don't create a manifest on the filesystem and then apply that.
2023-03-02 22:39:41 +00:00
William Walters (He/Him)
4ce224a0e5
Fix additional grammatical errors in check-whether-dockershim-removal-affects-you page
2023-03-02 13:28:43 -05:00
William Walters (He/Him)
63fb4cbc1f
Fix grammar in check-if-dockershim-removal-affects-you page
2023-03-02 10:49:18 -05:00
Kubernetes Prow Robot
5fd1a9d321
Merge pull request #39639 from my-git9/blog-2022-12-16
...
[zh-cn]sync blog 2022-12-16-non-graceful-node-shutdown-to-beta.md
2023-03-02 07:14:55 -08:00
xin.li
70fec9eb61
[zh-cn]sync 2022-12-16-non-graceful-node-shutdown-to-beta.md
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-03-02 21:32:06 +08:00
nurayko
3a9b4317b4
Fix phrasing.
2023-03-02 11:40:24 +02:00
Kubernetes Prow Robot
9137c09b0a
Merge pull request #39734 from k0rventen/fr-task-env-var-container
...
[fr] add french translation for task inject-data-application/define-environment-variable-container.md
2023-03-01 06:55:16 -08:00
Kubernetes Prow Robot
ecd90c817c
Merge pull request #39631 from k0rventen/origin/dev-1.26-fr
...
[fr] add french translation for task inject-data-application/distribute-credentials-secure.md
2023-03-01 06:53:18 -08:00
Michael
74746dd13f
[zh] sync 2023-03-01-introducing-kwok/ ( #39739 )
2023-03-01 22:14:24 +08:00
Kubernetes Prow Robot
74d09c9068
Merge pull request #39479 from akash-kumar-saw/akash-kumar-saw/sync_pt-br_cheatsheet.md
...
[pt-br] Update reference/kubectl/cheatsheet.md
2023-03-01 05:07:16 -08:00
Kubernetes Prow Robot
590366e882
Merge pull request #39667 from Zhuzhenghao/configure-pod-configmap
...
[zh] resync configure-pod-configmap
2023-03-01 03:05:18 -08:00
Paco Xu
4480cd3634
removed ControllerManagerLeaderMigration in v1.27
...
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-03-01 13:38:39 +08:00
Kubernetes Prow Robot
6e6e4ed79a
Merge pull request #39731 from sftim/20230228_update_registry_k8s_io_change
...
Update registry.k8s.io announcement article
2023-02-28 21:35:18 -08:00
zhuzhenghao
6eb1bde3ad
[zh] resync configure-pod-configmap
2023-03-01 13:35:00 +08:00
Kubernetes Prow Robot
8053f6ab84
Merge pull request #39702 from Zhuzhenghao/admisstion-controll
...
[zh] resync pages in reference
2023-02-28 21:29:16 -08:00
zhuzhenghao
43d3ffa532
[zh] resync page admission-controllers.
2023-03-01 13:18:31 +08:00
Kubernetes Prow Robot
88299991bd
Merge pull request #39733 from Arhell/id-add
...
[id] Add externalSetMarkChain to portmap config
2023-02-28 19:33:16 -08:00
Kubernetes Prow Robot
8463423f94
Merge pull request #39717 from dipesh-rawat/add-storage-class-annotation
...
Add volume.beta.kubernetes.io/storage-class annotation
2023-02-28 19:07:16 -08:00
Kubernetes Prow Robot
ce650bfd2d
Merge pull request #39718 from tengqm/add-kcm-config-api
...
Add config API for kube-controller-manager configuration
2023-02-28 16:37:16 -08:00
k0rventen
1a44be7336
add french translation for task 'Define Environment Variables for a Container'
2023-03-01 00:16:40 +01:00
Kubernetes Prow Robot
4f65827ed8
Merge pull request #39653 from wzshiming/blog/introducing-kwok
...
Blog post introducing kwok
2023-02-28 14:57:17 -08:00