aquiladayc
f8ef819701
Update content/ja/blog/_posts/2020-12-02-dont-panic-kubernetes-and-docker.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-06 09:02:46 +09:00
Kubernetes Prow Robot
44ef715019
Merge pull request #30673 from gbarceloPIB/patch-1
...
Kubectl command waits until init containers terminated
2021-12-05 15:44:32 -08:00
Kubernetes Prow Robot
5eede16691
Merge pull request #30730 from sftim/20211404_link_to_page_about_help_and_good_first_issues
...
Link to https://k8s.dev/ docs about good first issues
2021-12-05 15:32:32 -08:00
Kubernetes Prow Robot
4d7746fc1b
Merge pull request #29901 from sftim/20211003_fix_announcement_background
...
Fix gradient background rendering for announcements
2021-12-05 15:22:32 -08:00
Ayushman
3f91237afc
changed links from beta2-beta3 ( #30059 )
...
Signed-off-by: Ayushman <ayushvidushi01@gmail.com>
2021-12-05 15:20:32 -08:00
Kubernetes Prow Robot
fbf753d35e
Merge pull request #29906 from sftim/20211003_fix_cid_class_logic
...
Fix logic for setting cid-* classes
2021-12-05 15:18:32 -08:00
Suvro
a0c6f3fd6f
Replaced annotation with ingressClassName ( #30171 )
...
* Replaced annotation with ingressClassName
Updated content of https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/#using-multiple-ingress-controllers
with ingressClassName which replaces annotations
Signed-off-by: Suvro Ghosh <sughosh@redhat.com>
* Update content/en/docs/concepts/services-networking/ingress-controllers.md
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-12-05 15:14:32 -08:00
Kubernetes Prow Robot
d2d722ae30
Merge pull request #30223 from slayer321/add-volume-example
...
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
prabhsimransingh
5f369513e0
Fixing kubectl cheatsheet run command comment to be more accurate ( #29879 )
...
* Fixing kubectl cheatsheet run command comment to be more accurate
* remove new line
2021-12-05 15:10:32 -08:00
Kubernetes Prow Robot
6ce3307738
Merge pull request #30690 from hangyan/patch-1
...
Remove kompose up and down command doc
2021-12-05 14:58:32 -08:00
Kubernetes Prow Robot
bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
...
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
Tim Bannister
366ae6e48b
Fix IngressClass tabs
2021-12-05 22:27:50 +00:00
Atsushi Nukariya
74cf4ccb13
Apply suggestions from code review
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-06 07:05:33 +09:00
Atsushi Nukariya
b1c4618fbd
Address review's comment
2021-12-06 07:03:41 +09:00
Kubernetes Prow Robot
097bf85ed8
Merge pull request #30722 from amandapunch/update-kubecon-date
...
Update date to mention KubeCon NA 2022
2021-12-05 12:08:32 -08:00
Kubernetes Prow Robot
ec41959cc1
Merge pull request #30134 from ixodie/patch-10
...
Removing GCE bridging/routing config tweaks
2021-12-05 12:06:32 -08:00
Kubernetes Prow Robot
04d4d3e86b
Merge pull request #30517 from sftim/20211117_reorder_storage_concepts
...
Reorder storage concepts
2021-12-05 11:56:32 -08:00
Wang
68d60b76e4
Update content/ja/docs/concepts/extend-kubernetes/operator.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-06 01:45:34 +09:00
Kubernetes Prow Robot
33fec29009
Merge pull request #30707 from sftim/20211201_tweak_ingressclass_params
...
Present scope for IngressClass params using tabs
2021-12-05 06:18:32 -08:00
Kubernetes Prow Robot
163fae3fee
Merge pull request #30736 from Arhell/update
...
[id] updated circtl version
2021-12-05 05:08:32 -08:00
Wang
80750395dd
Update operator.md
2021-12-05 17:12:47 +09:00
Wang
c7e7de3f5c
Update content/ja/docs/concepts/extend-kubernetes/operator.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-05 17:11:57 +09:00
Kubernetes Prow Robot
acac2240e8
Merge pull request #30734 from chenxuc/authn-authz-2
...
[zh] sync auth for 1.22
2021-12-04 17:20:31 -08:00
Arhell
61d8c13028
[id] updated circtl version
2021-12-05 02:45:39 +02:00
Kubernetes Prow Robot
702ae926dd
Merge pull request #30711 from sftim/20211123_improve_hpa_docs
...
Improve docs for HorizontalPodAutoscaler
2021-12-04 07:04:31 -08:00
chenxuc
fdfa669e72
[zh] sync auth for 1.22
2021-12-04 20:36:19 +08:00
Tim Bannister
c1af8d4c1b
Present scope for IngressClass params using tabs
...
Use tabs for the two different options that an IngressClass can use to
refer to another object, in order to specific parameters that relate to
that IngressClass:
- namespaced scope
- cluster scope (the default / historical behavior)
2021-12-04 11:14:13 +00:00
Tim Bannister
2087546633
Link to https://k8s.dev/ docs about good first issues
...
Where we mention the "help" or "good first issue" labels, let's
hyperlink to https://kubernetes.dev/docs/guide/help-wanted/ (our
official page on that topic).
2021-12-04 10:13:50 +00:00
Atsushi Nukariya
d2c1939fce
Apply suggestions from code review
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-04 10:09:16 +09:00
amandapunch
a3cfde913b
Merge branch 'kubernetes:main' into update-kubecon-date
2021-12-03 15:21:37 -08:00
amandapunch
1a3e293393
Update chronological order and remove korean language updates
2021-12-03 15:16:38 -08:00
Bridget Kromhout
cd511eff9c
Adding blog post for dual-stack GA
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com>
2021-12-03 13:06:35 -06:00
Kubernetes Prow Robot
4f193feffe
Merge pull request #30710 from sftim/20211201_improve_probe_documentation
...
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Kubernetes Prow Robot
4d519daf9b
Merge pull request #30724 from fenggw-fnst/fix-server-side-apply
...
[zh] Add translation for the missing sentence
2021-12-03 05:32:26 -08:00
Tim Bannister
e1bf8f22b2
Improve docs for HorizontalPodAutoscaler
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-03 12:11:45 +00:00
ptux
3b816b6c9b
英単語と日本語の間に半角スペースは不要
2021-12-03 19:12:48 +09:00
ptux
4f30c4178c
英文と日本語間のスペースが不要
2021-12-03 18:59:07 +09:00
Guangwen Feng
f6e8932b28
[zh] Add translation for the missing sentence
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-12-03 17:55:07 +08:00
Wang
d197a309e0
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:54:46 +09:00
Wang
874d0e3ed0
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:54:16 +09:00
Wang
5066f13555
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:55 +09:00
Wang
80d7605c23
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:51 +09:00
Wang
bf705ea73e
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:43 +09:00
Wang
8eba8a7528
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:37 +09:00
Wang
7441a69c1e
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:29 +09:00
Wang
3662c0d34f
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:20 +09:00
Wang
5ea6a36bca
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:53:02 +09:00
Wang
5bb8a9a721
Update content/ja/docs/tasks/inject-data-application/distribute-credentials-secure.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-12-03 18:52:35 +09:00
ptux
4cbcca7bfa
秘密-->機密
2021-12-03 18:51:13 +09:00
amandapunch
f7a9e0e729
update date to mention kubecon North America 2022
2021-12-02 20:51:16 -08:00