Kubernetes Prow Robot
9880cbd671
Merge pull request #22318 from tengqm/fix-19996
...
Fix pages that reference removed API groups
2020-07-26 19:38:18 -07:00
Tim Bannister
e7c2510a89
Mark RBAC table header as header
...
Use <thead> and <tbody> elements to distinguish between the header and
the body of the table. Slightly improves accessibility and also visual
style.
2020-07-23 23:53:33 +01:00
pengli
7866a548c5
Fix type, correct plugin name
2020-07-17 10:36:24 +08:00
Daniel Kucera
74dbe5de22
fix tolerationsWhitelist annotation example
2020-07-15 09:12:30 +02:00
Daniel Kucera
bf3d54dedd
defaultTolerations example fix
...
defaultTolerations has to be unmarshall-able as an array
2020-07-14 13:01:21 +02:00
Kubernetes Prow Robot
ec67b2dc0d
Merge pull request #22392 from rossdotpink/patch-1
...
Fix erroneous RSS feed link in security.md
2020-07-12 19:28:32 -07:00
Kubernetes Prow Robot
98e5268b46
Merge pull request #22422 from jianz/patch-1
...
escape the angle brackets for token to show in the table.
2020-07-12 19:26:32 -07:00
Kubernetes Prow Robot
ce84f4e199
Merge pull request #22273 from tengqm/add-jsonpath-tip
...
Add a kubectl tip for working with keys with dots
2020-07-11 10:25:21 -07:00
jianz
67fc065ae8
escape the angle brackets in the table.
...
escape the angle brackets in order to to show the <token> word inside table.
2020-07-08 11:12:42 +08:00
Ross Wilson
906517f3ff
Fix erroneous RSS feed link in security.md
...
When referring to the `kubernetes-security-announce` mailing list, an alternative RSS link is incorrectly given to `kubernetes-announce` instead. This PR updates that link.
2020-07-06 17:47:52 +02:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09:00
Kubernetes Prow Robot
fe82c29052
Merge pull request #22248 from pjhwa/fix-22247
...
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-07-04 03:04:48 -07:00
Qiming Teng
e097b93c8e
Fix pages that reference removed API groups
...
Quite some resources have been moved out of the `extensions` API group
since 1.18; the `apps/v1beta1` and `apps/v1beta2` group versions are
also dropped. This PR updates the pages which still reference such API
groups or group versions.
2020-07-04 13:23:26 +08:00
Qiming Teng
4ddc1663f2
Add a kubectl tip for working with keys with dots
2020-07-02 16:30:52 +08:00
Jerry Park
5738307b93
Fix issue with k8s.io/docs/reference/command-line-tools-reference/feature-gates/
2020-07-01 21:23:10 +09:00
Kubernetes Prow Robot
3130f1c26a
Merge pull request #20524 from nevermyuk/endpoint
...
Add Endpoints into glossary
2020-06-30 17:54:06 -07:00
Kubernetes Prow Robot
a691d4b1d2
Merge pull request #22061 from mtaufen/said-fg
...
add ServiceAccountIssuerDiscovery to feature gates docs
2020-06-30 17:50:06 -07:00
wawa
d33dc9f178
shell fix
...
Fix missing'EOF' terminator
2020-06-28 15:51:22 +08:00
Mikkel Oscar Lyderik Larsen
4787ccfc4d
Mark StartupProbe Feature gate beta v1.18
...
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
2020-06-27 10:13:31 +02:00
Kubernetes Prow Robot
de02f2f27d
Merge pull request #22054 from soltysh/kubectl_run_updates
...
Update kubectl run from docs where necessary
2020-06-26 14:30:14 -07:00
Kubernetes Prow Robot
d252bcf3bd
Merge pull request #22063 from EmilyM1/authenticating-certificates
...
Update wording for “Authenticating” reference
2020-06-26 11:27:31 -07:00
Alexandr Lebedev
3ff312373d
Update kubeadm-join.md
...
kubadm -> kubeadm
little bug fix
2020-06-26 18:11:17 +04:00
Emily Moss
2c6ba2cb32
address PR comments
2020-06-25 15:06:55 -07:00
Emily Moss
97850ed430
cert-signing-requests fix
2020-06-25 14:27:10 -07:00
Michael Taufen
51b52c423d
add ServiceAccountIssuerDiscovery to feature gates docs
2020-06-25 13:02:13 -07:00
Maciej Szulik
00f502fa6a
Update kubectl run from docs where necessary
...
kubectl run starting from 1.18 is creating only Pods and there is no option to
create any other resource. Users should be using kubectl create
commands instead. This update the documentation in all those places
where kubectl create should be used instead or changes description to
reflect the situation.
2020-06-25 13:37:14 +02:00
nevermyuk
d2d289be63
Add endpoint into glossary
...
Edit definition and add tooltips for endpoint
Update content/en/docs/reference/glossary/endpoint.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Update definition
Update content/en/docs/reference/glossary/endpoint.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Change tag from fundamentals to networking
2020-06-21 22:46:33 +08:00
Kubernetes Prow Robot
0c812fad45
Merge pull request #20443 from fernandokarnagi/master
...
Added steps for normal user authentication
2020-06-21 05:48:39 -07:00
Kubernetes Prow Robot
7313e210cb
Merge pull request #21774 from ptux/patch-1
...
update latest kubectl run syntax
2020-06-19 22:48:39 -07:00
Celeste Horgan
38248db194
Fix feature state tags
2020-06-19 08:50:33 -07:00
Kubernetes Prow Robot
c1dcada5de
Merge pull request #21536 from Cweiping/remove_kubectl_run_command_deprecated_en
...
deprecated kubectl run command for en
2020-06-15 14:41:57 -07:00
Karen Bradshaw
49575ad2dd
clean up in page toc
2020-06-15 12:02:24 -04:00
Wang(わん)
622e5f9713
update latest kubectl run syntax
...
--dry-run is deprecated
`--restart=Never` flag is unnecessary to create a pod from 1.18
2020-06-15 21:06:55 +09:00
Qiming Teng
8a14cb1522
Cleanup non-resource paths
...
Some non-resource paths are now deprecated/hidden from the API server.
This PR updates the list.
2020-06-14 11:21:50 +08:00
Kubernetes Prow Robot
06e57d3d4b
Merge pull request #21659 from surajssd/remove-TLS-bootstrapping-limits
...
TLS bootstrapping: Remove "Limits" section
2020-06-13 18:21:55 -07:00
Kubernetes Prow Robot
ffc4df9f2a
Merge pull request #21160 from sftim/20200524_revise_kubectl_overview
...
Revise kubectl overview
2020-06-12 22:53:57 -07:00
Weiping Cai
81027d6226
use kubectl create deployment to create Deployment
2020-06-12 17:15:10 +08:00
Cweiping
a255ff8fbd
Merge branch 'master' into remove_kubectl_run_command_deprecated_en
2020-06-12 16:11:28 +08:00
Tim Bannister
400c98fb5f
Revise kubectl overview
...
- Reword some examples
- Correct sample output labelled as Bourne shell code
- Address the reader as “you”
- Fix Markdown formatting
- other corrections
2020-06-11 23:17:21 +01:00
Tim Bannister
8f9551638b
Rename Job concept page
...
(including Netlify redirects)
2020-06-11 23:13:23 +01:00
Kubernetes Prow Robot
75c7b7c62a
Merge pull request #20768 from kbhawkey/konn-svc-move-kb
...
Move Konnectivity service task page
2020-06-11 06:12:57 -07:00
Suraj Deshmukh
59f5e70b2f
TLS bootstrapping: Remove "Limits" section
...
The aforementioned "Limits" is no longer valid. The issue that the
section points at is closed after code merge.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2020-06-11 17:26:32 +05:30
Kubernetes Prow Robot
29f3c2858c
Merge pull request #21591 from scottstout/master
...
Changed whitelist to allowlist and blacklist to denylist.
2020-06-10 16:12:56 -07:00
Karen Bradshaw
5fe8c3ca5e
move setup konnectivity svc
...
move api-access to extend-kubernetes
2020-06-10 16:06:01 -04:00
Kubernetes Prow Robot
31abcec999
Merge pull request #21244 from tnqn/apiserver-port
...
Unify typical apiserver port in docs
2020-06-10 12:00:51 -07:00
Kubernetes Prow Robot
2a8702dade
Merge pull request #20726 from ZhiFeng1993/ZF--specify-verbs-in-admission-controller-doc
...
Specify verbs in admission controller doc
2020-06-10 11:14:52 -07:00
Karen Bradshaw
87f68710ff
correct tool reference front matter
2020-06-09 21:01:24 -04:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Scott Stout
e38b9dc9c6
revised to minumize usage of whitelist/blacklist
2020-06-09 14:14:52 -05:00
Kubernetes Prow Robot
0dcb7af819
Merge pull request #21571 from pjhwa/fix-21570
...
Fix issue with k8s.io/docs/reference/kubectl/overview/
2020-06-08 07:25:53 -07:00