4963 Commits

Author SHA1 Message Date
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
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
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 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
Kubernetes Prow Robot 16af4f29eb Merge pull request #23241 from Evalle/ISSUE-23240
Revise full link target for kube-apiserver glossary term
2020-08-20 15:25:40 -07:00
lostsquirrel 426e44bbad remove the non paire parenthese 2020-08-20 16:24:10 +08:00
lostsquirrel fdade94ecb Remove the unessary code type
According to the rest part of this article. the `shell` for the output of command might be omitted
2020-08-20 16:16:36 +08:00
Kubernetes Prow Robot 713f0f5e3a Merge pull request #22959 from tabbysable/master
Correct Privilege Escalation section
2020-08-19 10:29:22 -07:00
Evgeny Shmarnev 415cdad766 Revise full link target for kube-apiserver glossary term 2020-08-19 15:23:45 +02:00
M. Habib Rosyad 81099e796d remove CI/CD Pipeline section in tutorials 2020-08-19 10:31:15 +07:00
Tim Bannister 420155905a Fix cluster auditing task page 2020-08-19 00:29:06 +01:00
Becca Bau f6eafd9480 Update content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md
Avoiding Latin phrasing

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-08-18 18:32:45 -04:00
Andrei Kvapil b9bc797a9f Specify service-cluster-ip-range for apiserver 2020-08-18 23:39:12 +02:00
Kubernetes Prow Robot 3093547754 Merge pull request #23187 from shumiao/patch-2
fix a minor typo "scopes," -> "scopes",
2020-08-18 14:35:12 -07:00
Kubernetes Prow Robot 7c58cdb148 Merge pull request #23162 from habibrosyad/gh-23152
fix example in k8s.io/docs/setup/release/version-skew-policy
2020-08-18 14:33:10 -07:00
Kubernetes Prow Robot 18003b508a Merge pull request #23130 from DirtySoc/patch-1
Update images.md
2020-08-18 14:31:11 -07:00
Kubernetes Prow Robot 253e7e8cf3 Merge pull request #23111 from maelfosso/patch-1
Update container-lifecycle-hooks.md : PostStart section
2020-08-18 14:29:11 -07:00
Kubernetes Prow Robot 6ff2fddb38 Merge pull request #23103 from zionwu/fix-binpack
Fix wrong number in example of resource-bin-packing.md
2020-08-18 14:27:11 -07:00
Zach Corleissen 773999241c Update content/en/docs/concepts/containers/images.md 2020-08-18 14:26:30 -07:00
Kubernetes Prow Robot dc526445a1 Merge pull request #23049 from scoulomb/source-ip
Modify wget comment so that 10.0.170.92 refers to ClusterIP of the service and not the PodIP
2020-08-18 14:25:11 -07:00
Kubernetes Prow Robot 67862b3abd Merge pull request #22939 from lopes22/patch-1
Update pod-lifecycle.md
2020-08-18 14:23:11 -07:00
Zach Corleissen bf37bf0498 Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md 2020-08-18 14:15:30 -07:00
Kubernetes Prow Robot 143405e792 Merge pull request #22822 from mokua/patch-8
Update custom-resource-definitions.md
2020-08-18 14:13:10 -07:00
Daniel Mendes 6262a5dae3 Update jsonpath.md 2020-08-18 19:59:10 +02:00
Kubernetes Prow Robot f169e99fee Merge pull request #22043 from sftim/20200624_update_documentation_section_page_headers
Remove hero header from documentation section
2020-08-18 09:15:31 -07:00
Tim Bannister c7ee5d798c Remove hero header from documentation section 2020-08-18 11:13:06 +01:00
Stefano Charissis e6b0465427 Update nodes.md
Corrected a small syntactical error.
2020-08-18 12:30:45 +10:00
Kubernetes Prow Robot 46ba0021a1 Merge pull request #23000 from haircommander/fix-crio-docs
Fix CRI-O installation information
2020-08-17 13:33:30 -07:00
Peter Hunt ed4506ca90 Fix CRI-O installation information
update Ubuntu, CentOS and Debian installation instructions
add Fedora instructions

Signed-off-by: Peter Hunt <pehunt@redhat.com>
2020-08-17 15:06:18 -04:00
Kubernetes Prow Robot a2096d134e Merge pull request #22927 from dba-git/patch-1
grammar and syntax errors
2020-08-16 23:16:18 -07:00
Kubernetes Prow Robot 5a7b92971c Merge pull request #22764 from vincenthcui/master
update default config for Openstack Cloud Controller Manager since v1.17.0 version release
2020-08-16 20:00:18 -07:00
shumiao 0519271bb4 fix a minor typo "scopes," -> "scopes", 2020-08-16 18:17:35 -07:00
Kubernetes Prow Robot 9c585bcafb Merge pull request #23169 from hiramf/patch-1
remove rkt reference
2020-08-16 14:26:18 -07:00
Kubernetes Prow Robot 4a4e84e479 Merge pull request #21284 from MorrisLaw/remove-third-party-vendors
Remove third-party vendors from cloud provider docs
2020-08-16 14:24:18 -07:00
Kubernetes Prow Robot a860aee1d7 Merge pull request #23073 from habibrosyad/patch-22980
Relocate 'qosClass' under 'status' in examples
2020-08-16 14:22:18 -07:00
Kubernetes Prow Robot 7c39165d67 Merge pull request #23053 from shuuji3/en/fix-code-block-volume-snapshot
Fix the code block on concepts/storage/volume-snapshots page
2020-08-16 14:20:18 -07:00
Kubernetes Prow Robot 8c60bd2208 Merge pull request #22975 from kbhawkey/kb-fix-heading-cheatsheet
remove extra title in kubectl cheatsheet
2020-08-16 14:10:18 -07:00
Hiram Foster 74ed545285 remove rkt reference 2020-08-15 18:55:49 -04:00
Hiram Foster 1d60018620 remove rkt reference
Project has ended
2020-08-15 18:31:23 -04:00