Ray
0e452fed03
Fix links in what's next section
...
1. Kubernetes control plane -> /docs/reference/glossary/?all=true#term-control-plane
2. Kubernetes objects -> /docs/concepts/overview/working-with-objects
/docs/reference/glossary/?all=true#term-control-plane should be
replaced into a new page talking about control plane when exists.
2020-08-05 13:04:16 +08:00
Ray
9f9b714b63
Fix control loop hyperlink
...
should point to /docs/concepts/architecture/controller
2020-08-05 13:03:25 +08:00
Qiming Teng
b4189b5800
[zh] Fix links in concepts section (5)
2020-08-05 11:55:04 +08: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
Arhell
f65ffd7a95
fix typo
2020-08-05 00:23:24 +03:00
Tabitha Sable
aa8e0d6677
Correct Privilege Escalation section
2020-08-04 14:23:42 -05:00
TAKAHASHI Shuuji
1eb3ee27e5
Remove the toc shortcode from concepts/services-networking/network-policies.
2020-08-04 10:45:15 +09:00
lopes22
e563940013
Update pod-lifecycle.md
2020-08-03 21:11:55 -04:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
dba-git
eb0a35821d
grammar and syntax errors
2020-08-03 14:58:55 +02:00
vincentcui
9906576106
update default config for Openstack Cloud Controller Manager since v1.17.0 version release
...
Refer: https://github.com/kubernetes/cloud-provider-openstack/releases/tag/v1.18.0
Refer: 994df0e706
2020-08-03 12:09:50 +08:00
Qiming Teng
c8f4704873
Fix links in concepts section (2)
2020-08-02 09:11:14 +08:00
Kubernetes Prow Robot
78e997cf3f
Merge pull request #22655 from MikeSpreitzer/doc-new-apf-metrics
...
Document new API Priority and Fairness metrics
2020-08-01 16:29:40 -07:00
Kubernetes Prow Robot
e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
...
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Eric Pederson
19a8bbc82b
Add non-exposed Pod DNS name ( #22797 )
...
* Add Pod DNS name
I could not get the hostname/subdomain example to work. For example:
```
$ kubectl describe svc busybox1
Name: busybox1
Namespace: default
Labels: name=busybox
Annotations: <none>
Selector: name=busybox
Type: ClusterIP
IP: 10.109.13.10
Port: <unset> 9000/TCP
TargetPort: 9000/TCP
Endpoints: 172.17.0.6:9000
Session Affinity: None
Events: <none>
$ kubectl get ep busybox1
NAME ENDPOINTS AGE
busybox1 172.17.0.6:9000 4m5s
$ kubectl get pod busybox1 -o jsonpath="{.metadata.labels} {.spec.hostname} {.spec.subdomain}"
map[name:busybox] busybox-1 default-subdomain
$ kubectl exec busybox -- nslookup busybox-1.default-subdomain.default.svc.cluster.local
nslookup: can't resolve 'busybox-1.default-subdomain.default.svc.cluster.local'
Server: 10.96.0.10
Address 1: 10.96.0.10 kube-dns.kube-system.svc.cluster.local
command terminated with exit code 1
```
* Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-01 15:39:41 -07:00
TAKAHASHI Shuuji
36d9239fb1
Fix broken links to pages under /en/docs/tasks/administer-cluster/manage-resources/
2020-08-01 17:45:36 +09:00
Mike Spreitzer
499d0f4df1
Tweaked wording and added codenew example re health-for-strangers
2020-07-31 15:30:57 -04:00
Mike Spreitzer
8250aa2df0
Tweak APF metric doc in response to review
2020-07-31 15:26:47 -04:00
Kubernetes Prow Robot
af4e2fdf2b
Merge pull request #22712 from javidiaz/alphanoticefeature
...
Adding feature status and prerequisite to new feature.
2020-07-28 05:19:08 -07:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
micnncim
0e1678f78b
Fix typo in pod-lifecycle.md
2020-07-28 04:35:12 +09:00
Eric Briand
052b7fb852
Renamed super.mycompany.com into images.my-company.example
2020-07-27 16:09:07 +02:00
Qiming Teng
0bdcd44e6b
Replace reference to redirect entries (1)
...
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Kubernetes Prow Robot
b2b2f055d8
Merge pull request #22627 from uthark/patch-1
...
Fixed typo in feature gate name.
2020-07-26 20:22:16 -07:00
Tim Bannister
49eee8fd3d
Revise Pod concept ( #22603 )
...
* Revise Pod concept
Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/
Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.
This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.
* Update links to Pod concept
Link to updated content
* Incorporate Pod concept suggestions
Co-authored-by: Celeste Horgan <celeste@cncf.io>
* Revise StatefulSet suggestion for Pod concept
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Kubernetes Prow Robot
81e9489f9a
Merge pull request #21767 from OriHoch/patch-1
...
volume_attributes is now volume_context in CSI spec
2020-07-26 19:50:16 -07:00
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
Kubernetes Prow Robot
46daba41aa
Merge pull request #22651 from MikeSpreitzer/doc-apf-debug
...
Document APF debug URL paths
2020-07-26 19:04:16 -07:00
Kubernetes Prow Robot
cc78d30459
Merge pull request #22702 from ebriand/patch-4
...
Use more real container examples
2020-07-26 18:52:17 -07:00
Naoki Oketani
7e10eb67da
paraphrase master to control plane
2020-07-26 20:15:28 +09:00
Javier Diaz-Montes
6b0192ef72
Adding feature status and prerequisite to new feature.
2020-07-24 12:56:47 -04:00
Eric Briand
39ad302c82
Use more real container examples
2020-07-24 13:54:08 +02:00
Mike Spreitzer
b2f5fbeaac
Document the health-for-strangers workaround
...
.. to issue #93359
2020-07-24 00:18:39 -04:00
Mike Spreitzer
7080355d10
Improve doc of /debug/api_priority_and_fairness/dump_requests
...
Include a non-phantom line.
Document the phantom lines (these are a bug, but not fixed yet, so
need to be documented).
2020-07-23 11:48:23 -04:00
Kubernetes Prow Robot
70198b3001
Merge pull request #22667 from Tej-Singh-Rana/k8s-tej
...
Fixed spell error
2020-07-23 05:17:39 -07:00
Tej-Singh-Rana
7ecf3561c0
Fixed spell error
2020-07-23 17:31:16 +05:30
Mike Spreitzer
dc432198e5
Document APF debug URL paths
...
Documented the debug paths introduced by #90967
2020-07-23 00:22:34 -04:00
Mike Spreitzer
800a602e36
Document new API Priority and Fairness metrics
...
Also brush up the descriptions of some of the older metrics.
2020-07-22 21:19:29 -04:00
Kubernetes Prow Robot
67a4f7733c
Merge pull request #22619 from angelbarrera92/patch-1
...
typo clusers -> clusters
2020-07-22 09:12:06 -07:00
Kubernetes Prow Robot
44db0787a9
Merge pull request #22314 from tengqm/remove-poseidon
...
Remove Poseidon page
2020-07-22 05:34:05 -07:00
Renaud Gaubert
bbe4de82e1
Add DisableAcceleratorUsageMetrics feature flag
...
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-07-21 21:17:24 +00:00
Oleg Atamanenko
e5e0faf011
Fixed typo in feature gate name.
...
Fixed typo.
related PR: https://github.com/kubernetes/kubernetes/pull/86377/
2020-07-21 12:01:45 -07:00
Ángel Barrera
27c5df83f8
typo clusers -> clusters
...
FIX a typo in clusers -> clusters
2020-07-21 13:03:00 +02:00
Kubernetes Prow Robot
6f65a89c1a
Merge pull request #22282 from sozercan/patch-2
...
Remove container level supplementalGroups and fsgroup from PSP standards doc
2020-07-20 18:55:14 -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
hasheddan
3ad7ea77f1
Add documentation for generally available seccomp functionality
...
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-07-20 13:51:17 -05:00
Savitha Raghunathan
53f2d23359
resolving conflicts
2020-07-19 19:15:36 -04:00
Michelle Au
8a53eed8d8
Update Azure disk feature gates for 1.19 beta
2020-07-16 09:55:20 -07:00
Kubernetes Prow Robot
2f075d2930
Merge pull request #22446 from jayunit100/patch-3
...
Update statefulset.md
2020-07-16 08:53:42 -07:00
Kubernetes Prow Robot
c7285443ee
Merge pull request #21634 from pohly/kubernetes-1-19-features
...
storage: CSIStorageCapacity
2020-07-16 03:53:41 -07:00
Kubernetes Prow Robot
49bd40e6d3
Merge pull request #21115 from Huang-Wei/1.19-pts-stable
...
Promote PodTopologySpread to stable in 1.19
2020-07-16 03:43:42 -07:00
Patrick Ohly
19b8f8421f
storage: CSIStorageCapacity
...
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1472
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-16 08:52:08 +02:00
jay vyas
3e33f7fd7c
Update content/en/docs/concepts/workloads/controllers/statefulset.md
...
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-15 19:59:52 -04:00
Kubernetes Prow Robot
79b9438d8b
Merge pull request #21444 from xing-yang/csi_migration_1.19
...
Add doc for vSphere CSI Migration
2020-07-15 16:22:35 -07:00
Wei Huang
a886f56819
fixup: address comments
2020-07-15 12:22:36 -07:00
Wei Huang
b74f399e5e
Promote PodTopologySpread to stable in 1.19
2020-07-15 10:53:29 -07:00
Kubernetes Prow Robot
38b7408b70
Merge pull request #22529 from sftim/20200715_tidy_endpointslice_concept
...
Tidy EndpointSlice concept
2020-07-15 10:42:38 -07:00
Kubernetes Prow Robot
3f7af5daaf
Merge pull request #22438 from pohly/generic-ephemeral-volumes
...
storage: GenericEphemeralVolume
2020-07-15 09:48:38 -07:00
jay vyas
efa6ab5347
Update statefulset.md
2020-07-15 12:39:52 -04:00
Patrick Ohly
4401fd81d7
Update content/en/docs/concepts/storage/ephemeral-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-15 18:28:34 +02:00
xing-yang
d2c58dcd0f
Add doc for vSphere CSI Migration
2020-07-15 15:02:30 +00:00
Tim Bannister
591d3c15cb
Tidy EndpointSlice concept
2020-07-15 10:36:21 +01:00
Qiming Teng
31730ce174
Use inline links when possible
...
This is in prep for link checker. By using inline links everywhere, we:
- reduce the risk of dangling, missing, unused links as you can see from the PR;
- simplify the link checker logic (under development).
2020-07-15 17:09:32 +08:00
Kubernetes Prow Robot
6af7fec403
Merge pull request #22522 from sftim/20200715_tidy_ingress_concept_for_ga
...
Tidy ingress concept for GA
2020-07-14 21:20:37 -07:00
Tim Bannister
15ecffa4d0
Tidy Ingress concept
...
Update documentation for stable Ingress resource (tidying)
2020-07-15 00:42:38 +01:00
Franco Morinigo
54b80dc136
Add target nodes AWS ELB annotation documentation
2020-07-14 20:11:45 -03:00
Kubernetes Prow Robot
6ec8665bba
Merge pull request #22429 from Huang-Wei/postfilter-doc
...
Document the changes of scheduler PostFilter extension point
2020-07-14 13:21:22 -07:00
Patrick Ohly
25d50c17b5
Update content/en/docs/concepts/storage/ephemeral-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 20:47:39 +02:00
Kubernetes Prow Robot
b7471e9c0e
Merge pull request #22038 from adtac/adtac/reserve-dev-1.19
...
scheduling-framework.md: update Reserve and Unreserve descriptions
2020-07-14 11:03:21 -07:00
Kubernetes Prow Robot
713603e146
Merge pull request #21607 from klueska/upstream-topology-manager-docs-update
...
Topology Manager docs update for 1.19
2020-07-14 10:45:21 -07:00
Kubernetes Prow Robot
2ea1d221c7
Merge pull request #21453 from denkensk/update-non-preempt-beta
...
Update non-preempting option Doc
2020-07-14 10:11:21 -07:00
Kubernetes Prow Robot
b9a5adeedd
Merge pull request #21589 from robscott/endpointslice-1.19
...
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-14 09:41:21 -07:00
Kubernetes Prow Robot
bf022d4790
Merge pull request #21689 from alculquicondor/default-spreading
...
Docs for new default PodTopologySpread functionality and gate
2020-07-14 09:37:22 -07:00
Kubernetes Prow Robot
61ec4a43a9
Merge pull request #21202 from serathius/doc
...
Document Structured Logging Enhancement
2020-07-14 09:09:21 -07:00
Patrick Ohly
5981f4f860
storage: GenericEphemeralVolume
...
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1698
A new page gets created for different ephemeral volumes because the
relationship between them needs to be explained.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 10:32:53 +02:00
Marek Siarkowicz
f9833ee09a
Document structured logging
...
* Separate system logs from Logging Architecture as it mainly covers application logging
* Rename "Metics For The Kubernetes Control Plane" to "Metrics For The Kubernetes System Components" as it covers non-control plane components
* Rename files to `system-logs.md` and `system-metrics.md`
* Remove trailing whitespaces
* Add sections about Klog and Structured Logging
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paweł Kępka <pkepka@google.com>
2020-07-14 00:39:21 +02:00
Rob Scott
028af758bb
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-13 13:25:00 -07: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
Aldo Culquicondor
91b83cf906
Docs revision
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-13 14:30:00 -04:00
Wei Huang
9959ffc513
remove release notes section
2020-07-13 09:52:30 -07:00
Wei Huang
481aa2cce0
Remove the "How to disable preemption" stanza and rewordings
2020-07-13 09:51:12 -07:00
Wei Huang
e2fd28a35b
Document the changes of scheduler PostFilter extension point
2020-07-13 09:51:12 -07:00
Kubernetes Prow Robot
6f71476139
Merge pull request #22484 from jjmengze/patch-4
...
correct the sample content
2020-07-13 08:32:32 -07:00
Kubernetes Prow Robot
9e0d6d8110
Merge pull request #22399 from rmauge/patch-1
...
Updates for minor spelling correction
2020-07-13 08:30:33 -07:00
Kevin Klues
7b270b47bc
Add updated documentation about the device plugin interface
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2020-07-13 16:54:52 +02:00
Kubernetes Prow Robot
ea75275dcc
Merge pull request #22457 from ctron/patch-1
...
Fix the example values in the first examples
2020-07-12 19:08:32 -07:00
MengZeLee
c645517606
correct the sample content
2020-07-13 09:51:36 +08:00
Kubernetes Prow Robot
6a93ddf4ba
Merge pull request #22445 from piazera/patch-1
...
Update deployment.md
2020-07-12 08:08:32 -07:00
jay vyas
167746be6f
Update content/en/docs/concepts/workloads/controllers/statefulset.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-12 08:20:25 -04:00
Kubernetes Prow Robot
46bf00b75b
Merge pull request #22452 from leon-barrett/patch-1
...
Fix description of back-off count reset
2020-07-11 11:21:21 -07:00
Leon Barrett
0f854ec760
Update content/en/docs/concepts/workloads/controllers/job.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-11 10:45:07 -07:00
Kubernetes Prow Robot
9866538717
Merge pull request #22454 from djbrown/portworx-patch-en
...
fix portworx io priority parameter name [EN]
2020-07-11 00:01:21 -07:00
Leon Barrett
7b92c46503
Fix description of back-off count reset
...
By carefully reading the code in `job_controller.go`, I finally understood that
the back-off count is reset when `forget` is true, which happens when `active`
or `successful` changes without any new failures right at the moment. That
happens in this code:
dd649bb7ef/pkg/controller/job/job_controller.go (L588)
That behavior does not match what this document says. My change fixes the doc
to match the code.
It might be better to fix the behavior to match the doc, since the behavior is
kind of weird to describe. But I imagine that the Kubernetes team will need to
consider factors I'm not aware of before deciding to change job back-off
behavior, so I am not going to the effort of proposing a change like that.
2020-07-10 14:10:05 -07:00
Kubernetes Prow Robot
d6b7bf5f38
Merge pull request #21588 from robscott/app-protocol-1.19
...
Updating AppProtocol docs for 1.19 release
2020-07-10 13:49:49 -07:00
Jens Reimann
f4d296d1c3
Fix the example values in the first examples
...
In the lower part of the document `instance` is derived from the `name` field. However, in the beginning of the document the value of the `instance` field is aligned with the `part-of` field. Which seems wrong, reading through the rest of the page.
Signed-off-by: Jens Reimann <jreimann@redhat.com>
2020-07-10 12:30:09 +02:00
Daniel Brown
a644a09ec7
fix portworx io priority parameter name
...
update `io_priority` to `priority_io`
see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/
Name: priority_io
Description: IO Priority: low|medium|high
Example: priority_io: “high”
2020-07-10 10:51:21 +02:00
Rob Scott
4e6aa1b43b
Updating AppProtocol docs for 1.19 release
2020-07-09 18:31:43 -07:00
Rob Scott
b8d8b9984d
Fixing some issues in Ingress docs
2020-07-09 17:59:24 -07:00
jay vyas
0f8593d1b7
Update statefulset.md
2020-07-09 17:47:08 -04:00
Marcos
043737c6b6
Update deployment.md
2020-07-09 14:57:15 -03:00
Adhityaa Chandrasekar
a77986c867
scheduling-framework.md: update Reserve and Unreserve descriptions
2020-07-09 16:15:23 +00:00
Aldo Culquicondor
e02160c63c
Docs for new default PodTopologySpread functionality and gate
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-08 18:25:25 -04:00
Savitha Raghunathan
0ebc16c10c
resolving conflicts
2020-07-08 16:01:48 -04:00
Kubernetes Prow Robot
754c6b1a64
Merge pull request #21437 from alculquicondor/beta-component-config
...
Add Scheduling Configuration reference doc
2020-07-08 11:11:08 -07:00
Christopher M. Luciano
95a77e30db
ingress: Update documentation for wildcard hostnames
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:17:25 -07:00
Christopher M. Luciano
248ecd10bf
ingress: Add documentation on resource backends
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:16:58 -07:00
Christopher M. Luciano
51f6e23f35
Updating Ingress docs for 1.19
...
Co-authored-by: robscott <robertjscott@google.com>
2020-07-07 17:58:51 -07:00
Javier Diaz-Montes
64422b159a
Documenting setHostnameAsFQDN feature
...
KEP: kubernetes/enhancements#1797 and kubernetes/enhancements#1792
Code PR: kubernetes/kubernetes#91699
2020-07-07 16:42:31 -04:00
Raymond Maugé
52f2920d5f
Updates minor spelling correction
...
"can not" to "cannot"
2020-07-06 18:03:45 -04:00
Aldo Culquicondor
72090c98af
Add Scheduling Configuration reference doc
...
Built from the existing Scheduling Profiles doc.
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 16:32:21 -04:00
Kubernetes Prow Robot
8056a69b38
Merge pull request #22301 from kbhawkey/kb-example-content-move
...
create archetype files, _index cleanup
2020-07-06 03:42:50 -07:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09: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
a87bb799c2
Remove Poseidon page
...
The [Poseidon
project](https://github.com/kubernetes-sigs/poseidon/commits/master )
is virtually dead:
- No PRs coming in since Dec 2019
- PRs related to code changes date back to April 2019.
By removing this page, we can save folks' effort on localizing the
content, i.e. #22265 .
2020-07-04 11:31:20 +08:00
Nicolas Ménant
820d4a76dc
Update ingress-controllers.md
...
The F5 Container Ingress Services related link is an outdated one
2020-07-03 17:31:24 +02:00
Karen Bradshaw
4ebc47d316
add archetype pages for content types
2020-07-03 11:03:04 -04:00
Sertaç Özercan
259655797b
Remove container level supplementalGroups and fsgroup
2020-07-02 11:07:24 -07:00
Karen Bradshaw
fcc2dc2b19
add no_list param
2020-07-01 12:06:04 -04:00
Ken Egozi
ca8448ccde
minor doc typo
2020-06-30 18:45:23 -07:00
Kubernetes Prow Robot
9c5dc4c8a8
Merge pull request #21999 from sftim/20200623_clarify_configmapvolumesource_items_array
...
Explain ConfigMap volume source items array
2020-06-30 18:04:06 -07:00
Kubernetes Prow Robot
85a9d9379d
Merge pull request #22177 from manderson-it/patch-1
...
Doc: Clarify PVC access modes in third paragraph
2020-06-30 18:02:07 -07:00
Kubernetes Prow Robot
f6f8ac1c40
Merge pull request #22147 from shuuji3/patch-6
...
Fix a broken link in concepts/extend-kubernetes/compute-storage-net/device-plugins.md
2020-06-30 18:00:07 -07:00
Kubernetes Prow Robot
fe213363cd
Merge pull request #22139 from adityamandhare/patch-2
...
Adding HTTP(S) to the acceptable traffic
2020-06-30 17:56:06 -07:00
Kubernetes Prow Robot
4ea12e0ef2
Merge pull request #21904 from merishlalla/patch-1
...
Update the correct values for allocated resources per namespace
2020-06-30 17:48:06 -07:00
Savitha Raghunathan
220d754880
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-06-30 18:02:37 -04:00
Marek Anderson
76d2794e66
Clarify PVC access modes in third paragraph
...
The last sentence of the third paragraph was worded in an unreadable way.
Before: Claims can request specific size and access modes (e.g., they can be mounted once read/write or many times read-only).
Replaced with technical terms and hyperlinked to Access Modes section on the same page.
2020-06-29 16:05:36 -04:00
Kubernetes Prow Robot
bc90e9eed0
Merge pull request #21672 from janosi/sctp
...
Moving SCTP support from alpha to beta
2020-06-29 10:43:25 -07:00
wojtekt
0d7d24195d
Promote immutable secrets/configmaps to Beta
2020-06-29 07:53:37 +02:00
TAKAHASHI Shuuji
6a22815738
Fix a broken link in concepts/extend-kubernetes/compute-storage-net/device-plugins.md
2020-06-29 10:53:48 +09:00
Aditya
34536c5ba3
Adding HTTP(S) to the acceptable traffic
2020-06-28 10:33:37 -04:00
Kubernetes Prow Robot
86d373b0f9
Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy
...
Tidy concepts section post-Docsy
2020-06-27 17:12:14 -07:00
Kubernetes Prow Robot
29eaf741ed
Merge pull request #22108 from pjhwa/fix-22107
...
Fix issue with links to wrong section name
2020-06-27 06:38:15 -07:00
Kubernetes Prow Robot
54a14bcf60
Merge pull request #22081 from stefan-kolb/patch-1
...
Fix typo
2020-06-27 05:26:18 -07:00
Kubernetes Prow Robot
f218ed4af4
Merge pull request #22087 from sarat1669/patch-1
...
fix typo
2020-06-27 05:24:15 -07:00
Jerry Park
427b4ec428
Fix issue with links to wrong section name
2020-06-27 20:58:23 +09: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
Sarat Chandra Balla
e79848f9e1
fix typo
2020-06-27 00:54:01 +05:30
Stefan Kolb
cc17e44176
Fix typo
2020-06-26 14:44:49 +02:00
Kubernetes Prow Robot
3bb141c048
Merge pull request #21995 from rmohta/issue-21803
...
Add a note about reserved namespace prefix. Resolves #21803
2020-06-26 03:53:31 -07:00
Tim Bannister
4a4719d619
Switch note to use shortcode
2020-06-25 17:10:03 +01:00
Tim Bannister
f265aed794
Fold concept overview pages into section indexes
...
Where an existing Concept section has an index and the first page is
“Overview of X”, move the content of that overview into the index page
itself.
Also, configure redirects accordingly.
2020-06-25 17:10:03 +01:00
Tim Bannister
3ff7312cff
Add descriptions to Concept sections
...
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01: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
Tim Bannister
d9f82c9500
Explain ConfigMap volume source items array
...
The existing ConfigMap concept incorrectly states that you must use
different ConfigMap objects if you want to configure both environment
variables and file-like configuration items at the same time.
Reword to give the correct advice.
2020-06-24 22:11:56 +01:00
TAKAHASHI Shuuji
390bbf00bd
Use a link to the generated API document
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-06-24 22:23:28 +09:00
TAKAHASHI Shuuji
f3cd1ca39b
Fix the link to `type Handler` of k8s.io/api/core/v1.
2020-06-24 17:22:14 +09:00
Rohit Mohta
d41074866e
Add a note about reserved namespace prefix
...
A namespace with prefix 'kube-' is reserved, even though k8s will let you create that
2020-06-23 18:10:41 -07:00
Kubernetes Prow Robot
71ebd876ec
Merge pull request #21418 from lnregalias/patch-1
...
Add info to `aws-load-balancer-security-groups` annotation
2020-06-23 09:57:42 -07:00
Kubernetes Prow Robot
5c7e664910
Merge pull request #21887 from devriesb/patch-1
...
ommitted "not"
2020-06-22 14:13:41 -07:00
Kubernetes Prow Robot
6109714582
Merge pull request #21985 from pjhwa/fix-21982
...
Fix with concepts/extend-kubernetes/api-extension/custom-resources/
2020-06-22 13:41:41 -07:00
Jerry Park
ffe0090d2c
Fix with concepts/extend-kubernetes/api-extension/custom-resources/
2020-06-22 09:32:29 +00:00
Kiyoshi Muranaka
d8c8d6a881
[en] Fix broken link to Xilinx FPGA device plugins
2020-06-22 17:00:01 +09:00
Alex Lin
384de5991f
Update content/en/docs/concepts/cluster-administration/cloud-providers.md
...
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2020-06-22 10:37:28 +10:00
Kubernetes Prow Robot
6ef6812c8e
Merge pull request #21855 from Marusyk/rmarusyk/21747
...
Improve kubernetes description
2020-06-21 07:58:41 -07:00
Weiping Cai
03092eed1c
remove unnecessary note
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-21 13:56:36 +08:00
Kubernetes Prow Robot
ae12bb3288
Merge pull request #21939 from Dragotic/Dragotic/fix-typo-host-aliases
...
Minor typo fix on Services Networking Host Aliases
2020-06-20 07:04:38 -07:00
Alexios Polyzos
872ed87f1c
Minor typo fix on Services Networking Host Aliases
...
Signed-off-by: Alexios Polyzos <dragotic.saen@gmail.com>
2020-06-20 10:47:29 +03:00
Kubernetes Prow Robot
e6f724063a
Merge pull request #21717 from sftim/20200613_kubectl_rollout_sample_output_separate_from_command
...
Separate commands from output in Deployment concept
2020-06-19 22:46:39 -07:00
Kubernetes Prow Robot
01973ea9d9
Merge pull request #21807 from rvmzes/master
...
Clarify imagePullPolicy for empty value
2020-06-19 22:44:39 -07:00
Behzad
439f9f437f
Update configmap.md
...
Add quotation marks around the value of the key "player_initial_lives" in configuration file of the ConfigMap called "game-demo". Otherwise, kubectl version 1.18 gives the following error with the command "kubectl apply -f game-demo-configMap.yaml"
Error from server (BadRequest): error when creating "game-demo-configMap.yaml": ConfigMap in version "v1" cannot be handled as a ConfigMap: v1.ConfigMap.Data: ReadString: expects " or n, but found 3, error found in #10 byte of ...|l_lives":3,"ui_prope|..., bigger context ...|player.maximum-lives=5\n","player_initial_lives":3,"ui_properties_file_name":"user-interface.propert|...
2020-06-19 17:57:40 +02:00
merishlalla
730f645283
Update the correct values for allocated resources
...
In the example, Memory limits and Memory requests per namespace don't add up correctly to the total displayed under Total requests.
2020-06-19 12:19:22 +02:00
Brandon DeVries
1f45d53e25
ommitted "not"
...
From context and general understanding, it looks like this was intended to be "most Kubernetes users will *not* need to
install extensions and fewer will need to author new ones."
2020-06-18 13:08:07 -04:00
makocchi-git
9148aa326e
fix a broken link
2020-06-18 12:58:55 +09:00
Kubernetes Prow Robot
ae05ac0e98
Merge pull request #21835 from mokua/patch-4
...
Update configmap.md
2020-06-17 15:44:06 -07:00
Savitha Raghunathan
7ddedb00a0
resolving conflicts
2020-06-17 17:11:24 -04:00
Roman Marusyk
3823b6239d
Improve kubernetes description
2020-06-17 19:32:06 +03:00
Timo Reimann
92e9bf96b5
Document annotation to set default VolumeSnapshotClass
2020-06-17 10:59:42 +02:00
Kubernetes Prow Robot
093b0c22b4
Merge pull request #21836 from mokua/patch-5
...
Update configmap.md
2020-06-17 01:26:40 -07:00
Richard Mokua
69c280df02
Update configmap.md
2020-06-17 07:53:27 +02:00
Richard Mokua
9a6e4c260d
Update configmap.md
2020-06-17 07:45:19 +02:00
Arhell
f8c1f91d97
update to right styling for VolumeSnapshotClass concept
2020-06-17 01:12:13 +03:00
Yoon
addbb8cec4
fix typo: taint-and-toleration.md
...
fix typo: en/docs/concepts/scheduling-eviction/taint-and-toleration.md
2020-06-17 00:32:07 +09:00
Kubernetes Prow Robot
30e8dc2b9b
Merge pull request #21791 from ZhiFeng1993/Fix-typo-in-images-page
...
Fix typo in the images.md page
2020-06-16 06:02:03 -07:00
Tom Mortimer-Jones
0ff9da888a
Link to better page on cron schedule format
...
The current link is to documentation for the 6 field cron schedule format with
an extra seconds field at the start.
The Wikipedia page is better as it documents the 5 field version of the cron
schedule format.
2020-06-16 08:41:17 +01:00
ZhiFeng1993
646c50ea8d
Fix typo in the images.md page
2020-06-15 17:16:34 -07:00
Roman Mazurenko
4cf2e8e4cb
Clarify imagePullPolicy for empty value
...
imagePullPolicy when defined without a value defaults to Always not to IfNotPresent
2020-06-15 23:34:04 +03:00
Tim Bannister
462d34ef75
Separate commands from output in Deployment concept
2020-06-15 21:07:42 +01:00
Karen Bradshaw
49575ad2dd
clean up in page toc
2020-06-15 12:02:24 -04:00
Laszlo Janosi
29663e9fca
Fix review comments.
...
"Endpoints" is plural.
Add that the alpha state of the feature lasted til 1.18.
Fix the description of the feature. It is not alpha anymore.
2020-06-15 14:33:54 +00:00
Laszlo Janosi
edeb26de0b
SCTP moving from alpha to beta
2020-06-15 14:33:38 +00:00
Irvi Firqotul Aini
9d7c4de9ca
Redirect deadlinks for:
...
- https://ai.google/research/pubs/pub43438
- https://docs.docker.com/engine/admin/volumes/
2020-06-15 16:46:58 +07:00
Ori Hoch
527960a092
volume_attributes is now volume_context in CSI spec
...
this is reflected in the code as well: https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_client.go#L52
2020-06-15 10:20:56 +03:00
Kubernetes Prow Robot
26eeae1a29
Merge pull request #21674 from cloudmelon/melonbranch
...
Add node lease namespace
2020-06-14 10:03:56 -07:00
Kubernetes Prow Robot
54e1f493a1
Merge pull request #21707 from Cweiping/remove_kubectl_run_command_deprecated_en_from_dev_1.19
...
use kubectl create deployment to create deployment with --replicas and --port
2020-06-14 06:09:55 -07:00
Kubernetes Prow Robot
165c5373a4
Merge pull request #21699 from tengqm/fix-crd-link
...
Fix dangling link for CRD
2020-06-13 10:03:55 -07:00
Weiping Cai
cf3becadff
use kubectl create deployment to create deployment with --replicas and --port.
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-13 17:31:10 +08:00
Kubernetes Prow Robot
d0024d7d44
Merge pull request #21148 from sftim/20200523_tidy_job_concept
...
Rename and tidy Job concept page
2020-06-12 22:51:56 -07:00
Kubernetes Prow Robot
44acecd13b
Merge pull request #21438 from sftim/20200502_drop_vendor_details_from_container_image_concept
...
Drop vendor registry details from container image concept
2020-06-12 22:03:57 -07:00
Kubernetes Prow Robot
d1d752e0e1
Merge pull request #21439 from sftim/20200602_tidy_hostaliases_task
...
Tidy task page about using hostAliases
2020-06-12 22:01:55 -07:00
Kubernetes Prow Robot
edafb080e6
Merge pull request #21493 from kbhawkey/kb-security-overview-cleanup
...
modify security overview
2020-06-12 21:57:57 -07:00
Qiming Teng
af17530b46
Fix dangling link for CRD
2020-06-13 12:37:51 +08:00
Kubernetes Prow Robot
65b60d156e
Merge pull request #21067 from jqmichael/patch-5
...
Added comments to RequestedToCapacityRatio formula
2020-06-12 19:49:55 -07:00
Artsiom Kaval
0ec8638025
Fix missuse of Secret vs ConfigMap
2020-06-12 03:54:17 +03:00
Tim Bannister
5d358120fb
Tidy task page about using HostAliases
2020-06-12 00:10:00 +01:00
Tim Bannister
225517a7a5
Drop vendor details from container image concept
...
Minimal rewrite to avoid referencing specific 3rd party vendors and
their implementations.
2020-06-12 00:08:20 +01:00
Tim Bannister
8f9551638b
Rename Job concept page
...
(including Netlify redirects)
2020-06-11 23:13:23 +01:00
Tim Bannister
f4b0238eb1
Reorder Job in workload controllers list
2020-06-11 23:11:34 +01:00
cloudmelon
6cf2449a2e
add lease namespace new commit
2020-06-11 22:18:27 +01:00
Kubernetes Prow Robot
e1096f2827
Merge pull request #21110 from jqmichael/patch-6
...
Clarified LimitRange is enabled by default
2020-06-11 07:44:56 -07: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
Qing Ju
f4dfc3f084
Clarified LimitRange is enabled by default
2020-06-10 16:57:11 -07:00
jqmichael
27f44d7010
Added comments to RequestedToCapacityRatio formula
2020-06-10 16:51:36 -07:00
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
6820d60f04
fixup security overview
2020-06-10 16:21:49 -04: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
a8a5a5ac32
Merge pull request #21603 from pranavbmcloud/patch-1
...
Redundant "Below is an example:" sentence
2020-06-10 11:46:52 -07:00
Kubernetes Prow Robot
0b3412ec6d
Merge pull request #20219 from Vageesha17/patch-10
...
Change output for LoadBalancer service type
2020-06-10 11:26:51 -07:00
Kubernetes Prow Robot
942ea85717
Merge pull request #20287 from ytsarev/pod-dns-fqdn
...
Document pod DNS resolution schema
2020-06-10 11:24:51 -07:00
Kubernetes Prow Robot
c144773bdd
Merge pull request #21023 from KylePolansky/KylePolansky-patch-1
...
Update Azure Container Registry for IAM
2020-06-10 10:44:51 -07:00
Kubernetes Prow Robot
82e3fbe1e7
Merge pull request #21137 from muldoon2007/patch-1
...
Fix inconsistency in pod anti-affinity example.
2020-06-10 10:00:51 -07:00
Kubernetes Prow Robot
5d0a157c01
Merge pull request #21028 from scoulomb/concept-conf-secret
...
In concept secret, add consumption as environment variable
2020-06-10 09:00:52 -07:00
pranavbmcloud
b438f9ca00
Removed sentence as embedded link was missing ( #21627 )
...
* Removed sentence as embedded link was missing
The link "https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20190221-pod-topology-spread.md#motivation " is 404 not found.
Removed the sentence "See Motivation for more details.". Not the ideal solution, but couldn't find the new link.
Better solution would be to replace broken link with correct link.
* Update pod-topology-spread-constraints.md
2020-06-10 06:18:51 -07:00
Karen Bradshaw
38250940c3
create page-content-types
2020-06-09 19:33:15 -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
Savitha Raghunathan
f1966fe56a
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-06-09 11:21:36 -04:00
pranavbmcloud
785cd198f6
Redundant "Below is an example:" sentence
...
The "Here is an example:" sentence follows a " Below is an example:" sentence. One of these 2 sentences is redundant.
Removed the "Below is an example:" sentence.
2020-06-09 20:41:02 +05:30
Kubernetes Prow Robot
c7de492bf4
Merge pull request #21592 from SoumithKumarMudugonda/21357
...
Changes on Wrong Feature Gate Name #21357
2020-06-08 22:17:17 -07:00
Kubernetes Prow Robot
073175fa7f
Merge pull request #21582 from Seklfreak/patch/change_field_selector_example
...
Workaround for new lines in field selector example
2020-06-08 21:45:18 -07:00
Soumith Kumar Mudugonda
88b703c95b
Changes on Wrong Feature Gate Name #21357
2020-06-09 00:01:14 +02:00
Kubernetes Prow Robot
352fafdcc7
Merge pull request #21041 from prasadkatti/move_obj_patching_page
...
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernete…
2020-06-08 12:19:47 -07:00
Sebastian Winkler
2f6093bfd7
workaround for new lines in field selector example
2020-06-08 19:10:26 +02:00
Alex Wang
4439f795f8
update non preempt beta
2020-06-08 23:58:58 +08:00
Quan Tian
c1693b5293
Unify typical apiserver port in docs
2020-06-08 07:20:31 -07:00
Adam
473ab23e80
Update configmap.md
...
Fixed configmap -> configMap
2020-06-07 21:16:28 +02:00
Kubernetes Prow Robot
a03d8db7e4
Merge pull request #21531 from kbhawkey/kb-cleanup-daemonset-concept
...
minor cleanup, remove links
2020-06-07 07:35:45 -07:00
Adam Gutglick
d32b9e2359
Fix numbering in the "Parallel Jobs" section
2020-06-07 12:53:28 +03:00
Karen Bradshaw
6e914e5e28
minor cleanup, remove links
2020-06-05 11:43:35 -04:00
Kubernetes Prow Robot
0909848f1e
Merge pull request #21492 from tallclair/pod-security-profiles
...
Minor cleanup of standardized pod security
2020-06-05 04:31:44 -07:00
Tim Allclair
9065e168f0
Minor cleanup of standardized pod security
2020-06-04 11:22:52 -07:00
Kubernetes Prow Robot
e629f80eb2
Merge pull request #21448 from wangxy518/patch-5
...
a misspelling
2020-06-04 06:39:15 -07:00
Kubernetes Prow Robot
3b6e9e0d6f
Merge pull request #21442 from tallclair/pod-security-profiles
...
Add missing PSP restrictions to standard security profiles
2020-06-03 13:30:44 -07:00
wojtekt
d7e11597ed
Document self-updating feature for ConfigMap
2020-06-03 13:03:01 +02:00
wangxy518
560ee51cb3
a misspelling
...
a misspelling
2020-06-03 15:43:07 +08:00
Tim Allclair
44db1a13c9
Add missing PSP restrictions to standard security profiles
2020-06-02 17:13:12 -07:00
Kubernetes Prow Robot
d8e0a2c0f1
Merge pull request #21163 from sftim/20200524_revise_kubernetes_api_concept
...
Revise Kubernetes API concept page
2020-06-02 14:46:16 -07:00
Kubernetes Prow Robot
a2cf355947
Merge pull request #21261 from roberthbailey/remove-roberthbailey
...
Remove myself as a reviewer
2020-06-02 14:20:17 -07:00
Tim Bannister
1b78735e6e
Revise Kubernetes API concept
...
- update request header table
- drop references to deprecated details (eg Swagger)
- reword to match website style guide
2020-06-02 22:14:42 +01:00
Richard Mokua
0773f17490
Update add-entries-to-pod-etc-hosts-with-host-aliases.md
...
https://github.com/kubernetes/website/issues/21383#issuecomment-636769285
2020-06-02 13:38:41 +02:00
Alex Lin
05b5e8d9f2
Add info to `aws-load-balancer-security-groups` annotation
...
Add warning to avoid sharing security groups between multiple services in the `service.beta.kubernetes.io/aws-load-balancer-security-groups` annotation
2020-06-02 13:22:11 +10:00
Kubernetes Prow Robot
3c1c97843e
Merge pull request #21251 from verult/repd-ga
...
Regional PD: moved to GA and updated manual provision steps
2020-05-30 13:25:54 -07:00
Kubernetes Prow Robot
6874e48e3a
Merge pull request #21270 from artberger/adb-ibm-reg-links
...
Fixing links to IBM Cloud documentation
2020-05-28 19:07:16 -07:00
Zach Corleissen
835af84149
Revert "Add DigitalOcean to cloud provider documentation."
2020-05-28 13:49:50 -07:00
Art Berger
f3ed751967
IKS link
2020-05-28 10:42:35 -04:00
Art Berger
5a758ab583
Fix registry link
...
New format with capital letter. Redirect is in place for old link, but will expire eventually.
2020-05-28 10:15:33 -04:00
Robert Bailey
8098dcc6b9
Remove myself as a reviewer as I'm no longer a project maintainer and should
...
not be getting code reviews.
2020-05-28 01:12:45 -07:00
Cheng Xing
db66a176dc
Updating regional PD manual provision steps
2020-05-27 15:42:58 -07:00
Sergey Kanzhelev
80fdf3ddaf
trivial url fix
...
typo in url. Correct url is this: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container
2020-05-27 13:34:00 -07:00
Kubernetes Prow Robot
5750f06822
Merge pull request #20606 from celestehorgan/linkchecker
...
Add a link checker to k8s.io
2020-05-27 06:16:41 -07:00
Vageesha17
4c44367e87
Apply suggestions from code review
...
added suggestion to keep cluster IP same as before
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2020-05-27 10:45:03 +05:30
Kubernetes Prow Robot
28bd08db49
Merge pull request #21206 from MorrisLaw/document-digitalocean-cloudprovider
...
Add DigitalOcean to cloud provider documentation.
2020-05-26 21:16:43 -07:00
Tim Bannister
2eb6ab1ad3
Add a link checker
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-26 16:06:46 -07:00
Savitha Raghunathan
6311db5da4
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-05-26 18:03:50 -04:00
Brian de Alwis
abd22fef61
Reword toleration special-cases note
...
Remove the example code as it does not render correctly.
2020-05-26 15:24:58 -04:00
MorrisLaw
921b2c8625
Add DigitalOcean to cloud provider documentation.
2020-05-26 18:08:44 +00:00
Boris Od
9fd744eb93
Add a missing word
...
The sentence is not complete.
2020-05-25 14:07:00 +05:30
Kubernetes Prow Robot
8ffda8361d
Merge pull request #21157 from uaparicio/patch-1
...
Removing required sentence in #21133
2020-05-24 17:23:11 -07:00
divyabhushan
276d7da86b
Removed extra quoting in “DNS for Services and Pods”#21161
2020-05-24 15:01:06 +02:00
uaparicio
785740de07
Removing required sentence in #21133
2020-05-24 00:29:25 -03:00
Kubernetes Prow Robot
a9eb5231da
Merge pull request #21143 from lars-olsson/fix-nodes-doc-typo
...
Fix small typo in concepts/architecture/nodes
2020-05-23 08:49:10 -07:00
Lars Eric Olsson
bd204ba2d1
Fix small typo in concepts/architecture/nodes
2020-05-23 13:52:05 +02:00
muldoon2007
5ca114cb85
Fix inconsistency in pod anti-affinity example.
...
It looks like a previous version of the anti-affinity code in this example had `topologyKey: node`.
2020-05-22 18:40:46 -07:00
wawa0210
6ad483fb8e
Clarify behavior of `imagePullPolicy: Always`
2020-05-23 08:55:33 +08:00
Kubernetes Prow Robot
bcc860271e
Merge pull request #21034 from jqmichael/patch-4
...
Clarified Secrets file mode
2020-05-21 12:58:37 -07:00
Kubernetes Prow Robot
782ff1b757
Merge pull request #20868 from jqmichael/patch-3
...
Clarify node affinity in ScheduleDaemonSetPods
2020-05-21 10:20:14 -07:00
Tim Allclair
75652e8585
Standardized pod security profiles
2020-05-20 16:54:37 -07:00
Kubernetes Prow Robot
f87bfd3ac9
Merge pull request #21042 from johscheuer/add-note-for-experimental-status
...
Add note about experimental status of bandwidth limit
2020-05-19 16:46:18 -07:00
Savitha Raghunathan
1f08c931df
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-05-19 16:58:32 -04:00
ialidzhikov
9eca2d9bd7
Nit: align namespaces output
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-05-19 21:55:08 +03:00
jqmichael
14448d73b7
Clarified Secrets file mode
...
1. The example is using YAML which supports octal notation. Updated the corresponding doc.
2. Clarified we need to follow the symlink to find the correct file mode.
2020-05-19 10:02:20 -07:00
WangYun
198c1cbdcd
overview.md typo
...
It seems there is a blank in `headless-` and `service`, which leads to error format
2020-05-19 08:08:03 +08:00
Prasad Katti
1481e711c6
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernetes Objects' section
2020-05-18 09:25:13 -07:00
WangYun
83c30904c4
Update deployment.md
...
`s` is redundant.
2020-05-18 23:12:04 +08:00
Johannes M. Scheuermann
951430790e
Add note about experimental status of bandwidth limit
2020-05-18 09:29:31 +02:00
Sylvain COULOMBEL
4f18583d19
In concept secret, add consumption as environment variable
2020-05-17 16:54:52 +02:00
Kyle Polansky
2b70708caf
Update Azure Container Registry for IAM
...
Add instructions for pulling images from Azure Container Registry using Azure Kubernetes Service service principal authentication.
2020-05-17 03:46:57 -05:00
Divya Bhushan
c5915cb722
#20970-fixed broken link in concepts/workloads/controllers/statefulset/
2020-05-15 01:38:22 +02:00
Kubernetes Prow Robot
f1929c87ea
Merge pull request #20924 from celestehorgan/fix-broken-links
...
Fix broken links identified by linkchecker
2020-05-14 07:22:22 -07:00
Irvi Firqotul Aini
e852b9bb81
Make small changes to trigger tide.
2020-05-14 00:29:03 +07:00
Kubernetes Prow Robot
9965cc28aa
Merge pull request #20947 from mristok/mristok-patch-1
...
fix en misspelling in overview.md
2020-05-13 09:34:28 -07:00
Kubernetes Prow Robot
4741a620d3
Merge pull request #20828 from marcobellaccini/patch-1
...
Fixed indentation in TLS Ingress example
2020-05-13 09:00:27 -07:00
mristok
4d6d79b4d4
fix misspelling in overview.md
...
fix two misspellings in overview.md:
technnology -> technology
standardisation -> standardization
2020-05-13 10:43:36 -05:00
Marco Bellaccini
cb734dfdcf
Fixed indentation in TLS Ingress example
...
- Fixed indentation in TLS Ingress example
- Made indentation uniform
Bad indentation resulted in a YAML-to-JSON conversion error when running kubectl
2020-05-13 17:25:14 +02:00
Kubernetes Prow Robot
affb6b22bd
Merge pull request #20907 from ramineni/patch-2
...
Update CSIMigration state in volumes.md
2020-05-13 07:02:27 -07:00
Kubernetes Prow Robot
253c1c5c78
Merge pull request #20931 from zacharysarah/fix-flow-control
...
Correctly enclose table shortcode
2020-05-12 18:42:26 -07:00
zacharysarah
78ee63f620
Remove table shortcode
2020-05-12 17:04:53 -07:00
Celeste Horgan
e0ae1338cd
Correct links
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Kubernetes Prow Robot
9f82c32a61
Merge pull request #20920 from sftim/20200512_fix_deployment_concept_markdown
...
Fix note shortcodes in Deployment concept
2020-05-12 12:48:22 -07:00
Kubernetes Prow Robot
1cecfd5ea7
Merge pull request #20891 from gavinfish/pod-topology-en
...
Fix angle brackets issue for pod-topology-spread-constraints.md
2020-05-12 12:12:21 -07:00
Tim Bannister
34894dafc2
Upgrade Note to Caution
...
This is a strong caution against making the change described here.
2020-05-12 19:07:16 +01:00
Tim Bannister
0729189257
Adjust Deployment Markdown for Hugo 0.70.x
...
Shortcodes that deal with indentation seem tricky in Hugo. Try this
work-around.
2020-05-12 19:06:26 +01:00
Irvi Firqotul Aini
380add9419
Fix indentation.
2020-05-12 23:12:27 +07:00
Anusha Ramineni
f50994a08c
Update volumes.md
2020-05-12 12:12:22 +05:30
Savitha Raghunathan
ea8179d29d
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-05-11 16:07:40 -04:00
Adam Kaplan
55e17b86f2
mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
...
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
drfish
f3fd15f042
Fix angle brackets issue for pod-topology-spread-constraints.md
2020-05-11 23:07:54 +08:00
Kubernetes Prow Robot
a0f8b298e0
Merge pull request #20858 from gujingit/master
...
Add content about the Alibaba cloud provider
2020-05-11 00:31:51 -07:00
gujingit
03aa645e8c
add load balancer info for alibaba cloud provider
2020-05-10 09:52:47 +08:00
jqmichael
691f8667c6
Clarify node affinity in ScheduleDaemonSetPods
...
> If node affinity of the DaemonSet pod already exists, it is replaced.
The original statement made it sound like the original node affinity was ignored when selecting the target node. Added clarification it is not the case.
For reference, the DaemonSet controller behavior.
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/daemon/daemon_controller.go#L1194
2020-05-09 18:40:18 -07:00
Kubernetes Prow Robot
89982e33f8
Merge pull request #20798 from inaitgaj/patch-1
...
logs command to check etc/hosts file corrected
2020-05-09 15:15:50 -07:00
Kubernetes Prow Robot
78ab651c9e
Merge pull request #18342 from sftim/20191227_tidy_pod_preset_pages
...
Tidy pages for PodPreset
2020-05-09 09:01:53 -07:00
Kubernetes Prow Robot
2da45fa3a6
Merge pull request #17509 from sftim/20191109_node_concept_improvements
...
Improve Node, Taints, and Tolerations concepts
2020-05-09 08:59:51 -07:00
Kubernetes Prow Robot
07fa80f443
Merge pull request #20856 from willise/docs/affinity
...
docs: reorganize topologyKey constraints
2020-05-09 07:51:50 -07:00
willise
fd16ff5529
docs: reorganize topologyKey constraints
...
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
2020-05-09 14:44:25 +08:00
willise
6e64f84983
docs: Add all probe explanation of init contaners
...
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
2020-05-09 11:03:47 +08:00
gujingit
c349c7dfd2
Add content about the Alibaba cloud provider
2020-05-09 10:49:19 +08:00
Kubernetes Prow Robot
421caff2b5
Merge pull request #20741 from jqmichael/patch-2
...
Made autoscale command more explicit
2020-05-08 19:39:52 -07:00
Kubernetes Prow Robot
eef6edfb93
Merge pull request #20738 from fml2/feature/Document-char-encoding-in-mapped-volumes
...
Document char encoding in mapped volumes
2020-05-08 19:37:51 -07:00
Kubernetes Prow Robot
29268394e6
Merge pull request #20761 from sftim/20200504_drop_endpointslice_feature_callout
...
Don't mention EndpointSlice resource on front page
2020-05-08 19:33:52 -07:00
iaoiui
af50366896
Some docs incorrect v1.18 kubectl run command ( #20784 )
...
* use "kubectl create deploy" instead of "kubectl run"
* omit whitspace fix
* omit whitspace fix
* avoid shorthand
2020-05-08 19:27:52 -07:00
Kubernetes Prow Robot
9c8e3c5130
Merge pull request #20819 from rkamudhan/patch-8
...
adding OVN4NFV-K8S-Plugin in addons
2020-05-08 19:19:51 -07:00
Kubernetes Prow Robot
68283c7717
Merge pull request #20816 from rkamudhan/patch-7
...
Adding OVN4NFV-K8S-Plugin in networking.md
2020-05-08 19:13:52 -07:00
Kubernetes Prow Robot
b92cd32196
Merge pull request #20833 from prasadkatti/pdb_feature_state
...
Add feature state for PodDisruptionBudget
2020-05-08 19:09:52 -07:00
Kubernetes Prow Robot
82ca68492e
Merge pull request #20830 from prasadkatti/fix_pdb_example
...
Fix cluster state in example on Disruptions concept page
2020-05-08 01:49:43 -07:00
Prasad Katti
d1952bf98c
Add feature state for PodDisruptionBudget
2020-05-07 16:09:18 -07:00
fml2
d1ff4e7c12
Document that UTF-8 is used when exposing configMaps as files
2020-05-07 23:45:43 +02:00
Prasad Katti
4b1a41b1ca
Fix cluster state in example on Disruptions concept page
2020-05-07 14:25:29 -07:00
Kubernetes Prow Robot
a6c6be1f27
Merge pull request #20805 from boskoop/deployment-recreate-edge-case
...
Pod lifecycle edge-cases for Recreate strategy
2020-05-07 14:07:42 -07:00
Kubernetes Prow Robot
20392aedad
Merge pull request #20605 from aapeliv/master
...
Fix typo in content/en/docs/concepts/services-networking/service.md
2020-05-07 10:45:10 -07:00
Kuralamudhan Ramakrishnan
1a04e1471d
adding OVN4NFV-K8S-Plugin in addons
2020-05-06 20:52:14 -07:00
Kuralamudhan Ramakrishnan
d8172b6aab
Update networking.md
2020-05-06 20:39:53 -07:00
Kubernetes Prow Robot
f3891c9baf
Merge pull request #20715 from bridgetkromhout/cluster-cidr-clarification
...
Clarification of formatting for IPv4/IPv6 CIDRs
2020-05-06 18:25:08 -07:00
Kevin Taylor
4ed975af84
Remove reference to VolumeSubpathEnvExpansion feature gate
2020-05-06 17:47:54 -07:00
Christian Bürgi
cf2d2b7970
Pod lifecycle edge-cases for Recreate strategy
...
Document Pod lifecycle behavior edge-case when using a Recreate strategy. This should document the "unexpected" behavior discussed in kubernetes/kubernetes#58814
2020-05-06 19:58:58 +02:00
Nikhil Jagtiani
14c07ede73
logs command to check etc/hosts file corrected
...
hosts file can be viewed using exec command.
2020-05-06 14:38:59 +05:30
Kubernetes Prow Robot
5f09fa4814
Merge pull request #20602 from Huang-Wei/Introducing-PodTopologySpread
...
Blog introducing PodTopologySpread
2020-05-05 10:33:09 -07:00
Wei Huang
bd85794f04
Blog introducing PodTopologySpread
2020-05-04 20:17:31 -04:00
Bridget Kromhout
1c7dcfc6de
Clarify IPv4 and IPv6
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2020-05-04 14:03:31 -05:00
Tim Bannister
63550c9e88
Don't mention EndpointSlice resource on front page
...
EndpointSlice is a nice idea, but it's not front-page-of-site nice.
Remove it.
2020-05-04 17:22:19 +01:00
jqmichael
5f18998e73
Made autoscale command more explicit
2020-05-03 12:02:23 -07:00
Kubernetes Prow Robot
f64d9ae916
Merge pull request #20696 from pjhwa/fix-20695
...
Fix issue with k8s.io/docs/concepts/cluster-administration/cloud-prov…
2020-05-03 07:02:26 -07:00
Kubernetes Prow Robot
d67998a8dc
Merge pull request #20422 from nikhil-zadoo/patch-1
...
Updated hyperlink to raw-block-volume-support
2020-05-01 06:50:29 -07:00
Jerry Park
ee9f3db6cf
Fix issue with k8s.io/docs/concepts/cluster-administration/cloud-providers/
2020-05-01 08:06:54 +09:00
Lachlan Evenson
b17628152b
Remove IPVS prerequisites
...
Remove caution and replace with updated default
Add kube-apiserver feature-gates
Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-04-30 15:46:44 -07:00
Joel
524e6c275a
Added optional key name for --from-file.
2020-04-30 11:42:56 -07:00
ViBiOh
71f95e719a
fix: Metadata name of ConfigMap must be lower case
2020-04-30 11:32:30 +02:00
Kubernetes Prow Robot
912d42c29c
Merge pull request #20651 from dsbos/patch-7
...
Fixed Markdown syntax error in list
2020-04-30 01:46:17 -07:00
Kubernetes Prow Robot
af23b1ebc1
Merge pull request #20650 from dsbos/patch-6
...
Fixed a punctuation error.
2020-04-29 14:20:17 -07:00
Cristobal Dabed
4b46f0028d
Update secret.md
...
Update all references of the escaped example password from `S!B\*d$zDsb` to `S!B\*d$zDsb=`
2020-04-29 22:03:21 +02:00
Daniel Barclay
1563cf64c9
Fixed Markdow syntax error.
...
Can someone verify that my correction is correct? (I don't know how to view the rendered form of the Markdown.)(
2020-04-29 10:59:03 -04:00
Daniel Barclay
37172dd1bf
Fixed a puncutation error.
2020-04-29 10:02:50 -04:00
Cristobal Dabed
49c056370f
Update secret.md
...
Also apply the character `=` to the example.
2020-04-29 15:02:14 +02:00
Cristobal Dabed
8910e837c0
Update secret.md
...
We had to escape a password that ended with `=` to make the secret work with our pod.
2020-04-29 13:02:11 +02:00
Tim Bannister
c5abd7704a
Improve Node, Taints, and Tolerations concepts
...
- Use glossary shortcodes in Node concept
Add glossary tooltips to help new readers take in unfamiliar concepts.
- Move minion hint to glossary
The page about Node need not mention the former name (minion): it has
been many releases since the name change.
Instead, add a hint to the full glossary definition.
- Use note shortcodes where appropriate
- Order node management section first in concept page
- Drop list of components that act on Nodes
With Operators and CustomResourceDefinitions now common, plus the
cluster API, it's less easy to give a definitive list of components that
interacr with Node objects.
- Tidy old mentions of GA features for Node
- Give node tainting by condition its own section
- Introduce toleration concept before using it
- Mention version in TopologyManager feature state
- Other rewording
- Tidy Node condition table
- Explain SchedulingDisabled synthesized condition
- Drop details of supported versions for NodeRestriction
Assume that cluster version is v1.13 or later
2020-04-28 23:30:05 +01:00
Aapeli
c44e025d8d
Fix typo in content/en/docs/concepts/services-networking/service.md
2020-04-28 08:53:40 +10:00
Kubernetes Prow Robot
4d33f0282c
Merge pull request #20522 from Colstuwjx/fix/doc-node-affinity-nodeSelectorTerms-matchExpressions
...
doc: correct the description for nodeSelectorTerms,matchExpressions.
2020-04-27 13:22:05 -07:00
Chris Friesen
f768f14567
Remove stale docs about disabling the PodPriority feature.
...
As of 1.18 the PodPriority feature cannot be disabled, so update
the docs to reflect this.
2020-04-27 11:47:50 -06:00
Kubernetes Prow Robot
213769bc72
Merge pull request #20576 from pjhwa/fix-20575
...
Fix issue with k8s.io/docs/concepts/configuration/manage-resources-co…
2020-04-27 07:49:30 -07:00
Jerry Park
1b52e40232
Fix issue with k8s.io/docs/concepts/configuration/manage-resources-containers/
2020-04-27 23:37:13 +09:00
Hongcai Ren
b00c2da0ee
Explain how to manage Kubernetes running on HUAWEI CLOUD provider. ( #20579 )
...
* Explain how to manage Kubernetes running on HUAWEI CLOUD provider.
* Update content/en/docs/concepts/cluster-administration/cloud-providers.md
Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com>
* Update content/en/docs/concepts/cluster-administration/cloud-providers.md
Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com>
Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>
2020-04-27 04:45:29 -07:00
Tim Bannister
58498dc3ca
Reword PodPreset concept
...
- Note feature state for PodPreset
- Emphasize section on enabling PodPreset
- Omit version check
Assume that the reader has a supported version of Kubernetes that
includes PodPreset.
- List PodPreset as a task prerequisite
PodPreset is an alpha feature; you can't follow the task page unless
it's enabled.
2020-04-27 11:35:42 +01:00
Fuxing Loh
ddfa877602
Add missing default value to Progress Deadline Seconds
...
Potentially confusing sentence, being an optional value; not stating the default value might create an assumption that deployment will retry forever.
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#deploymentspec-v1-apps
2020-04-25 09:26:26 +08:00
colstuwjx
53c7cdb0c5
doc: correct the description for nodeSelectorTerms,matchExpressions.
2020-04-23 16:57:46 +08:00
Kubernetes Prow Robot
d6df57a88d
Merge pull request #20265 from Fale/control-plane-node-communication
...
Move from master to control plane
2020-04-22 15:25:45 -07:00
Kubernetes Prow Robot
3bffa50161
Merge pull request #19705 from sftim/20200318-revise-cloud-controller-manager
...
Revise cloud-controller-manager documentation
2020-04-21 20:25:53 -07:00
Kubernetes Prow Robot
7da5118e08
Merge pull request #20204 from viniciusbds/patch-1
...
Update concepts/extend-kubernetes/api-extension/custom-resources.md
2020-04-21 20:17:52 -07:00
Kubernetes Prow Robot
2fd5c43797
Merge pull request #20102 from sftim/20200405_add_configmap_concept
...
Add ConfigMap concept
2020-04-21 20:11:52 -07:00
Tim Bannister
5db3af4938
Revise cloud-controller-manager documentation
2020-04-21 19:59:45 +01:00
Tim Bannister
ea11774d64
Add ConfigMap concept page
...
Co-Authored-By: Celeste Horgan <celeste@cncf.io>
2020-04-21 19:36:42 +01:00
Tim Bannister
ee7ba25c96
Reorder Configuration concept section
2020-04-21 19:21:53 +01:00
vldungureanu
7ccc1d2aed
Update pod-overview.md
2020-04-21 19:11:30 +02:00
Vinicius Barbosa
ded2612866
Update content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
...
Co-Authored-By: Jim Angel <jimangel@users.noreply.github.com>
2020-04-21 07:32:37 -03:00
Vinicius Barbosa
7119fa1c27
Merge branch 'master' into patch-1
2020-04-21 00:26:19 -03:00
Kubernetes Prow Robot
ebf3d178c4
Merge pull request #20292 from rwanyoike/patch-1
...
Update deployment.md - Fix inconsistency and rollback message
2020-04-20 20:02:55 -07:00
Kubernetes Prow Robot
2c90f60d82
Merge pull request #17782 from sftim/20191123_reword_pod_overview
...
Reword Pod concept (overview page)
2020-04-20 19:50:57 -07:00
Tim Bannister
1034426bd5
Reword and rename “Managing Compute Resources for Containers” ( #18940 )
...
* Reword resource limits section about ephemeral local storage
Co-Authored-By: Celeste Horgan <celeste@cncf.io>
* Move troubleshooting section to foot of page
It's OK to hyperlink to this section; in fact, I recommend it.
* Tweak section about monitoring key Pod resources
Monitoring reports memory use as well as CPU
* Fold 2 displayed headings into 1
Add a 2nd-level heading to cover two related headings, that I'm moving
to 3rd level. This change shortens the table of contents and still
leaves an entry there for readers to click on.
* Reword What's next section
* Revise punctuation
* Change page path to match title
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-04-20 19:44:56 -07:00
Kubernetes Prow Robot
343188997f
Merge pull request #20453 from RainbowMango/pr_add_huaweicloud_to_cloud_vendor_list
...
Add HUAWEI CLOUD to cloud-provider vendor list
2020-04-20 19:08:56 -07:00
Kubernetes Prow Robot
00fc4c5d82
Merge pull request #20439 from AlphaWong/patch-1
...
Add example for secret.md for `envFrom` field
2020-04-20 18:44:55 -07:00
Kubernetes Prow Robot
63ceb45277
Merge pull request #20249 from sftim/20200411_tidy_limit_range_concept
...
Tidy LimitRange concept
2020-04-20 18:28:56 -07:00
Kubernetes Prow Robot
60858b6cfd
Merge pull request #20353 from pjhwa/fix-20352
...
Fix issue with k8s.io/docs/concepts/cluster-administration/manage-dep…
2020-04-20 18:02:55 -07:00
RainbowMango
e459f7ea40
Add HUAWEI CLOUD to cloud-provider vendor list
2020-04-20 17:57:30 +08:00
Alpha
a0f9db9382
Update secret.md
2020-04-20 10:38:32 +08:00
Kubernetes Prow Robot
60d3721604
Merge pull request #18252 from sftim/20191223_cleanup_pod_lifecycle
...
Clean up pod lifecycle page
2020-04-18 17:19:36 -07:00
Kubernetes Prow Robot
5cd805fc9f
Merge pull request #20398 from verult/repd-ga
...
update regional pd description to use volume topology mechanism
2020-04-18 12:49:35 -07:00
Kubernetes Prow Robot
ad4505dade
Merge pull request #20256 from pjhwa/fix-20255
...
Fix issue with /docs/concepts/configuration/taint-and-toleration/
2020-04-18 09:51:36 -07:00
Tim Bannister
5e0e03dec6
Tidy LimitRange concept
2020-04-18 17:47:06 +01:00
Fabio Alessandro Locati
f477fd8d37
control plane should not be capitalized
2020-04-18 14:45:57 +02:00
Nikhil Zadoo
66a784660c
Updated hyperlink to raw-block-volume-support
...
The current hyperlink is broken. Updating it to point to the page marker on the same page.
2020-04-18 12:41:48 +02:00
Cheng Xing
2b4c1c3aec
update regional pd description to use volume topology mechanism
2020-04-17 11:43:51 -07:00
Fabio Alessandro Locati
fb2dc4f218
Change text to substitute Master with Control Plane
2020-04-17 18:02:00 +02:00
Kubernetes Prow Robot
ba59b859b1
Merge pull request #20253 from chrizel/chrizel-patch-1
...
Added missing word back again
2020-04-17 07:53:06 -07:00
Kubernetes Prow Robot
ee90ce8e16
Merge pull request #20389 from varadaprasanth/patch-2
...
pod-template-hash label updated
2020-04-17 07:45:07 -07:00
Fabio Alessandro Locati
3c3b91d348
rename master-node-communication in control-plane-node-communication
2020-04-17 15:53:51 +02:00
Kubernetes Prow Robot
fa7dbdcbe6
Merge pull request #20396 from kaivalya97/patch-2
...
Typo fix
2020-04-17 05:13:06 -07:00
Kubernetes Prow Robot
80572e4265
Merge pull request #20410 from viniciusbds/fix-OWASP-links
...
Fix OWASP broken links
2020-04-17 05:03:07 -07:00
viniciusbds
8a8e7ed41a
Fix owasp broken links
2020-04-17 08:35:45 -03:00
Kubernetes Prow Robot
34f77c4b19
Merge pull request #19459 from AliMirlou/patch-1
...
Minor refactor and typo fix of Custom Resources topic
2020-04-16 18:15:08 -07:00
Kaivalya Shah
de8cd50a3e
Typo fix
2020-04-17 02:32:43 +05:30
Kubernetes Prow Robot
0b423535e0
Merge pull request #20087 from linsun/patch-1
...
add IBM cloud instruction for internal lb
2020-04-16 06:38:46 -07:00
Lin Sun
24bd13bd5a
add IBM cloud instruction
...
Signed-off-by: Lin Sun <linsun@us.ibm.com>
2020-04-16 08:58:16 -04:00
Kubernetes Prow Robot
54e0620c24
Merge pull request #20221 from ysyukr/limit-range-links
...
Update full link to inline link.
2020-04-16 05:54:47 -07:00
varadaprasanth
f559ac498a
pod-template-hash label updated
...
code style has applied to the pod-template-hash label.
2020-04-16 18:05:24 +05:30
Julien Mailleret
bf399a7a15
Update broken link
2020-04-16 12:18:58 +02:00
Jerry Park
2511741bc1
Fix Issue with k8s.io/docs/concepts/cluster-administration/manage-deployment/
2020-04-15 23:53:09 +09:00
Kubernetes Prow Robot
b386a31c22
Merge pull request #20326 from rmohta/patch-1
...
Moved Desired and Current headers to rs section
2020-04-15 02:44:03 -07:00
Rohit Mohta
9ff3899824
Move Desired & Current headers to rs section.
2020-04-14 21:25:22 -07:00
Adam Kaplan
1bb09e6d0d
Rename "Scheduling: concept as "Scheduling and Eviction"
...
* Rename `docs/concepts/scheduling` to `docs/concepts/scheduling-eviction`
* Retitle concept header to "Scheduling and Eviction"
* Update redirects
* Update internal links (en only)
Part of proposal #19081
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-04-14 08:51:00 -04:00
Tim Bannister
6a97c40e74
Expand details about CronJob timezone
2020-04-14 00:03:23 +01:00
Tim Bannister
7da5b12927
Note CronJob timezone comes from system timezone
...
The timezone for the kube-controller-manager (or if that's broken apart,
the cronjob controller) determines when CronJobs are scheduled.
This reverts commit bad124b857
.
2020-04-14 00:02:58 +01:00