Kubernetes Prow Robot
11eda2afb6
Merge pull request #27504 from gecube/master
...
Update konnectivity to 0.0.16 and update ZH docs accordingly
2021-05-09 07:26:47 -07:00
Bridget Kromhout
f7a0a0a951
"*-controller-manager" typo fix
...
I noticed a typo in a recent blog post, and a similar typo appears in
the comments for some examples. This PR corrects these typos.
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-04-14 16:40:32 -05:00
George Gaál
02099e2dd3
Update konnectivity to 0.0.16 and update ZH docs accordingly
2021-04-11 14:24:40 +03:00
Morten Torkildsen
d341b96fb3
Promote Pod Disruption Budgets to GA
2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot
87852360b3
Merge pull request #26723 from hbagdi/ingress-class-namespaced-params
...
Ingress class namespaced params
2021-03-29 11:23:57 -07:00
Kubernetes Prow Robot
b8a717edf1
Merge pull request #27083 from soltysh/cronjob_ga
...
Update docs for CronJob GA
2021-03-28 23:08:44 -07:00
Maciej Szulik
dba902447c
Update docs for CronJob GA
2021-03-26 16:51:42 +01:00
Harry Bagdi
80391efa7e
KEP-2365: documentation for namespace-scoped parameters reference
2021-03-26 13:34:46 +05:30
Rey Lejano
9d56683e8b
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
...
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Jai Govindani
b407a0103b
docs(configure-redis-using-configmap): update for clarity ( #25712 )
...
* docs(configure-redis-using-configmap): update for clarity
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): incorrect volumeMount index
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): show Pod status as Running, separate commands from output
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): typo
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): configmap name
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-03-17 13:13:19 -07:00
Aldo Culquicondor
552566fcfa
Documentation for Indexed completion mode
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-03-16 16:54:44 -04:00
Miguel Angel Garcia
a6eb08d778
fix cronjob code for examples
2021-02-11 12:24:35 +01:00
Kubernetes Prow Robot
539e524882
Merge pull request #26273 from Cweiping/feature/clairly_resource_quota_limit_for_PriorityClass
...
Clarify ResourceQuota limit for PriorityClass
2021-02-09 01:59:31 -08:00
Weiping Cai
188ccc220b
Clairly Resourcequota limit for PriorityClass
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-02-09 16:05:04 +08:00
Kubernetes Prow Robot
af76e77672
Merge pull request #26141 from jimangel/remove-redis-and-master-slave-terminology-2
...
Remove Master/Slave terminology from stateless application tutorial.
2021-02-07 00:13:12 -08:00
Kubernetes Prow Robot
c02a6c0ac2
Merge pull request #26086 from tengqm/fix-example-tests
...
Fix example tests
2021-02-06 06:57:11 -08:00
Brock R
36170e4193
Fixed a small field name spelling mistake.
...
`resourceName` is incorrect and fails upon apply/install. `resourceNames` is the correct file name.
2021-01-27 14:27:43 -07:00
Paul Czarkowski
99029b97d7
Remove Master/Slave terminology from stateless application tutorial.
...
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself.
The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now.
A followup PR to the examples repo to be referenced here will be made.
Addresses #22918
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
address comments in PR
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
remove confusing comment about dns, we can assume k8s has kube-dns
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2021-01-19 04:19:23 +00:00
Qiming Teng
06228c06a9
Fix examples tests
...
This PR updates the go.mod file so that tests of the example manifests
are run against the 1.20 branch. The missing test cases for newly added
examples are also added. To perform tests on your local machine, run the
following command on the root of your local clone:
```
go test k8s.io/website/content/en/examples
```
2021-01-16 14:09:28 +08:00
Qiming Teng
a11047c153
Clean PodPreset docs, examples and links
2021-01-14 13:26:29 +08:00
Leonardo Murillo
f7b29716fd
Enhancements in clarity to access-application-cluster/connecting-frontend-backend.md ( #25927 )
...
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md
* Code review comments
* Reverting name of service due to backed value in Dockerimage
2021-01-13 17:47:03 -08:00
Naoki Oketani
f5f40c16f9
clean up too old comments for v1.9 or before in examples
2021-01-09 16:13:00 +09:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
Kubernetes Prow Robot
f2a78fa5d5
Merge pull request #23119 from devries/statefulset-mysql-language
...
Replace master/slave with primary/replica in MySQL StatefulSet example
2020-12-02 01:04:50 -08:00
Zhang Yong
f979037143
CronJob example should include imagePullPolicy: IfNotPresent
2020-11-30 10:19:00 +08:00
Somtochi Onyekwere
ba77c903ed
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-11-19 17:09:49 +01:00
Sylvain COULOMBEL
1ec78b1f28
Improve configmap usage as pod command and args
2020-11-17 21:54:25 +01:00
Mike Spreitzer
bf23ba2aa9
Update API Priority and Fairness doc for graduatino to beta ( #24975 )
2020-11-14 01:55:04 -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
Bridget Kromhout
8a3244fdd1
Dual-stack docs for Kubernetes 1.20
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-11-10 16:10:45 -06: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
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
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
Kubernetes Prow Robot
a2659dc137
Merge pull request #24578 from Tej-Singh-Rana/k8s-tej
...
Replaced URL
2020-10-15 01:10:24 -07:00
Tej-Singh-Rana
856ea6292e
replaced URL
2020-10-15 10:12:25 +05:30
Qiming Teng
9fa03cbdf1
Move example-ingress.yaml
...
The commit (a79db9d5de
) made the sample
YAML for Ingress a standalone file, but it was placed into a NEW
`examples/ingress` directory. This PR moves it to
`examples/service/networking` subdirectory where all other Ingress
examples are located. Having a single file under a dedicated directory
seems not good.
2020-10-12 11:17:08 +08:00
Weiping Cai
a79db9d5de
fix example-ingress.yaml format error
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:03:46 +08:00
Christopher Montoro
7fc8f1a220
Update the example for kubectl port-forward
...
Clarify that `REMOTE_PORT` is interpreted as identifying a _Service_ port when provided `TYPE` is `service`.
Also, highlight support for specifying a named port as `REMOTE_PORT`.
2020-10-07 22:02:37 -04:00
Jerry Park
45a5a5210f
Fix issue with tasks/administer-cluster/out-of-resource/
2020-10-01 13:13:59 +09:00
Christopher De Vries
4bb76cd0fb
Change secondary to replica and use primary as an adjective consistently
2020-08-14 08:04:50 -04:00
Christopher De Vries
044d11de32
Replace master/slave with primary/secondary where possible
2020-08-13 08:59:24 -04:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00
Kubernetes Prow Robot
6126c42ba1
Merge pull request #22683 from MikeSpreitzer/doc-health-for-strangers
...
Document the health-for-strangers workaround
2020-08-04 16:04:28 -07:00
Mike Spreitzer
499d0f4df1
Tweaked wording and added codenew example re health-for-strangers
2020-07-31 15:30:57 -04:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
Cweiping
c80c9c40c1
fix page configure-multiple-schedulers/#enable-leader-election style error ( #22642 )
...
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-26 20:16:16 -07:00
Kubernetes Prow Robot
3841d72380
Merge pull request #21278 from hasheddan/seccomp
...
Add documentation for Seccomp GA
2020-07-20 12:14:39 -07:00
Joe Betz
648508c051
Add transferring ownership section to api concepts
2020-07-20 12:01:52 -07:00
hasheddan
3ad7ea77f1
Add documentation for generally available seccomp functionality
...
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-07-20 13:51:17 -05:00
Kubernetes Prow Robot
82ac6d49fa
Merge pull request #21590 from robscott/ingress-1.19
...
Updating Ingress docs for 1.19
2020-07-13 11:45:21 -07:00