Kubernetes Submit Queue
07b777fee1
Merge pull request #34758 from fgrzadkowski/monitoring_arch
...
Automatic merge from submit-queue
Add monitoring architecture
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**: This adds a description of monitoring architecture.
**Special notes for your reviewer**: This proposal have been already extensively discussed in [this doc](https://docs.google.com/document/d/1z7R44MUz_5gRLwsVH0S9rOy8W5naM9XE5NrbeGIqO2k ); this is just a copy&paste so that it's in our repo.
@kubernetes/autoscaling @kubernetes/sig-instrumentation @DirectXMan12 @davidopp @piosz @derekwaynecarr @thockin
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
NONE
```
2016-10-17 07:43:23 -07:00
Filip Grzadkowski
d021c230fe
Add monitoring architecture.
2016-10-17 15:21:49 +02:00
Kubernetes Submit Queue
1a90b4b72c
Merge pull request #31368 from vladi-dev/master
...
Automatic merge from submit-queue
Doc: Explain how to use EBS storage on AWS
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
2016-10-15 12:17:20 -07:00
Kubernetes Submit Queue
27dcf27ad8
Merge pull request #33076 from YuPengZTE/devIE
...
Automatic merge from submit-queue
ie. should be i.e.
2016-10-15 08:50:02 -07:00
Kubernetes Submit Queue
a0d4878ea9
Merge pull request #30145 from markturansky/limit_range_pvc
...
Automatic merge from submit-queue
Add PVC storage to LimitRange
This PR adds the ability to add a LimitRange to a namespace that enforces min/max on `pvc.Spec.Resources.Requests["storage"]`.
@derekwaynecarr @abhgupta @kubernetes/sig-storage
Examples forthcoming.
```release-note
pvc.Spec.Resources.Requests min and max can be enforced with a LimitRange of type "PersistentVolumeClaim" in the namespace
```
2016-10-12 20:26:59 -07:00
markturansky
0d40104c1d
add pvc storage to LimitRange
2016-10-05 17:31:15 -04:00
Joe Beda
17454a04ac
Remove support for boot2docker
2016-10-03 19:42:20 -07:00
Kubernetes Submit Queue
7dcae5edd8
Merge pull request #25260 from duglin/minion
...
Automatic merge from submit-queue
Change minion to node
Continuation of #1111
I tried to keep this PR down to just a simple search-n-replace to keep
things simple. I may have gone too far in some spots but its easy to
roll those back if needed - just let me know.
I avoided renaming `contrib/mesos/pkg/minion` because there's already
a `contrib/mesos/pkg/node` dir and fixing that will require a bit of work
due to a circular import chain that pops up. So I'm saving that for a
follow-on PR.
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-09-28 20:08:59 -07:00
Dan Williams
f1aaf79fb4
docs/networking: update IPv6 support section
2016-09-28 16:58:55 -05:00
Doug Davis
9d5bac6330
Change minion to node
...
Contination of #1111
I tried to keep this PR down to just a simple search-n-replace to keep
things simple. I may have gone too far in some spots but its easy to
roll those back if needed.
I avoided renaming `contrib/mesos/pkg/minion` because there's already
a `contrib/mesos/pkg/node` dir and fixing that will require a bit of work
due to a circular import chain that pops up. So I'm saving that for a
follow-on PR.
I rolled back some of this from a previous commit because it just got
to big/messy. Will follow up with additional PRs
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-09-28 10:53:30 -07:00
Paul Morie
3335a5bb19
Move SELinux proposal to docs/design
2016-09-27 13:00:59 -04:00
Kubernetes Submit Queue
45723e0778
Merge pull request #33471 from YuPengZTE/devVS
...
Automatic merge from submit-queue
The VS and dot is seprated
2016-09-27 07:32:16 -07:00
Kubernetes Submit Queue
4339b87ae3
Merge pull request #31228 from yuexiao-wang/fix-makefile
...
Automatic merge from submit-queue
Add targets for PHONY in Makefile
Add targets for PHONY in Makefile and keep the same style between rules and PHONY
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-09-26 22:30:10 -07:00
YuPengZTE
d0f69ee0f9
The VS and dot is seprated
...
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-26 17:05:53 +08:00
YuPengZTE
f3a000757c
ie. is should be i.e.
...
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-20 16:21:14 +08:00
Vish Kannan
a1fe3adbc7
Revert "Revert "[kubelet] Fix oom-score-adj policy in kubelet""
2016-09-16 16:32:58 -07:00
Vish Kannan
492ca3bc9c
Revert "[kubelet] Fix oom-score-adj policy in kubelet"
2016-09-15 19:28:59 -07:00
Vishnu kannan
e4acad7afb
Fix oom-score-adj policy in kubelet.
...
Docker daemon and kubelet needs to be protected by setting oom-score-adj to -999.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-09-14 11:56:10 -07:00
Jordan Liggitt
620cc66ead
Doc API group suffix, add test to catch new groups
2016-09-09 15:56:08 -04:00
Matt Liggett
43d449b943
re-run update-munge-docs
2016-09-06 17:41:57 -07:00
Kubernetes Submit Queue
d022750ad2
Merge pull request #31919 from ciwang/designdoc
...
Automatic merge from submit-queue
Snapshotting design doc
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
Design doc for volume snapshotting feature (alpha)
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
2016-09-03 09:11:19 -07:00
Kubernetes Submit Queue
8730514bd2
Merge pull request #31861 from YuPengZTE/devNote
...
Automatic merge from submit-queue
The first letter is small
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
2016-09-03 09:11:15 -07:00
Cindy Wang
3a28c09efb
Snapshotting design doc
...
minor edits, changing prefix on annotations
update-munge-docs
2016-09-02 13:39:50 -07:00
David McMahon
385fb81407
Update the latestReleaseBranch to release-1.4 in the munger.
2016-09-01 14:40:55 -07:00
YuPengZTE
b367764167
The first letter is small
2016-09-01 17:23:21 +08:00
Kubernetes Submit Queue
1b184f29d0
Merge pull request #29287 from caitong93/patch-2
...
Automatic merge from submit-queue
Fix a typo in resource-qos design doc
2016-08-29 12:15:31 -07:00
Jeff Mendoza
95b73058d2
Removed non-md files from docs. Moved doc yamls to test/fixtures.
...
Most of the contents of docs/ has moved to kubernetes.github.io.
Development of the docs and accompanying files has continued there, making
the copies in this repo stale. I've removed everything but the .md files
which remain to redirect old links. The .yaml config files in the docs
were used by some tests, these have been moved to test/fixtures/doc-yaml,
and can remain there to be used by tests or other purposes.
2016-08-25 15:09:27 -07:00
yuexiao-wang
2d17b43361
Add targets for PHONY in Makefile
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-08-25 09:03:05 +08:00
Vladi
27458174bb
Doc: Explain how to use EBS storage on AWS
2016-08-24 12:59:44 -07:00
Kubernetes Submit Queue
8ba1be314e
Merge pull request #29785 from petemiron/patch-1
...
Automatic merge from submit-queue
Clarify documentation that new admission control plugin must be imported
```release-note
```
Admission control design doc doesn't mention importing the plugin to plugins.go. I was unable to get the plugin to build into my binary without it. Updated documentation to prevent future confusion.
2016-08-23 16:52:40 -07:00
Peter Miron
f078f8df94
New plugin must be imported
...
Admission control design doc doesn't mention importing the plugin to plugins.go. I was unable to get the plugin to build into my binary without it.
2016-08-23 11:51:46 -04:00
Kubernetes Submit Queue
4ac7972f73
Merge pull request #30968 from Crazykev/fix-t
...
Automatic merge from submit-queue
correct object in downward_api_resources_limits_requests
2016-08-22 15:26:58 -07:00
Kubernetes Submit Queue
fd4b463e1a
Merge pull request #30966 from Crazykev/fix-typo
...
Automatic merge from submit-queue
correct specifies in aws_under_the_hood
2016-08-19 09:29:22 -07:00
Crazykev
cb33128703
correct object in downward_api_resources_limits_requests
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-08-19 13:53:24 +08:00
Crazykev
882325ddda
correct specifies in aws_under_the_hood
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-08-19 13:36:37 +08:00
Crazykev
a610ffd71a
typo: correct spell
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-08-17 14:17:01 +08:00
Kubernetes Submit Queue
fa6bd4b832
Merge pull request #30343 from Crazykev/fix-spelling
...
Automatic merge from submit-queue
fix a typo in nodeaffinity
2016-08-15 13:10:18 -07:00
Kubernetes Submit Queue
7b08990452
Merge pull request #29609 from lixiaobing10051267/masterHtmlToMd
...
Automatic merge from submit-queue
HyperLink not found and can't redirect
HyperLink "http://kubernetes.io/v1.1/docs/design/expansion.html " not found and can't redirected, should be changed to "http://kubernetes.io/kubernetes/v1.1/docs/design/expansion.html "
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29609 )
<!-- Reviewable:end -->
2016-08-11 17:05:15 -07:00
Kubernetes Submit Queue
f5eacee9dd
Merge pull request #29431 from AdoHe/third_party_doc
...
Automatic merge from submit-queue
doc third party resource usage more cleanly
fix #29002
release-note-none
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29431 )
<!-- Reviewable:end -->
2016-08-11 11:44:37 -07:00
Crazykev
b8f1eb223f
fix a typo in nodeaffinity
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-08-10 15:43:27 +08:00
Crazykev
228d2267cc
remove duplicate words in indexed-job
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-08-08 14:16:45 +08:00
Taariq Levack
a9389d68ac
Update secrets.md
...
Typo, environment should be prod not pod
2016-08-07 15:46:17 +02:00
lixiaobing10051267
91918f3a2b
HyperLink not found and can't redirected
2016-07-28 12:35:08 +08:00
lixiaobing10051267
123c9ceb5d
Give the complete and correct path to client/apiserver related
2016-07-22 15:12:06 +08:00
AdoHe
d5ca65b63f
doc third party resource usage more cleanly
2016-07-22 00:16:36 -04:00
Tim Hockin
b829d4d4ef
Merge pull request #26702 from joe2far/fix-broken-links
...
Fix broken warning image link in docs
2016-07-20 15:10:41 -07:00
Tong
b36d8768c5
fixes a typo in example yaml
2016-07-20 22:29:10 +08:00
Amanpreet Singh
303b6287ff
Make a link in docs clickable
...
- Github flavored markdown doesn't support links inside codeblocks
2016-07-20 18:21:56 +05:30
joe2far
88b6d4ad36
Fix broken warning image link in docs
2016-07-15 10:44:58 +01:00
joe2far
5ead89b5bb
Fixed several typos
2016-07-13 15:06:24 +01:00