BartoszCki
5c8f26e6d6
Fix a typo
2020-08-27 15:23:55 +02:00
Kubernetes Prow Robot
46bd27df8f
Merge pull request #23438 from wangxy518/patch-7
...
Update container-runtimes.md
2020-08-26 19:13:03 -07:00
wangxy518
7e6e7b6f46
Update configmap.md
2020-08-27 09:18:44 +08:00
Kubernetes Prow Robot
fc3a6220bf
Merge pull request #23096 from sftim/20200812_tidy_troubleshooting
...
Tidy troubleshooting task
2020-08-26 15:01:02 -07:00
Kubernetes Prow Robot
02767f7a3a
Merge pull request #23066 from jayunit100/patch-4
...
Clarify the 3 primitives used for defining policy targets
2020-08-26 14:59:03 -07:00
Kubernetes Prow Robot
f6ffc7c881
Merge pull request #23028 from sftim/20200808_fix_glossary_definition_shortcode
...
Fix glossary definition shortcode
2020-08-26 14:57:04 -07:00
Kubernetes Prow Robot
70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
...
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Kubernetes Prow Robot
723b0863c6
Merge pull request #22754 from sftim/20200726_document_customresourcedefinition_stable
...
Document CustomResourceDefinition as stable
2020-08-26 14:53:03 -07:00
Kubernetes Prow Robot
06a9e0f39d
Merge pull request #22490 from missingcharacter/patch-1
...
Remove `cluster/update-storage-objects.sh` reference
2020-08-26 14:51:04 -07:00
Kubernetes Prow Robot
51eb0ded62
Merge pull request #23461 from mkorbi/update-release-blog-1.19
...
fix release blog 1.19
2020-08-26 14:21:03 -07:00
Somtochi Onyekwere
40d9c0f111
Some more corrections
2020-08-26 22:18:31 +01:00
Max Körbächer
e0aaeb1832
fix date
2020-08-26 23:04:24 +02:00
Kubernetes Prow Robot
5a1cbbae00
Merge pull request #23116 from bgsilvait/patch-1
...
Update manifests with the correct API version
2020-08-26 14:00:21 -07:00
Jim Angel
486a64d2f7
Merge pull request #23405 from mkorbi/release-blog-1.19
...
Add blog article for v1.19 release
2020-08-26 15:16:12 -05:00
Daniel Mendes
691ca62bb3
Update content/en/docs/reference/kubectl/jsonpath.md
...
Co-authored-by: Daniel Smith <dbsmith@google.com >
2020-08-26 19:55:51 +02:00
Daniel Mendes
5a4c534e57
Update content/en/docs/reference/kubectl/jsonpath.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-08-26 19:55:26 +02:00
Max Körbächer
0d9be0abd5
add release logo
2020-08-26 15:09:57 +02:00
Somtochi Onyekwere
4339d17460
Fixes some nits
2020-08-26 07:13:54 +01:00
wangxy518
a88b2340aa
Update container-runtimes.md
2020-08-26 09:07:48 +08:00
Max Körbächer
b60b26c6ee
update release notes link
2020-08-25 21:23:13 +02:00
Max Körbächer
152cbf5b02
update post, add release logo text
2020-08-25 21:09:10 +02:00
Somtochi Onyekwere
8f708911d6
Add blog post: GSoC ‘20 - Building operators for cluster addons
2020-08-25 18:11:02 +01:00
Max
afc5b0f4b7
fix headlnines
2020-08-25 08:32:30 +02:00
Max
d4dff71be3
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:28:55 +02:00
Max
e686b614f9
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:28:45 +02:00
Max
ce4863985e
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:28:33 +02:00
Max
ef29365736
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:28:25 +02:00
Max
e8d7bf0dcf
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:28:18 +02:00
Max
12b114559d
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:28:10 +02:00
Max
163541c6b9
Update content/en/blog/_posts/2020-08-25-kubernetes-release-1.19.md
...
Co-authored-by: Bob Killen <killen.bob@gmail.com >
2020-08-25 08:27:56 +02:00
Kenichi Omichi
54471cde97
Update the link of kustomization file
...
The page of kustomize/docs/glossary.md has been moved from
https://github.com/kubernetes-sigs/kustomize to
https://kubernetes-sigs.github.io/kustomize/api-reference/glossary/
This updates the link.
2020-08-24 23:51:52 +00:00
Max Körbächer
4c391b459b
add cncf update and title
2020-08-24 21:48:26 +02:00
Andrew Garrett
22a5ff9fdb
Fix ambiguity around behavior of preStop hook
...
When the previous paragraph says that postStart hooks are
fired asynchronously, and this paragraph says "the behavior is
much the same for preStop hooks," it reads as saying that
preStop hooks are fired asynchronously as well–which is not true.
It also seems prudent to give a concrete example of how
terminationGracePeriodSeconds applies to the total time it takes the
preStop hook and the container shutdown to happen.
2020-08-24 12:09:11 -07:00
Max Körbächer
17a09045cc
init release post
2020-08-24 12:57:25 +02:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
jay vyas
cace35ea04
Clarify the 3 primitives used for defining policy targets
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-08-23 05:11:12 -04:00
Kubernetes Prow Robot
e258284e9d
Merge pull request #23090 from pjhwa/fix-23089
...
Fix issue with k8s.io/docs/concepts/configuration/secret/
2020-08-22 08:19:39 -07:00
Tim Bannister
85aaea2a99
Document CustomResourceDefinition as stable
...
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com >
2020-08-22 14:14:47 +01:00
Kubernetes Prow Robot
4355b7506a
Merge pull request #23288 from reylejano-rxm/api-link-fix
...
Fix links for component config API for v1alpha1 and v1alpha2 on Scheduling Profiles page
2020-08-21 16:59:39 -07:00
Kubernetes Prow Robot
dd0fed8309
Merge pull request #23306 from reylejano-rxm/controller-page-fix
...
Update links to k8s control plane and k8s objects on controller page
2020-08-21 12:49:42 -07:00
reylejano-rxm
4caacbaf6b
Update links to k8s control plane and k8s objects on controller page
...
Fix link to k8s control plane
2020-08-21 12:08:05 -07:00
reylejano-rxm
0005d9be1f
Fix links for component config API links for v1alpha1 and v1alpha2 on the Scheduling Profiles reference page
...
Hard coded api version in link
2020-08-21 10:46:41 -07:00
Kubernetes Prow Robot
ac70c45ecf
Merge pull request #21274 from sftim/20200520_blog_article_avoid_permabeta
...
Add blog article for Require Transition from Beta
2020-08-21 08:55:40 -07:00
Kubernetes Prow Robot
6005510284
Merge pull request #22968 from blueabysm/fix-links-which-pointed-to-unavailable-location
...
Fix links which pointed to unavailable location
2020-08-21 07:35:40 -07:00
Kubernetes Prow Robot
3052197b1d
Merge pull request #23277 from alombardo4/patch-1
...
Fix typo in resource unit documentation.
2020-08-21 06:55:40 -07:00
Alec Lombardo
e9c9b557fa
Fix typo in resource unit documentation.
...
The spec specified a "plain integer or as a fixed-point integer", but a fixed-point number is the correct terminology.
As such, 1.7Gi and 1Gi should both work.
2020-08-21 09:32:42 -04:00
Kubernetes Prow Robot
8d56047830
Merge pull request #23084 from robscott/endpointslice-duplication
...
Documenting EndpointSlice deduplication requirements
2020-08-21 04:33:39 -07:00
reylejano-rxm
ec27c6cb83
Update link to Weave Net's Integrating Kubernetes via the Addon page
2020-08-20 21:24:04 -07:00
Rob Scott
9bca5270fe
Documenting EndpointSlice deduplication requirements
2020-08-20 15:53:35 -07:00
Kubernetes Prow Robot
427dda53b8
Merge pull request #23270 from lostsquirrel/patch-3
...
Remove the unessary code type
2020-08-20 15:27:40 -07:00