Tim Bannister
938d569e8e
Add CKS to training page
...
CKS is a two-hour, performance-based certification exam that provides
assurance that a certificant has the skills, knowledge, and competence on
a broad range of best practices for securing container-based applications
and Kubernetes platforms during build, deployment, and runtime. And now
it's live.
2020-11-18 17:38:31 +00:00
Sundeep Malladi
97629eba26
Update configmap.md
2020-11-18 10:40:55 -06:00
Kubernetes Prow Robot
754db5345e
Merge pull request #25089 from scoulomb-dup-fork/cm-cmd-args
...
Improve configmap usage as pod command and args
2020-11-18 06:54:05 -08:00
Kubernetes Prow Robot
8d225a1c73
Merge pull request #25088 from jjasghar/patch-1
...
Update health-checks.md
2020-11-18 06:28:06 -08:00
Qiming Teng
2c38cb1bdc
Tweak page style for resource-bin-packing
2020-11-18 16:34:09 +08:00
Kubernetes Prow Robot
cc0d8b78ad
Merge pull request #25068 from scoulomb-dup-fork/cm
...
Use configmap inside a k8s pod command, as entrypoint is docker specific
2020-11-17 22:54:04 -08:00
ramnar
4ed2587df3
implemented review comments
2020-11-18 10:03:23 +05:30
Kubernetes Prow Robot
606d0da197
Merge pull request #25079 from mysunshine92/update-feature-gates-ServiceAppProtocol
...
Update feature-gates: delete redundant description for ServiceAppProtocol
2020-11-17 18:34:05 -08:00
wangyamei
9ff6274c68
Update feature-gates: delete redundant description for ServiceAppProtocol
2020-11-18 10:12:32 +08:00
Sylvain COULOMBEL
08fbeb5953
Use configmap inside a k8s pod command, as entrypoint is docker specific
2020-11-17 22:34:17 +01:00
nodecaf
24bd49980b
Update taint-and-toleration.md
...
Missing key=value in the key taint removal example
2020-11-18 08:31:36 +11:00
Sylvain COULOMBEL
1ec78b1f28
Improve configmap usage as pod command and args
2020-11-17 21:54:25 +01:00
JJ Asghar
3be56a6099
Update health-checks.md
...
Looks like the formatting for ```shell isn't outputting correctly on the page.
Signed-off-by: JJ Asghar <jjasghar@gmail.com>
2020-11-17 14:45:19 -06:00
Kubernetes Prow Robot
de6d96dc5c
Merge pull request #25083 from eyenx/patch-2
...
Update dead Link to Docker EE Installation
2020-11-17 10:58:05 -08:00
SHARATH ARADHYAMATH
983df6134c
Fix typo in container restart policy #25041
...
Issue: https://github.com/kubernetes/website/issues/25041
Description: Missing space in the word "forthat", it should be "for that".
Fix: Fixed the missing space in "forthat" under the topic "Container restart policy".
Doc link: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
2020-11-17 20:11:39 +05:30
Toni Tauro
ccbab9c9d6
Update dead Link to Docker EE Installation
...
Link to official documentation. Mirantis Link is dead (404)
2020-11-17 14:33:43 +01:00
Kubernetes Prow Robot
ce40d8da83
Merge pull request #24538 from Cweiping/feature/fix_node-conformance_apiserver_adress_error
...
fix node-conformance apiserver adress flag error
2020-11-16 18:46:04 -08:00
Weiping Cai
e245787641
fix node-conformance apiserver adress error
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-11-17 10:11:45 +08:00
Kubernetes Prow Robot
e5f81e70fa
Merge pull request #25050 from pierrchen/etcdSetup
...
kubeadm: add instruction to check kubelet status
2020-11-16 16:22:05 -08:00
Tim Bannister
304661b156
Update cluster auditing task page
...
Tidying; also drop details of third-party audit configuration
- aggregated API servers
- remove examples of log shipping with fluentd and Logstash
These examples would find a better home in a blog article or elsewhere
on the web. For example, a new blog article that provides detailed
advice about how to deploy log aggregation, configure log shipping into
the aggregator, and protect the audit logs from tampering.
2020-11-16 22:34:04 +00:00
Lubomir I. Ivanov
c6ac783000
manual-rotation-of-ca-certificates: use kube-controller-manager naming
2020-11-16 23:09:07 +02:00
Lubomir I. Ivanov
61e330d06d
manual-ca-rotation: adjust note for "--client-ca-file"
...
- Instead of telling the users to remove the flag, tell them
that they can point to a copy of the new CA for --client-ca-file
--cluster-signing-cert-file that is not in a bundle with the old CA.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cmanual-ca-rotation: adjust note for "--client-ca-file"
- Instead of telling the users to remove the --client-ca-file flag,
tell them that they can point to a copy of the new CA.
Mention the same for --cluster-signing-cert-file.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cluster-signing-cert-file and bundles
we can add that at some point.
2020-11-16 23:09:07 +02:00
Bin Chen
74243e9397
kubeadm: add instruction to check kubelet status
...
kubelet can fail to start due to various reason, e.g mismatching cgroup
drivers. Add this step to save user from having to go back and check when
found etcd cluster is not running successfully.
2020-11-16 19:50:31 +11:00
Kubernetes Prow Robot
8540e67a0b
Merge pull request #25004 from celestehorgan/techdocs-7
...
Use k8s more widely
2020-11-15 13:31:03 -08:00
Andrei Kvapil
798b5c9f2a
Add missing steps to configure konnectivity-server ( #24141 )
...
* Add missing steps to configure konnectivity-server
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* update konnectivity manifests
* remove tcp configuration
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-12 23:52:23 -08:00
Celeste Horgan
cf76fafcff
Use k8s more widely
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-11-12 10:43:46 -08:00
Tim Bannister
0302b2d362
Add 3rd party content warning to Ingress Controllers concept
2020-11-12 17:53:41 +00:00
Song Shukun
591e1b94fd
fix docs/tutorials/stateful-application/zookeeper.md
2020-11-12 20:06:54 +09:00
Kubernetes Prow Robot
23e77fd5a6
Merge pull request #24974 from zaheerm/patch-1
...
Correct link to external-storage
2020-11-11 18:14:50 -08:00
Tim Bannister
daa2c4718d
Fix branch name advice
...
Fixup for commit 28c8c2e9b2
2020-11-11 23:35:06 +00:00
Arhell
f41b214818
fix branch name
2020-11-12 01:24:31 +02:00
Arhell
7c2f959048
fix branch name
2020-11-12 01:09:02 +02:00
Arhell
96a86da7c1
fix branch name
2020-11-12 01:02:31 +02:00
Zaheer Merali
e3db381880
Move link away from deprecated external-storage repo
2020-11-11 14:54:45 +00:00
Kubernetes Prow Robot
96469d515e
Merge pull request #24567 from saintmalik/fix-url-bug
...
Fix broken url in docs
2020-11-10 19:37:48 -08:00
Kubernetes Prow Robot
56cf8f59f0
Merge pull request #24424 from sftim/20201007_large_cluster_guidance
...
Revise large cluster guidance
2020-11-10 18:37:48 -08:00
Kubernetes Prow Robot
6d90079245
Merge pull request #23842 from tengqm/improve-sa-admin
...
Improve ServiceAccount administration doc
2020-11-10 18:25:48 -08:00
Zaheer Merali
927a127b48
Correct link to external-storage
2020-11-10 17:07:06 +00:00
ramnar
ba4b043336
updated review comments
...
updated review comments
2020-11-10 07:08:40 +05:30
ramnar
18e4eaff07
implemented feedback
...
implemented feedback
2020-11-10 07:05:16 +05:30
Song Shukun
f3d1fd3351
fix link in /docs/tutorials/stateful-application/zookeeper.md
2020-11-09 18:12:49 +09:00
Kubernetes Prow Robot
358bc69dde
Merge pull request #24878 from ebriand/patch-5
...
Update default admission plugins for 1.19
2020-11-08 12:07:37 -08:00
Kubernetes Prow Robot
1db894c643
Merge pull request #24894 from tengqm/zh-sync-resource-quota
...
[zh] Sync changes to docs/concepts/policy/resource-quotas.md
2020-11-08 12:05:37 -08:00
Kubernetes Prow Robot
1d5ecc7af8
Merge pull request #24936 from ruiwen-zhao/qos
...
Explicitly mention init containers in the QoS doc
2020-11-07 23:35:37 -08:00
Qiming Teng
4bf6c16cca
[zh] Sync changes to docs/concepts/policy/resource-quotas.md
...
Also fixed a nit in English version.
2020-11-08 10:50:16 +08:00
ruiwen-zhao
75456274f9
Explicitly mention init containers in the QoS doc
2020-11-06 19:19:38 +00:00
Chris Bowzer
975cf8c261
Fix formatting issue in Compute Resource Quota documentation
2020-11-06 10:52:47 -08:00
Tim Bannister
f80591272c
Add advice about control plane resilience for large clusters
2020-11-05 17:33:39 +00:00
Tim Bannister
0600eaedde
Reword “Building large clusters”
...
The existing page had lots of references to specific products. Those
references aren't in line with the current content guide, so I cut them
out.
I then reshaped the page to be a general set of advice about managing
and running large clusters.
2020-11-05 17:33:39 +00:00
Eric Briand
cee9e620ca
Use different wording to not quote current version
2020-11-05 17:21:08 +01:00
Kubernetes Prow Robot
51a541c161
Merge pull request #24890 from russellb/ovn-kube
...
Add OVN-Kubernetes to list of cluster add-ons
2020-11-04 23:46:52 -08:00
Kubernetes Prow Robot
06f22a2dc5
Merge pull request #24855 from BenTheElder/patch-1
...
fix kind download link
2020-11-04 16:28:52 -08:00
Kubernetes Prow Robot
afa5196363
Merge pull request #24825 from novas0x2a/patch-1
...
document HPA's implicit deactivation
2020-11-04 16:26:53 -08:00
Russell Bryant
21b52415e0
Add OVN-Kubernetes to list of cluster add-ons
...
OVN-Kubernetes is another network provider for Kubernetes. Add it to the list
of other similar add-ons.
2020-11-04 17:09:06 -05:00
Kubernetes Prow Robot
04787a1903
Merge pull request #24865 from Arhell/fix-heading
...
fix heading level
2020-11-04 12:36:53 -08:00
Kubernetes Prow Robot
787ba6e147
Merge pull request #24886 from thockin/kep-1659-doc-topology-labels
...
KEP 1659 topology labels, small revert
2020-11-04 12:24:53 -08:00
Kubernetes Prow Robot
9f2d0825ff
Merge pull request #24880 from inductor/add_eu2021
...
Add link to KubeCon Virtual EU 2021
2020-11-04 10:46:53 -08:00
Tim Hockin
6fdb3e10d7
Revert storage-related topology changes
2020-11-04 09:01:42 -08:00
Jakob
8c68745c0f
improve structure of finalizer section in CRD guide ( #24851 )
...
- It's now more precise regarding the format of finalizers (which have to
consist of a namespace and a name, separated by a forward slash or they
will get rejected by the apiserver, with the exception of built in ones)
- It's less repetitve in general
2020-11-04 08:00:05 -08:00
Kubernetes Prow Robot
c779b2152b
Merge pull request #24783 from thockin/kep-1659-doc-topology-labels
...
Better docs for standard topology labels
2020-11-04 07:38:04 -08:00
inductor
ace3ea8d1a
Add link to KubeCon Virtual EU 2021
2020-11-04 20:38:16 +09:00
Eric Briand
c869ef67a8
Update default admission plugins for 1.19
2020-11-04 09:56:20 +01:00
Kubernetes Prow Robot
5199878fb2
Merge pull request #24768 from kbhawkey/kb-content-third-party-cleanup-1
...
clean up turnkey cloud solutions
2020-11-04 00:46:04 -08:00
Kubernetes Prow Robot
6691d8e7b2
Merge pull request #24863 from povsister/signing-duration
...
Fix experimental flag example
2020-11-03 18:32:03 -08:00
Karen Bradshaw
a8f07b6a1b
modify width of iframe
2020-11-03 16:24:20 -05:00
Karen Bradshaw
1e1e016d17
testing landscape shortcode
2020-11-03 15:52:15 -05:00
Karen Bradshaw
dd618cff39
clean up turnkey cloud solutions
2020-11-03 15:40:26 -05:00
Kubernetes Prow Robot
a31ed022c1
Merge pull request #24014 from Arhell/upd-training
...
add cncf-landscape shortcode for training page
2020-11-03 12:38:04 -08:00
Tim Hockin
300c2e8545
Better docs for standard topology labels
...
As per KEP 1659, topology labels are now more formalized. Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Kubernetes Prow Robot
0f9296f450
Merge pull request #24866 from alculquicondor/fix-default-spread-state
...
Fix feature state for cluster-level default topology spread
2020-11-03 06:50:16 -08:00
Aldo Culquicondor
eda7a79ea2
Fix feature state for cluster-level default topology spread
...
The configuration is part of the PodTopologySpread feature
(previously known as EvenPodsSpread)
2020-11-03 09:29:27 -05:00
Arhell
08b566111d
fix heading level
2020-11-03 10:54:58 +02:00
povsister
3189bdf52a
Fix experimental flag example
2020-11-03 14:30:44 +08:00
Christoph Blecker
dbdea6b354
new blog post: Remembering Dan Kohn
2020-11-02 15:44:33 -08:00
Benjamin Elder
674e1ee90f
fix download link
...
without comment on the article, addressing https://github.com/kubernetes/kubernetes/issues/96086 🙃
2020-11-02 13:42:43 -08:00
Kubernetes Prow Robot
dc5093f2f2
Merge pull request #24819 from doug-fish/master
...
Add missing space
2020-11-02 07:24:54 -08:00
Kubernetes Prow Robot
6a887a3204
Merge pull request #24841 from sftim/20201101_fix_container_runtime_apt_pgp_key_instructions
...
Fix incorrect instructions for adding PGP keys to APT
2020-11-02 06:48:53 -08:00
Tim Bannister
dbb93e842e
Fix incorrect instructions for adding PGP keys to APT
2020-11-01 23:18:05 +00:00
Mike Lundy
862482e4d1
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-31 12:00:00 -07:00
Pankaj Kumar
b05f84778b
Updated _index.md to remove duplicate lines
...
Removed duplicate lines in the documentation.
2020-10-31 11:46:33 +05:30
Mike Lundy
0f4db0dc90
document HPA's implicit deactivation
2020-10-30 14:56:32 -07:00
Kubernetes Prow Robot
fe76436eba
Merge pull request #24780 from anwesh-b/patch-1
...
Update container-runtimes.md
2020-10-30 13:12:52 -07:00
Kubernetes Prow Robot
2bc2e8fda0
Merge pull request #24528 from sftim/20201012_add_object_to_glossary
...
Add object to glossary
2020-10-30 12:20:38 -07:00
doug-fish
9f052f96d4
Add missing space
2020-10-30 10:49:13 -05:00
Arhell
59cdc2aaec
add cncf-landscape shortcode for training page
2020-10-30 02:07:55 +02:00
Kubernetes Prow Robot
7ffb2882df
Merge pull request #24728 from nate-double-u/23055-copy-update
...
Copy updates for k8s.io/docs/concepts/containers/images/
2020-10-29 14:18:06 -07:00
Anwesh Budhathoki
b45a679d36
Update container-runtimes.md
...
Added few lines to help people understand the procedure
2020-10-29 20:42:46 +05:45
Karen Bradshaw
1c8429a173
fix csimigration feature state
2020-10-29 10:42:44 -04:00
Kubernetes Prow Robot
270e0b5996
Merge pull request #24730 from lmm/update-calico
...
Update Calico description on 'Cluster Networking' page
2020-10-29 07:02:59 -07:00
Carl Henrik Lunde
1d08f1f6fa
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
...
AWS ALB Ingress Controller is now renamed to AWS Load Balancer Controller
2020-10-29 13:38:04 +01:00
Kubernetes Prow Robot
7da692f67e
Merge pull request #24770 from clearbjli/patch-1
...
Wrong argument order for apt-key. Fails on Ubuntu 20.04.1 LTS
2020-10-29 02:04:59 -07:00
Qiming Teng
ab58775702
Add secret type documentation
2020-10-29 09:26:44 +08:00
Laurence Man
7f94c0e4a4
Update Calico description based on feedback
2020-10-28 12:00:23 -07:00
Kubernetes Prow Robot
84b3e50605
Merge pull request #24764 from adtac/pts1
...
pod topology spread: add note about GA and feature gates
2020-10-28 07:35:56 -07:00
Adhityaa Chandrasekar
ede08e612b
pod topology spread: add note about GA and feature gates
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-10-28 13:53:32 +00:00
ramnar
bc2b4f2e5b
implemented review comments
...
implemented review comments
2020-10-28 07:28:32 +05:30
KilimAnnejaro
6aee0699e2
moving use cases up
2020-10-27 20:50:49 -05:00
KilimAnnejaro
7f5f3cb00e
responding to comments
2020-10-27 20:15:09 -05:00
KilimAnnejaro
1d809aabd6
use cases for volume snapshot
2020-10-27 18:28:30 -05:00
clearbjli
8f352ff829
Update container-runtimes.md
...
--keyring option to apt-key must come before the "add" command. Otherwise this step will fail (verified on Ubuntu 20.04.1 LTS).
2020-10-27 13:11:00 +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
Laurence Man
36a42bf4a1
Update Calico description on 'Cluster Networking' page
2020-10-26 13:14:01 -07:00
Karen Bradshaw
3f5d599921
testing styling of resources, plugins, drivers
2020-10-26 14:04:55 -04:00
Qiming Teng
79e2df20b0
Fix smoke test doc
2020-10-26 16:50:29 +08:00
Kubernetes Prow Robot
fe005183f0
Merge pull request #24685 from mbelsky/mbelsky-patch-1
...
Reduce steps count to list the env vars
2020-10-25 04:21:00 -07:00
ramnar
177fb0d6f2
implementing review comments
...
implementing review comments
2020-10-25 16:05:29 +05:30
ramnar
18eb0bfc02
commands to create job and cronjob
2020-10-24 10:36:54 +05:30
rob
d71c214426
fix KubeSchedulerConfiguration syntax
2020-10-23 12:10:38 -10:00
Max Belsky
8cc80bf469
Update content/en/docs/tasks/inject-data-application/define-environment-variable-container.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-23 10:51:14 +03:00
Arhell
8ad50bdf5e
fix Docker file link
2020-10-23 01:10:48 +03:00
Michael Hofer
b0bf75ccad
Docs: Restore PR24605, update containerd systemd configuration ( #24687 )
2020-10-22 10:39:35 -07:00
Kubernetes Prow Robot
167a19e0b8
Merge pull request #24682 from DKImprowised/patch-1
...
Update configure-access-multiple-clusters.md
2020-10-22 06:47:35 -07:00
Noah Kantrowitz
fcdcfba359
Containers don't get their own CPU ( #24659 )
...
* 🐛 Containers don't get their own CPU
This is overly broad, in all default setup containers all share the underlying host CPUs so I wouldn't say they "have their own".
* Change wording to "share of CPU" to more closely reflect reality.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-22 06:45:36 -07:00
Kubernetes Prow Robot
ab2ba4d533
Merge pull request #24680 from tengqm/links-reference
...
Fix links in reference section
2020-10-22 06:43:35 -07:00
Max Belsky
dccbc5f3cd
Reduce steps count to list the env vars
2020-10-22 16:42:36 +03:00
Kubernetes Prow Robot
fe90f65e6a
Merge pull request #24677 from tengqm/links-concepts
...
Fix links in concepts section
2020-10-22 06:41:35 -07:00
Kubernetes Prow Robot
b2c714b279
Merge pull request #24678 from tengqm/links-tasks
...
Fix links in the tasks section
2020-10-22 02:09:35 -07:00
dharmendraImprowised
d8912d5da1
Update configure-access-multiple-clusters.md
2020-10-22 14:28:47 +05:30
Kubernetes Prow Robot
6769ae6954
Merge pull request #24679 from tengqm/links-contribute
...
Fix links in contribute section
2020-10-22 01:11:35 -07:00
Kubernetes Prow Robot
7a31c1045b
Merge pull request #24681 from tengqm/links-tutorials
...
Fix links in tutorials section
2020-10-22 01:05:35 -07:00
Qiming Teng
774594bf15
Fix links in tutorials section
2020-10-22 15:27:40 +08:00
Qiming Teng
00fd1a68f2
Fix links in reference section
2020-10-22 15:19:30 +08:00
Qiming Teng
972b2c5c40
Fix links in contribute section
2020-10-22 15:11:11 +08:00
Qiming Teng
740eb340d4
Fix links in the tasks section
...
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/ `.
2020-10-22 15:01:45 +08:00
Kubernetes Prow Robot
f34f99d4f4
Merge pull request #24675 from tengqm/fix-code-lang-type
...
Tweak coding styles for guestbook logging tutorial
2020-10-21 23:45:35 -07:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Qiming Teng
cebcdf5fca
Tweak coding styles for guestbook logging tutorial
2020-10-22 11:54:28 +08:00
Michael McCune
de655df255
fix case for scale subresource fields
...
This change corrects the capitalization for the code blocks referring to
`statusReplicasPath` and `labelSelectorPath` to make the descriptive
text consistent with the code values.
2020-10-21 12:37:58 -04:00
Kubernetes Prow Robot
09f5c42d59
Merge pull request #24619 from neha-viswanathan/24380-remove-k8s-incubator
...
update kubernetes-incubator references
2020-10-21 07:28:20 -07:00
Tim Bannister
4e0b662954
Tweak docs about Kubernetes API versions
...
Co-authored-by: Karen Bradshaw <kbhawkey@gmail.com>
2020-10-21 15:07:46 +01:00
Kubernetes Prow Robot
df0f955bca
Merge pull request #24527 from sftim/20201012_controller_concept_provide_direct_control_example
...
Provide example of direct control for Controller concept
2020-10-21 06:32:20 -07:00
Neha Viswanathan
a8b6551c22
update kubernetes-incubator references
2020-10-20 23:10:28 -07:00
Qiming Teng
2ff3d1f7d3
Improve ServiceAccount administration doc
...
This PR fixes some nits in the doc and slightly revised the content to
conform to content guidelines.
2020-10-21 10:47:08 +08:00
Tim Bannister
78351ecaf5
Transfer “Controlling Access to the Kubernetes API” to the Concepts section
...
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
Tim Bannister
3edb970570
Move API overview to be a Docsy section overview
2020-10-20 23:41:54 +01:00
Kubernetes Prow Robot
dca2fe651a
Merge pull request #24530 from sftim/20201012_revise_getting_started_container_runtimes
...
Revise “Container runtimes” page in Getting Started section
2020-10-20 15:28:19 -07:00
Tim Bannister
a766d28b30
Provide example of direct control for Controller concept
2020-10-20 23:26:46 +01:00
Kubernetes Prow Robot
110cf67256
Merge pull request #24644 from userravs/patch-1
...
Fix container-runtimes.md repos Debian/Ubuntu
2020-10-20 15:10:20 -07:00
Kubernetes Prow Robot
216f9569bb
Merge pull request #23708 from habibrosyad/gh-23660
...
Improve maintainability of Case Studies styling
2020-10-20 15:04:19 -07:00
Tim Bannister
0c9a8e8242
List container runtimes in alphabetical order
2020-10-20 22:56:01 +01:00
Tim Bannister
6b0165e7b5
Improve advice for configuring PGP keys for APT
...
The Debian tool, APT, lets you write GPG keyrings into a file per
trusted source, inside /etc/apt/trusted.gpg.d
Recommend that approach, as it is easier to manage.
2020-10-20 22:54:31 +01:00
Tim Bannister
0f0e87ac53
Revise “Container runtimes” getting started guide
...
- Reword page introduction.
- Match headings to contents; before, headings were sometimes followed
first by unrelated text and then, with no clear divider, text that did
not relate to the heading.
- Remove Fracti link (not in line with content guide).
2020-10-20 22:54:30 +01:00
Kubernetes Prow Robot
7286b30bef
Merge pull request #24649 from wasosa/patch-1
...
Fix small typo: is updates --> is updated
2020-10-20 14:32:23 -07:00
Kubernetes Prow Robot
ac8ce96c08
Merge pull request #24653 from jpetazzo/clarify-csr-cluster-signing-duration
...
Clarify expiration of certificates signed by kube-controller-manager
2020-10-20 14:28:19 -07:00
Kubernetes Prow Robot
5bc1e3cdb8
Merge pull request #23770 from tengqm/improve-resourcequota-concept
...
Improve resource quota concepts
2020-10-20 14:16:19 -07:00
Jerome Petazzoni
1932647552
Clarify expiration/lifetime of certificates signed by kube-controller-manager
...
The current wording of the documentation suggests that the duration/expiration
of the certificates can be changed by asking a specific time in the CSR. While
it's technically possible to specify a duration (e.g. as a custom annotation),
there is no agreed-upon method to do so, and the built-in signer uses a fixed
expiration time anyway.
This clarifies the situation.
See kubernetes/kubernetes#92678 for discussion.
Signed-off-by: Jerome Petazzoni <jerome.petazzoni@gmail.com>
2020-10-20 22:37:25 +02:00
Kubernetes Prow Robot
df5f80f69b
Merge pull request #24604 from mdgrotheer/patch-1
...
Update authentication.md
2020-10-20 11:48:19 -07:00
Jordan Liggitt
92f837d4b2
Clarify external kubelet server approver requirements
2020-10-20 14:09:35 -04:00
Kubernetes Prow Robot
ea1dfd2384
Merge pull request #24594 from tengqm/improve-csr
...
Style tweaking for CSR reference page
2020-10-20 03:10:07 -07:00
Walter Sosa
0948cf981e
Fix small typo: is updates --> is updated
2020-10-19 23:54:53 -07:00