Dawn Chen
88de86fcb9
Revert "Versioning docs and examples for v1.4.0-alpha.0."
...
This reverts commit cce9db3aa9
.
2016-06-10 16:46:46 -07:00
David McMahon
cce9db3aa9
Versioning docs and examples for v1.4.0-alpha.0.
2016-06-10 14:55:35 -07:00
derekwaynecarr
1cf90a8f70
Fix table formatting in eviction proposal
2016-06-01 10:44:44 -04:00
k8s-merge-robot
2dbda8c705
Merge pull request #25990 from caesarxuchao/remove-configmap-ex
...
Automatic merge from submit-queue
remove ConfigMap example from GC proposal
We need more thoughts on the design. Remove it to avoid causing confusion.
@derekwaynecarr @lavalamp
2016-05-23 21:02:33 -07:00
k8s-merge-robot
bf0a5e9fac
Merge pull request #25413 from pmorie/storage-proposal
...
Automatic merge from submit-queue
Proposal: persistent volume selector
Partially replaces #17056 . Another proposal will follow dealing with dynamic provisioning on top of storage classes.
@kubernetes/sig-storage
2016-05-23 15:21:05 -07:00
Paul Morie
3134efb4c8
Proposal: label selectors for persistent volumes
2016-05-23 13:31:39 -04:00
k8s-merge-robot
46504c2042
Merge pull request #14943 from vishh/qos
...
Automatic merge from submit-queue
Updaing QoS policy to be at the pod level
Quality of Service will be derived from an entire Pod Spec, instead of being derived from resource specifications of individual resources per-container.
A Pod is `Guaranteed` iff all its containers have limits == requests for all the first-class resources (cpu, memory as of now).
A Pod is `BestEffort` iff requests & limits are not specified for any resource across all containers.
A Pod is `Burstable` otherwise.
Note: Existing pods might be more susceptible to OOM Kills on the node due to this PR! To protect pods from being OOM killed on the node, set `limits` for all resources across all containers in a pod.
<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/14943 )
<!-- Reviewable:end -->
2016-05-20 22:58:04 -07:00
k8s-merge-robot
12f7b81481
Merge pull request #25237 from vishh/disk-based-eviction-proposal
...
Automatic merge from submit-queue
Proposal for disk based evictions
cc @dchen1107 @derekwaynecarr
2016-05-20 17:57:18 -07:00
Vishnu Kannan
34ebb7e384
Proposal for disk based evictions.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-20 15:46:39 -07:00
Chao Xu
d803a0e37f
remove ConfigMap example from GC proposal
2016-05-20 14:17:24 -07:00
Vishnu kannan
f48c83600c
Updating QoS policy to be per-pod instead of per-resource.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-20 11:52:16 -07:00
k8s-merge-robot
53b5b41abb
Merge pull request #17688 from derekwaynecarr/systemd_nodespec
...
Automatic merge from submit-queue
systemd node spec proposal
The following outlines changes that I want to make to the ```kubelet``` in order to better integrate with ```systemd``` systems, and to better isolate containers in their own ```cgroup``` based on the qos tier.
I think this is a precursor to getting more intelligent low compute resource eviction.
/cc @smarterclayton @ncdc @pmorie @dchen1107 @vishh @bgrant0607
<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/17688 )
<!-- Reviewable:end -->
2016-05-19 17:13:21 -07:00
Casey Davenport
872d2b71c6
NetworkPolicy proposal
2016-05-18 10:14:33 -07:00
derekwaynecarr
eee9a589db
node spec for systemd environments
2016-05-12 17:32:08 -04:00
k8s-merge-robot
3f2fe8b5b8
Merge pull request #25336 from piosz/remove-proposal
...
Automatic merge from submit-queue
Removed obsolete metrics API proposal
As requested in https://github.com/kubernetes/kubernetes/pull/24253#discussion_r60985010
ref #23376
2016-05-12 13:03:53 -07:00
Piotr Szczesniak
212d39e74a
Removed obsolete metrics API proposal
2016-05-11 21:36:15 +02:00
derekwaynecarr
44372c9a16
Eviction proposal transition frequency
2016-05-10 20:24:22 -04:00
k8s-merge-robot
088694fa72
Merge pull request #23343 from derekparker/self-hosted-kubelet-proposal
...
Automatic merge from submit-queue
docs: Self-hosted Kubelet proposal
Provides a proposal for changes needed with Kubernetes to allow for a
self-hosted Kubelet bootstrap.
2016-05-09 21:09:35 -07:00
Piotr Szczesniak
0aeedb759c
Merge pull request #24253 from piosz/master-metrics-proposal
...
Resource Metrics API proposal
2016-05-05 09:56:54 +02:00
Piotr Szczesniak
d3f43cc4c3
Resource Metrics API proposal
2016-05-05 08:57:29 +02:00
Chao Xu
b3d7297386
add a proposal for generic garbage collection
2016-05-04 11:15:59 -07:00
k8s-merge-robot
981890160e
Merge pull request #18724 from derekwaynecarr/eviction_policy_spec
...
Automatic merge from submit-queue
Kubelet pod eviction proposal
The following is a proposal for how the `kubelet` may pro-actively fail a pod in response to local compute resources being starved. The proposal focuses on memory as a first candidate, and defines a `greedy` strategy for reclaiming starved resources on the node since it seemed easiest to describe for operators versus other options and probably satisfies a broad set of use case environments.
Putting this out now for community feedback, but anticipate some more refinement around how we report eviction configuration back to users in the `Node API`.
/cc @bgrant0607 @smarterclayton @vishh @dchen1107 @kubernetes/rh-cluster-infra @kubernetes/goog-node
2016-05-04 03:06:54 -07:00
k8s-merge-robot
4cf9754968
Merge pull request #20439 from gtank/kubelet-tls-bootstrap
...
Automatic merge from submit-queue
Add proposal for kubelet TLS bootstrap
A proposal based on the discussion of issue #18112 , to implement a process by which kubelets can obtain TLS certificates in a streamlined manner.
2016-05-03 17:41:20 -07:00
George Tankersley
5a65bb0044
docs: correct csr resource prefix
2016-05-03 14:20:24 -07:00
k8s-merge-robot
525515f52c
Merge pull request #24071 from Clarifai/gpu
...
Automatic merge from submit-queue
Initial design doc for AWS GPU support
This is really v0
cc @erictune @davidopp @ravigadde @Hui-Zhi @Random-Liu
2016-05-03 11:26:21 -07:00
Derek Parker
a7f4402e41
docs: Update self-hosted proposal
2016-05-02 12:09:37 -07:00
Derek Parker
8db2677e9e
docs: Update proposal to address node draining
2016-05-02 11:49:43 -07:00
Derek Parker
73973b429d
docs: Update proposal based on feedback
2016-05-02 11:49:43 -07:00
Derek Parker
2588d2516b
docs: update docs after running hack script
2016-05-02 11:49:43 -07:00
Derek Parker
aafb96a21c
docs: update self-hosted proposal
2016-05-02 11:49:43 -07:00
Derek Parker
1d13a82e32
docs: Self-hosted Kubelet proposal
...
Provides a proposal for changes needed with Kubernetes to allow for a
self-hosted Kubelet bootstrap.
2016-05-02 11:49:43 -07:00
derekwaynecarr
542668cc79
Kubelet pod eviction proposal
2016-04-29 10:25:40 -04:00
George Tankersley
a81beb3bde
docs/proposals: further review comments
2016-04-25 18:30:40 -07:00
Rudi Chiarito
82e1949170
Initial design doc for AWS GPU support
2016-04-25 13:03:42 -04:00
Adam Pyle
ea53fd7697
Incorrect attribute - docs - pod-security-context
...
Pod definition had incorrect spelling on attribute `securityContext`
Also fixed the flow of Motivation intro paragraph.
2016-04-25 09:18:26 +10:00
k8s-merge-robot
8a8177f99e
Merge pull request #24106 from vishh/local-cluster-setup
...
Automatic merge from submit-queue
Proposal for improving local cluster experience.
This proposal attempts to improve the existing single node, local cluster experience in Kubernetes.
It is **not** a proposal that helps with setting up a multi-node, production cluster.
cc @dlorenc @ethernetdan @runseb @mfburnett @bgrant0607 @pwittrock
2016-04-20 11:34:14 -07:00
Vishnu kannan
3805b9c33d
Proposal for improving local cluster experience.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-19 16:16:58 -07:00
George Tankersley
5d479cc971
docs/proposals: specify encoding of certificate requests
2016-04-14 14:03:31 -07:00
Klaus Ma
b8c5c15f44
Corrected typo in federation doc.
2016-04-13 14:57:33 +08:00
George Tankersley
ac1e82c38c
docs/proposals: update kubelet tls bootstrap proposal
2016-04-12 12:38:38 -07:00
Jeff Lowdermilk
7720a16bcf
Merge pull request #23893 from mbhinder/kubernetes
...
Fixed typo: kuberntes -> kubernetes
2016-04-08 12:47:36 -07:00
David McMahon
a71cb19867
Clarify release-note label requirement for non-master PRs.
2016-04-07 17:14:13 -07:00
David McMahon
68b2c8eb07
Sync up all release note related docs with the latest process/procedures.
2016-04-07 15:10:06 -07:00
Preet Bhinder
d178d78013
Fixed typo: kuberntes -> kubernetes
...
"Kubernetes" was misspelled in a couple of places.
2016-04-05 16:20:08 -07:00
k8s-merge-robot
2ac788b492
Merge pull request #23315 from david-mcmahon/relnotes-proposal
...
Automatic merge from submit-queue
Release Notes proposal
Get the conversation started.
cc @eparis @vishh @davidopp @thockin @dchen1107
Ref #23070
2016-03-30 12:53:55 -07:00
David McMahon
f18600f86c
Release notes collection proposal.
2016-03-29 13:50:19 -07:00
saadali
79012f6d53
Rename volume.Builder to Mounter and volume.Cleaner to Unmounter
2016-03-25 11:29:58 -07:00
Vishnu kannan
516559022c
1. Make kubelet default to 10ms for CPU quota if limit < 10m for
...
backwards compat.
2. Update documentation to reflect minimum CPU limits.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-17 13:30:06 -07:00
k8s-merge-robot
e3049d6e69
Merge pull request #22600 from smarterclayton/protoproposal
...
Auto commit by PR queue bot
2016-03-17 00:02:54 -07:00
Clayton Coleman
95cf60be23
Proposal for introducing Protobuf serialization
2016-03-16 22:15:29 -04:00
David McMahon
dae84f5306
Update the latestReleaseBranch to release-1.2 in the munger.
2016-03-08 18:59:28 -08:00
Jeff Lowdermilk
abfb54b97a
Merge pull request #21981 from bparees/syntax
...
fix syntax issues in template example json
2016-03-02 16:17:00 -08:00
Jeff Lowdermilk
81efc5887b
Merge pull request #22258 from a-robinson/dep
...
Mark the old high-availability proposal as deprecated.
2016-03-02 15:04:36 -08:00
Alex Robinson
94fc2e7bfc
Mark the old high-availability proposal as deprecated.
...
It has been superceded by the actual admin instructions for some time
now, and has caused confusion for people that come across it.
2016-03-01 15:32:55 -08:00
Chao Xu
7a85d54d4e
fix links
2016-02-29 13:27:29 -08:00
derekwaynecarr
3cf7776b50
Update resource quota scope documentation
2016-02-26 20:34:15 -05:00
Ben Parees
469bb1359a
fix syntax issues in template example json
2016-02-25 10:00:22 -05:00
k8s-merge-robot
54ecdbc222
Merge pull request #19761 from derekwaynecarr/quota_doc
...
Auto commit by PR queue bot
2016-02-18 21:23:17 -08:00
k8s-merge-robot
5acdb92126
Merge pull request #21177 from laushinka/spelling-fixes
...
Auto commit by PR queue bot
2016-02-18 10:29:49 -08:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Ben Parees
287706138b
minor cleanup to the template proposal
2016-02-17 16:40:03 -05:00
derekwaynecarr
f782089bb2
Proposal: ResourceQuota scoping support
2016-02-16 11:10:34 -05:00
Eric Tune
485b0681c5
Update paths after move.
...
Also improve doc slightly.
2016-02-12 14:34:03 -08:00
Eric Tune
7734dd8d18
Move selector-generation from proposal to design
2016-02-12 14:09:26 -08:00
k8s-merge-robot
d7bef3cc87
Merge pull request #20896 from kinvolk/ckuehl/replace-rocket-with-rkt
...
Auto commit by PR queue bot
2016-02-09 16:05:01 -08:00
k8s-merge-robot
c1e79e4264
Merge pull request #12810 from yujuhong/podcache_proposal
...
Auto commit by PR queue bot
2016-02-09 15:27:18 -08:00
Ben Parees
89a656130d
template and parameterization (parameterized lists) proposal
2016-02-09 08:50:55 -05:00
Chris Kühl
7fcc40bb27
docs: replace Rocket with rkt
2016-02-09 13:52:25 +01:00
k8s-merge-robot
e41329a6db
Merge pull request #20216 from KurtStam/master
...
Auto commit by PR queue bot
2016-02-08 01:46:03 -08:00
Janet Kuo
38ae5785dc
Update docs for removing UniqueLabelKey from deployment spec
2016-02-05 21:21:41 -08:00
Kurt Stam
4e2c82fcb1
service discovery proposal using kubernetes service annotations
2016-02-05 21:38:17 -05:00
dobbymoodge
c22f348f86
SCC proposal edits for clarity and correctness
...
This commit fixes a few typographical and wording nits, adds formatting
for keywords where appropriate, and tweaks punctuation for clarity
2016-02-05 08:45:50 -05:00
Paul Weil
03261146b0
api
2016-02-05 08:45:50 -05:00
Paul Weil
367b307dde
design
2016-02-05 08:42:04 -05:00
Yu-Ju Hong
169ca5cdc5
Proposal: add a runtime pod cache in kubelet
2016-02-04 11:23:38 -08:00
George Tankersley
c553c5b575
Update documents properly
2016-02-03 14:28:06 -08:00
Eric Tune
a400be6d55
Added design proposal for selector generation.
...
Linked from jobs proposal.
2016-02-02 22:41:30 -08:00
George Tankersley
c47d49dd3e
Fix typo
2016-02-02 16:25:55 -08:00
k8s-merge-robot
635cf5877f
Merge pull request #12802 from yujuhong/kubelet_proposal
...
Auto commit by PR queue bot
2016-02-02 10:26:44 -08:00
George Tankersley
5340ec8c5d
Add proposal for kubelet TLS bootstrap
2016-02-01 13:56:07 -08:00
k8s-merge-robot
a81fa2f926
Merge pull request #18827 from sdminonne/workflow_resource
...
Auto commit by PR queue bot
2016-01-31 02:29:20 -08:00
Salvatore Dario Minonne
e8cf1dc8d1
Workflow: adding controller and address 2nd round review
2016-01-29 17:09:43 +01:00
k8s-merge-robot
4e27ed67e4
Merge pull request #17191 from nikhiljindal/3rdpartyServers
...
Auto commit by PR queue bot
2016-01-28 06:20:39 -08:00
Chao Xu
3ec4cd423e
linkchecker tool now visits the URL to determine if it's valid
2016-01-26 17:01:37 -08:00
k8s-merge-robot
6f1ec1b946
Merge pull request #19923 from pmorie/config-volume-proposal
...
Auto commit by PR queue bot
2016-01-26 13:03:12 -08:00
nikhiljindal
094e537e08
Adding a proposal for third party API servers
2016-01-26 12:17:11 -08:00
k8s-merge-robot
2286bd3a38
Merge pull request #19961 from mamikonyana/newrepo
...
Auto commit by PR queue bot
2016-01-25 19:51:23 -08:00
Paul Morie
918a69479c
Update proposal for ConfigMap volume
2016-01-25 13:48:46 -05:00
Eric Tune
99f301d0b7
Merge pull request #11980 from soltysh/scheduledjob_controller_proposal
...
ScheduledJob controller proposal
2016-01-25 08:39:16 -08:00
Arsen Mamikonyan
8b5e9e2885
Change repository references to https://github.com/kubernetes/kubernetes
2016-01-22 10:23:14 -05:00
Zach Loafman
a5f4f3b301
Merge pull request #16889 from vishh/disk-accounting
...
Proposal for disk accounting
2016-01-22 06:22:16 -08:00
Justin Santa Barbara
2958ea253a
GCE: Allow for reuse of master
...
This is for internal use at the moment, for testing Ubernetes Lite, but
arguably makes the code a little cleaner.
Also rename KUBE_SHARE_MASTER -> KUBE_USE_EXISTING_MASTER
2016-01-20 15:37:00 -05:00
Piotr Szczesniak
04040e72dc
Remove autoscaling.md outdate proposal
2016-01-15 11:06:19 +01:00
Mike Danese
b3d035e16f
Merge pull request #19278 from philips/minor-edits-to-apiserver-watch-scaling
...
docs: apiserver-watch: minor cleanups
2016-01-14 11:51:48 -08:00
Maciej Szulik
10de4c2d51
ScheduledJob controller proposal
2016-01-14 12:09:24 +01:00
Salvatore Dario Minonne
8b3895def3
To address review feedbacks
2016-01-14 12:08:06 +01:00
Salvatore Dario Minonne
e368636b1d
DAG Workflow with Workflow resource
2016-01-14 12:08:06 +01:00
Janet Kuo
c492462f90
Address comments; more details about deployment versions
2016-01-12 16:26:04 -08:00
Janet Kuo
f6f0d183e0
Address comments
2016-01-12 16:26:04 -08:00
Janet Kuo
1c606b6532
Proposal for deploy in kubectl
2016-01-12 16:26:04 -08:00
Yu-Ju Hong
b8b532b974
Proposal: add pod lifecycle event generator for kubelet
2016-01-12 10:16:39 -08:00
Vishnu kannan
0b430379d8
Proposal for disk accounting.
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-01-08 15:07:56 -08:00
k8s-merge-robot
cb80be10f7
Merge pull request #19257 from justinsb/doc_ubernetes_lite
...
Auto commit by PR queue bot
2016-01-08 05:23:47 -08:00
Justin Santa Barbara
0f8d6aee96
Design doc for Ubernetes Lite
...
Documentation of the Ubernetes-Lite idea and the main design & implementation
points.
2016-01-05 12:01:50 -05:00
gmarek
9eb776d2c0
Fix generated docs
2016-01-05 14:43:29 +01:00
Marcin Wielgus
d6ab35a088
Merge pull request #18287 from fgrzadkowski/cluster_deployment
...
Add a proposal for simpler cluster deployment
2016-01-05 12:31:13 +01:00
Brandon Philips
dc8d8371aa
docs: apiserver-watch: minor cleanups
...
Reading through this doc I found a few grammar things to fix.
2015-12-26 10:19:03 -08:00
Brendan Burns
4ca66d2aef
Merge pull request #18047 from caesarxuchao/munger-tag-new
...
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22 10:35:20 -08:00
Ed Costello
f968c593e3
Copy edits for typos
2015-12-22 09:30:48 -05:00
Filip Grzadkowski
9398ade219
Add proposal for simpler cluster deployment
2015-12-22 11:30:26 +01:00
Chao Xu
2b2f285777
run hack/update-generated-docs.sh
2015-12-21 10:41:30 -08:00
k8s-merge-robot
166ae2350d
Merge pull request #18521 from pmorie/internalize-ownership
...
Auto commit by PR queue bot
2015-12-14 13:56:10 -08:00
Paul Morie
33cd5338a4
Proposal: internalize ownership management of volumes into plugins
2015-12-14 12:38:44 -05:00
gmarek
bb82299f98
Add a proposal for monitoring cluster performance
2015-12-11 14:49:24 +01:00
k8s-merge-robot
4a22f2f5f5
Merge pull request #18177 from eosrei/1111-doc-machine-names
...
Auto commit by PR queue bot
2015-12-10 21:42:08 -08:00
k8s-merge-robot
15a20bd96a
Merge pull request #18421 from zhengguoyong/small_typo
...
Auto commit by PR queue bot
2015-12-09 21:46:01 -08:00
zhengguoyong
360e8de81a
Fix small typo
2015-12-09 16:35:48 +08:00
Daniel Smith
dc5e1ea98f
Create client package proposal
2015-12-08 21:15:24 -08:00
Tim St. Clair
54a6da979c
Node Allocatable resources proposal
2015-12-07 16:43:15 -08:00
Tamer Tas
fbd572dd53
Rename config_data.md to configmap.md
2015-12-04 18:17:01 +02:00
Tamer Tas
f8c952954d
Rename ConfigData proposal to ConfigMap
2015-12-04 18:16:01 +02:00
Brad Erickson
ac5726a12f
Minion->Node rename: docs/ machine names only, except gce/aws
2015-12-03 23:34:50 -08:00
Jerzy Szczepkowski
eb9a2c51d4
Design proposal for custom metrics.
...
Design proposal for custom metrics.
2015-12-03 10:50:43 +01:00
k8s-merge-robot
004c2472ea
Merge pull request #17554 from pmorie/config-volume
...
Auto commit by PR queue bot
2015-12-01 00:22:20 -08:00
mqliang
0d3c716651
optimize priority functions
2015-11-29 10:45:11 +08:00
Prashanth Balasubramanian
ad2d3d4c20
Docs etc
2015-11-25 09:42:59 +01:00
Prashanth Balasubramanian
321bc73264
Flannel server in static pod with private etcd.
2015-11-25 09:42:59 +01:00
Paul Morie
62f7220d6b
Proposal: config data volume source
2015-11-19 23:20:26 -05:00
k8s-merge-robot
2c58defc6d
Merge pull request #6477 from tmrts/proposal/configs
...
Auto commit by PR queue bot
2015-11-19 12:19:26 -08:00
Tamer Tas
9c491d671d
ConfigData resource proposal
2015-11-19 20:49:58 +02:00
Tim St. Clair
66194c6eca
Correct erroneous metric endpoint.
2015-11-17 19:02:28 -08:00
dingh
f849ff60ef
Create proposal on multiple schedulers
...
update according to many reviewers, 2015.11.17
2015-11-17 14:57:30 +08:00
Tim Hockin
dab591b629
Run update-gendocs
2015-11-13 13:57:57 -08:00
Tim St. Clair
accb08c0ee
Add kubelet raw metrics API proposal
2015-10-27 15:05:05 -07:00
Jerzy Szczepkowski
c43819d8ba
Proposal for horizontal pod autoscaler updated and moved to design.
...
Proposal for horizontal pod autoscaler updated and moved to design. Related to #15652 .
2015-10-26 08:33:24 +01:00
Tim Hockin
21e9134ae8
fix another bad backticks usage
2015-10-23 15:18:09 -07:00
Chao Xu
ae8d250b0f
remove code refernce
2015-10-13 13:22:54 -07:00
k8s-merge-robot
e8ae4892b6
Merge pull request #15317 from vishh/qos-update
...
Auto commit by PR queue bot
2015-10-09 07:50:34 -07:00
Vishnu kannan
955f896f28
Mark QoS as an experimental feature
2015-10-08 16:06:07 -07:00
k8s-merge-robot
036fe16849
Merge pull request #15241 from pmorie/volume-proposal-fixup
...
Auto commit by PR queue bot
2015-10-08 09:09:15 -07:00
Piotr Szczesniak
5dac62b187
Fixed formatting in rescheduler proposal
2015-10-08 07:19:07 +02:00
Paul Morie
8c3d11f99d
Fix name of FSGroup field in volume proposal json
2015-10-07 13:21:27 -04:00
Alex Robinson
a81545db15
Merge pull request #14192 from pmorie/generic-selinux
...
Pod level SELinux context and volumes
2015-10-05 14:43:44 -07:00
k8s-merge-robot
b13af64e7a
Merge pull request #13540 from vishh/metrics-plumbing
...
Auto commit by PR queue bot
2015-10-02 04:20:25 -07:00
Vishnu Kannan
79dd174e7a
Adding a proposal for handling resource metrics in Kubernetes.
2015-10-01 15:11:42 -07:00
k8s-merge-robot
b840357d6f
Merge pull request #12944 from pmorie/nonroot-volumes-proposal
...
Auto commit by PR queue bot
2015-10-01 05:53:06 -07:00
Paul Morie
7f049b7deb
Proposal: generic SELinux support for volumes
2015-09-30 19:20:27 -04:00
Paul Morie
32b664673e
Proposal for pod-level supplemental group and volume ownership mangement
2015-09-30 18:24:06 -04:00
liguangbo
12299087da
Change Oom to OOM
2015-09-28 18:18:04 +08:00
Paul Morie
0c70062d67
Proposal for pod level security context and backward compatibility
2015-09-25 16:19:20 -04:00
eulerzgy
696372a693
change etcdIndec to etcdIndex
2015-09-21 15:21:11 +08:00
k8s-merge-robot
c2f76e4ce7
Merge pull request #14106 from jszczepkowski/hpa-api
...
Auto commit by PR queue bot
2015-09-19 22:23:06 -07:00
Daniel Martí
586cb9126a
Move pkg/util.Time to pkg/api/unversioned.Time
...
Along with our time.Duration wrapper, as suggested by @lavalamp.
2015-09-17 17:51:27 -07:00
Jerzy Szczepkowski
7fcf7f1177
Cleanups in HorizontalPodAutoscaler API.
...
Cleanups in HorizontalPodAutoscaler API: renamed Min/MaxCount to Min/MaxReplicas as Replicas is the proper name used in other objects.
2015-09-17 14:16:43 +02:00
k8s-merge-robot
e83bf49f86
Merge pull request #13957 from ghodss/rename-deployment-structs
...
Auto commit by PR queue bot
2015-09-17 04:23:13 -07:00
Sam Ghods
cc6754f8d9
Rename Deployment API structs
2015-09-15 14:46:41 -07:00
k8s-merge-robot
c9570e34d0
Merge pull request #13615 from HaiyangDING/update_doc_limit_request
...
Auto commit by PR queue bot
2015-09-15 02:16:15 -07:00
Daniel Smith
82d6489556
Manually fixing docs, since gendocs messes up the links.
2015-09-10 17:17:59 -07:00
gmarek
ca30de0bde
Initial kubemark proposal
2015-09-10 09:54:42 +02:00
Chao Xu
e5e1ef301f
Merge pull request #12951 from caesarxuchao/APIGroup-proposal
...
[RFC] adding a proposal for api groups
2015-09-09 17:44:32 -07:00
Chao Xu
73df8f30a3
adding a proposal for api groups
2015-09-09 15:55:16 -07:00
dinghaiyang
d57263b94b
Replace limits with request where appropriate
2015-09-09 15:38:34 +08:00
Marcin Wielgus
02c30c5d61
Update for scaling rules in HorizontalPodAutoscaler
2015-09-07 12:30:22 +02:00
Eric Paris
04fc8ae3dd
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes|
2015-09-03 10:10:11 -04:00
Brendan Burns
6f2dcb5b90
Merge pull request #13297 from piosz/initial-proposal
...
Changed all links in initial-resources proposal to be relative
2015-09-01 10:07:01 -07:00
Piotr Szczesniak
dac19e680e
Fixed links in initial-resources proposal
2015-08-31 09:30:11 +02:00
qiaolei
37b30b54e7
Amend some markdown errors in federation.md
2015-08-29 23:54:36 +08:00
Wojciech Tyczynski
3dc0de1fbc
Merge pull request #12971 from soltysh/job_proposal_update
...
Changed JobSucceded to JobComplete
2015-08-28 09:47:40 +02:00
Yu-Ju Hong
0f31dfa431
Merge pull request #13082 from piosz/initial-proposal
...
Added possible improvement to Initial Resources proposal
2015-08-26 15:19:39 -07:00
Ed Costello
1916d3bb74
Copy edits for typos (resubmitted)
2015-08-25 10:47:58 -04:00
Piotr Szczesniak
35430b86b0
Added possible improvement to Initial Resources proposal
2015-08-24 11:00:00 +02:00
Zach Loafman
c7af01f18f
Merge pull request #12873 from quinton-hoole/2015-08-14-Ubernetes-comments
...
Incorporate Cluster Federation/Ubernetes document feedback
2015-08-21 18:57:22 -07:00
Zach Loafman
ea1b2672cb
Merge pull request #12859 from jszczepkowski/hpa-docs
...
Design proposal: Horizontal Pod Autoscaler.
2015-08-21 18:56:47 -07:00
Jerzy Szczepkowski
354b8d2abf
Comments applied.
2015-08-21 23:59:09 +02:00
Quinton Hoole
27edaf84f1
Address feedback on Cluster Federation proposal doc.
2015-08-21 08:51:48 -07:00
Jerzy Szczepkowski
eaedcd0cac
Design proposal: Horizontal Pod Autoscaler.
...
Added design proposal for Horizontal Pod Autoscaler. Related to #12087 .
2015-08-21 13:59:38 +02:00
Piotr Szczesniak
83ff34221f
Initial Resources proposal
2015-08-20 15:17:31 +02:00
Maciej Szulik
1267388cc6
Changed JobConditionType from JobSucceded to JobComplete to more accurately reflect job's final state
2015-08-20 10:51:38 +02:00
Kris Rousey
7ba5b058cc
Moving client libs to unversioned dir
2015-08-18 10:03:19 -07:00
Robert Bailey
19bb04f717
Merge pull request #11746 from soltysh/job_controller_proposal
...
Job controller proposal
2015-08-17 15:56:36 -07:00
Robert Bailey
a4b06373fa
Merge pull request #12070 from wojtek-t/kubmark_proposal
...
Proposal for scalability testing infrastructure
2015-08-17 13:41:58 -07:00
Maciej Szulik
688f3da839
Job controller proposal
2015-08-17 22:33:48 +02:00
Jerzy Szczepkowski
55b7500b33
Merge pull request #12236 from nikhiljindal/deploymentProposal
...
Adding a proposal for deployment
2015-08-14 08:04:38 +02:00
nikhiljindal
be6342db1d
Adding a proposal for deployment
2015-08-13 13:39:08 -07:00
Daniel Martí
5a0bc4dd83
Add compute resource metrics API proposal
2015-08-13 11:18:16 -07:00
David Oppenheimer
e4d9aaa2cf
Address reviewer comments.
2015-08-11 01:31:30 -07:00
Wojciech Tyczynski
4f725900e3
Kubmark proposal
2015-08-11 09:26:58 +02:00
Wojciech Tyczynski
d75fd077ff
Fixes to watch in apiserver proposal
2015-08-11 09:26:58 +02:00
David Oppenheimer
7aac21fd73
Rescheduler design space doc.
2015-08-10 23:33:11 -07:00
Ed Costello
35a5eda585
Copy edits for typos
2015-08-09 14:18:06 -04:00
Ananya Kumar
03490af6a4
Add qos proposal
2015-08-07 10:07:20 -07:00
Mike Danese
fe6b15ba2f
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Eric Paris
024208e39f
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Wojciech Tyczynski
3cbbe72f9f
Move etcd storage to pkg/storage/etcd
2015-07-30 15:42:06 +02:00
Wojciech Tyczynski
db5f6eae6c
Factor out etcdWatcher to a separate file
2015-07-29 08:02:13 +02:00
Wojciech Tyczynski
dd6ba6a07f
Watch in apiserver proposal
2015-07-23 08:14:37 +02:00
Alex Robinson
acd1bed70e
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
Tim Hockin
33f1862830
Run gendocs
2015-07-17 15:35:43 -07:00
Tim Hockin
542e13d2d3
Better scary message
2015-07-17 09:28:49 -07:00
Tim Hockin
39b86908a1
Run gendocs
2015-07-14 17:28:47 -07:00