Bobby (Babak) Salamat
c20f7cc1dd
Design proposal for pod preemption in Kubernetes ( #745 )
...
* Add pod preemption design proposal
2017-08-02 01:41:09 -07:00
Christoph Blecker
b77ecdb66c
Merge pull request #867 from supereagle/correct-deprecation-policy
...
Correct deprecation policy url
2017-08-01 11:34:01 -07:00
Christoph Blecker
510f17f888
Merge pull request #868 from kubernetes/shashidharatd-patch-1
...
Fix an obsolete link in on-call-federation-build-cop.md
2017-08-01 11:33:21 -07:00
Steve Perry
73964d5da1
Update README.md
2017-08-01 11:29:43 -07:00
Shashidhara T D
b7a11a2bc6
Update on-call-federation-build-cop.md
...
fix an obsolete link to federation ci test results
/cc @madhusudancs
2017-08-01 20:19:00 +05:30
Seth Jennings
71cdc8d06c
Merge pull request #654 from ConnorDoyle/cpu-manager-proposal
...
Add CPU manager proposal.
2017-08-01 09:46:30 -05:00
supereagle
fa7d7daf7f
Correct deprecation policy url
2017-08-01 13:09:36 +08:00
Mike Danese
7eb5cac28a
Merge pull request #850 from xiangpengzhao/fix-bazel
...
Update bazel.md: adding "bazel-test-integration"
2017-07-31 19:44:38 -07:00
Christoph Blecker
bded316f48
Merge pull request #838 from zouyee/patch-1
...
add custom metrics API link
2017-07-31 12:10:03 -07:00
Klaus Ma
618c8c7851
Merge pull request #819 from k82cn/k8s_42001_doc
...
Desig doc of 'Taint node by condition'.
2017-07-31 22:26:22 +08:00
Klaus Ma
fd8bc6063b
Removed '.alpha' from labels.
2017-07-31 19:55:37 +08:00
zoues
f983ecefa5
Update hpa-v2.md
2017-07-31 15:56:19 +08:00
FengyunPan
3ed825c281
Remove a not exist update-staging-client-go.sh
...
The update-staging-client-go.sh has been removed, and there is no
need to run it.
2017-07-29 16:26:28 +08:00
Saad Ali
724d653337
Merge pull request #809 from gnufied/high-level-volume-metrics
...
Add a proposal for high level volume metrics
2017-07-27 18:58:13 -07:00
Christoph Blecker
d8c088986d
Merge pull request #823 from zouyee/obkcb
...
update outdated links
2017-07-27 17:27:10 -07:00
xiangpengzhao
0770d01690
Update bazel.md: adding "bazel-test-integration"
2017-07-26 10:54:37 +08:00
Hemant Kumar
4a80e58056
Add a proposal for high level metrics
...
This document adds a proposal for gathering metrics
at operation level for volume operations. This ensures
metrics can be captured regardless of individual volume
plugin implementation.
2017-07-25 16:17:15 -04:00
Connor Doyle
6bc03acabb
Fix review comments from @derekwaynecarr.
2017-07-25 10:41:54 -07:00
xiangpengzhao
1ae8443028
Remove incorrect contents in pull-requests.md
2017-07-25 11:25:19 +08:00
Connor Doyle
5780b4865d
Updated staticPolicy.Start sketch.
...
- Observe node.status.allocatable.cpu
2017-07-24 12:40:42 -07:00
Connor Doyle
3dfe261ede
s/floor/ceiling, recommend integer allocatable.cpu
2017-07-24 11:44:08 -07:00
Connor Doyle
8c9863645c
Fixed review comments from @balajismaniam.
2017-07-24 10:54:15 -07:00
Sahdev P. Zala
bd5cacb856
Change numerical priorities to verbose
...
Change numerical priorities to verbose ones and fix a missing space as
discussed under,
https://github.com/kubernetes/community/pull/787
2017-07-24 12:18:04 -04:00
Connor Doyle
694d2f4d8d
Updated CPU manager configuration details.
...
- Use existing node allocatable settings instead of a new one.
2017-07-24 08:58:03 -07:00
Connor Doyle
63d8db159c
Tied up loose ends in proposal.
...
- Added explanations of configuration values.
- Described how the static policy should be configured for compatibility
with the node allocatable settings.
- Cleaned up the observability section.
- Expanded blurb about checkpointing in the block diagram description.
- Added sections about what happens when:
- Exclusive container is admitted.
- Exclusive container terminates.
- Shared pool becomes empty.
- Shared pool becomes nonempty.
2017-07-23 22:39:10 -07:00
zoues
cf0875b138
add custom metrics API link
...
when a link about master metrics API has added,I think the link of custom metrics api is necessary to given.
2017-07-24 11:03:23 +08:00
zouyee
488411d049
update outdated links
2017-07-24 10:57:08 +08:00
Brian Grant
35050d1533
Merge pull request #787 from spzala/triage
...
Create Issue Triage Guideline
2017-07-23 09:37:09 -07:00
Michael Taufen
5f11c6fe51
Merge pull request #835 from mtaufen/dkcfg-nohash
...
Remove hash verification mechanism from proposal
2017-07-22 13:50:54 -07:00
Michael Taufen
93d6e384bf
Remove hash verification mechanism from proposal
...
We've decided against Verifiable ConfigMaps for now. RBAC should be
sufficient to protect against accidental mutation (e.g. only give
mutation permissions to a controller and interact with config
through that controller).
See this doc for more details:
https://docs.google.com/a/google.com/document/d/1yYmyYJu2mVqgOBPCSd2c_IPnGWItirbcN_5qbJaWZN0/edit?usp=sharing
Join kubernetes-dev@googlegroups.com for access to the doc.
See also the related kubernetes-dev thread:
https://groups.google.com/forum/#!topic/kubernetes-dev/gMBc3NkZ6Gs
2017-07-22 13:47:10 -07:00
NickrenREN
4e959b774e
Merge pull request #828 from ayushpateria/patch-1
...
Update namespaces.md
2017-07-22 18:39:58 +08:00
Sahdev P. Zala
743d6856fe
Create Issue Triage Guidelines
...
This guideline was initially created and proposed by Sahdev Zala and
Jorge Castro. It has been discussed multiple times in the ContribX
SIG meetings and via emails, and it incorporates all the suggestions. This
PR is created per the latest SIG meeting discussion.
The original open document with little bit more content is available here,
https://docs.google.com/document/d/1dfZGGIsx4QrY8aaC1o2SNmMU6eQKS4xYg55xNLtHDmc/edit
Co-Authored-By: Jorge Castro jorge@heptio.com
Create Issue Triage Guidelines
This guideline was initially created and proposed by Sahdev Zala (IBM) and
Jorge Castro (Heptio). It has been discussed multiple times in the ContribX
SIG meetings and via emails, and it incorporates all the suggesitons.
The original open document with longer content is available here,
https://docs.google.com/document/d/1dfZGGIsx4QrY8aaC1o2SNmMU6eQKS4xYg55xNLtHDmc/edit
Create Issue Triage Guidelines
This guideline was initially created and proposed by Sahdev Zala and
Jorge Castro. It has been discussed multiple times in the ContribX
SIG meetings and via emails, and it incorporates all the suggestions. This
PR is created per the latest SIG meeting discussion.
The original open document with little bit more content is available here,
https://docs.google.com/document/d/1dfZGGIsx4QrY8aaC1o2SNmMU6eQKS4xYg55xNLtHDmc/edit
Co-Authored-By: Jorge Castro jorge@heptio.com
2017-07-22 00:45:48 -04:00
Christoph Blecker
5dcae183ab
Merge pull request #822 from jianglingxia/jlx7191457
...
outdate link
2017-07-21 19:44:22 -07:00
jianglingxia
c8b276cdf0
squash into one
2017-07-22 10:22:39 +08:00
Janet Kuo
951fd045ca
Merge pull request #527 from janetkuo/ds-update-history
...
Proposal for DaemonSet history and rollback
2017-07-21 14:55:22 -07:00
Ayush Pateria
2af4118801
Update namespaces.md
...
Fix incorrect type for NamespaceTerminating.
2017-07-21 11:58:08 +05:30
Connor Doyle
6eece46e69
Updated topo discovery section with decision.
2017-07-20 17:12:14 -07:00
Connor Doyle
8714cae91b
Added CPU Manager block diagram.
...
- Removed Policy() method from cpumanager.Manager interface.
- Updated initial component description.
2017-07-20 17:08:26 -07:00
Chao Xu
c75bd53891
bug fixes; update links
2017-07-20 12:34:32 -07:00
Janet Kuo
d9e031295c
Merge pull request #788 from caesarxuchao/update-api
...
update api_changes.md to reflect the latest status of codegen tools and repo structure
2017-07-19 17:07:06 -07:00
Chao Xu
712e4b6457
redirect adding-an-APIGroup.md to api-changes.md
2017-07-19 16:59:52 -07:00
Chao Xu
d5fd401dee
update api_changes.md to reflect the latest status of codegen tools and repo structure
2017-07-19 16:59:52 -07:00
Klaus Ma
1bb1131723
Desig doc of 'Taint node by condition'.
2017-07-19 18:03:38 +08:00
zouyee
dcfed0a225
update outdated links
2017-07-19 15:01:52 +08:00
Anthony Yeh
bdc0c81da5
Add Patch Release Manager Playbook.
2017-07-18 17:28:28 -07:00
Chao Xu
937bad80f3
Merge pull request #816 from atlassian/update-staging-godeps
...
Add missing update staging godeps command
2017-07-17 18:09:13 -07:00
Mikhail Mazurskiy
4b5a1d8ccb
Add missing update staging godeps command
2017-07-18 11:04:46 +10:00
Timothy St. Clair
e268fc64ad
Merge pull request #423 from ravigadde/master
...
Updated with Bind information
2017-07-17 11:31:16 -05:00
Guangya Liu
1d182aca25
Correct a link for node performance test.
2017-07-17 14:46:22 +08:00
Christoph Blecker
506d09c218
Merge pull request #652 from LinEricYang/master
...
Fix wrong link format for predicates.go file
2017-07-15 22:42:27 -07:00