Kubernetes Prow Robot
a10fb8d3ef
Merge pull request #25181 from shuuji3/en/replace-openid-diagram-with-mermaid
...
Replace the sequence diagram on authentication page using Mermaid
2020-11-25 16:54:20 -08:00
Kubernetes Prow Robot
a27c157ef7
Merge pull request #24701 from ramnar/patch-1
...
commands to create job and cronjob
2020-11-25 16:14:19 -08:00
Kubernetes Prow Robot
b267e6d1d0
Merge pull request #25165 from m-yosefpor/master
...
CustomResourceDefaulting promoted to GA
2020-11-24 01:09:01 -08:00
Kubernetes Prow Robot
2c1667062b
Merge pull request #25155 from apelisse/patch-2
...
Replace incorrect `granular` by `set/map`
2020-11-23 11:31:01 -08:00
TAKAHASHI Shuuji
b5c0e5ea14
Replace the diagram on authentication page with the one by mermaid.
2020-11-23 14:12:21 +09:00
Mohammad Yosefpor
5f5128fe5e
CustomResourceDefaulting promoted to GA
2020-11-22 18:16:30 +03:30
Kubernetes Prow Robot
80efb1e56a
Merge pull request #25120 from mkontani/mkontani/patch-1
...
Update authentication.md
2020-11-22 02:51:33 -08:00
Antoine Pelisse
7b0d453e47
Replace incorrect `granular` by `set/map`.
2020-11-20 20:46:47 -08:00
zhaojizhuang
7beee58927
fix example error when use kubectl get -f
2020-11-20 23:59:51 +08:00
mkontani
c2a33c3403
fix dex/kubernetes link
2020-11-19 18:09:22 +00: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
ramnar
4ed2587df3
implemented review comments
2020-11-18 10:03:23 +05:30
wangyamei
9ff6274c68
Update feature-gates: delete redundant description for ServiceAppProtocol
2020-11-18 10:12:32 +08: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
6d90079245
Merge pull request #23842 from tengqm/improve-sa-admin
...
Improve ServiceAccount administration doc
2020-11-10 18:25:48 -08: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
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
Eric Briand
cee9e620ca
Use different wording to not quote current version
2020-11-05 17:21:08 +01: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
Eric Briand
c869ef67a8
Update default admission plugins for 1.19
2020-11-04 09:56:20 +01: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
povsister
3189bdf52a
Fix experimental flag example
2020-11-03 14:30:44 +08: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
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
ramnar
bc2b4f2e5b
implemented review comments
...
implemented review comments
2020-10-28 07:28:32 +05:30
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
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
Qiming Teng
00fd1a68f2
Fix links in reference section
2020-10-22 15:19:30 +08: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
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
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
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
Qiming Teng
92a09b23fa
Style tweaking for CSR reference page
2020-10-20 09:08:54 +08:00
Kubernetes Prow Robot
3121a9a581
Merge pull request #24636 from tengqm/fix-2979
...
Fix reference to API groups
2020-10-19 11:28:14 -07:00
Qiming Teng
49b18b3b11
Fix reference to API groups
2020-10-19 15:19:22 +08:00
Kubernetes Prow Robot
9e862337b9
Merge pull request #23863 from tengqm/split-server-side-apply
...
Move Server Side Apply into a separate reference page
2020-10-18 17:42:14 -07:00
Kubernetes Prow Robot
e028d3d81c
Merge pull request #24580 from zhiguo-lu/zh-translate-reference-certificate-signing-requests
...
Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, #24065
2020-10-18 01:46:12 -07:00
Matthew Grotheer
519f8ec5bc
Update authentication.md
...
Small grammatical corrections
2020-10-16 09:20:23 -07:00
luzg
5dab375fd3
Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, 24065
...
make change according to Tengqm's comment
2020-10-16 22:27:15 +08:00
Tim Bannister
a6bd225751
Link from containers term to concept
...
Update full link for "container" glossary definition
2020-10-15 12:00:00 +01:00
Qiming Teng
0c3f9a53e0
Add links to dangling kubeadm reference pages
2020-10-14 11:32:19 +08:00
Kubernetes Prow Robot
0661d65a18
Merge pull request #24076 from neolit123/1.20-add-link-in-kubeadm-config
...
kubeadm: improve links and information around using the config file
2020-10-12 18:11:22 -07:00
Qiming Teng
ff6b8edc5b
Move Server Side Apply into a separate reference page
...
"Server Side Apply" is a big topic that warrants a dedicated page on it.
Its current content is 400+ lines in the `api-concepts` page, kind of
hijacking the "api-concepts" for a standalone feature.
This PR proposes a separation for maintainability.
2020-10-13 08:56:08 +08:00
Kubernetes Prow Robot
4855e8828b
Merge pull request #24531 from sftim/20201012_remove_rkt
...
Remove rkt
2020-10-12 17:47:22 -07:00