Kubernetes Submit Queue
cd44cec587
Merge pull request #34765 from ivan4th/fix-more-typos
...
Automatic merge from submit-queue
Fix typos
2016-10-19 00:21:11 -07:00
Kubernetes Submit Queue
97525c0c7d
Merge pull request #32628 from caesarxuchao/sync-gc
...
Automatic merge from submit-queue
[RFC] Add a proposal for synchronous garbage collection
Tracking issue: #29891
@lavalamp @kubernetes/sig-api-machinery @kubernetes/api-review-team
2016-10-18 12:37:42 -07:00
Kubernetes Submit Queue
9e3636ae86
Merge pull request #34753 from ivan4th/fix-misspellings-of-kubernetes
...
Automatic merge from submit-queue
Fix misspellings of 'Kubernetes'
Fix typos.
2016-10-14 03:09:01 -07:00
Ivan Shvedunov
2b427f7d59
Fix typos
2016-10-14 00:29:50 +03:00
Ivan Shvedunov
2d420d2371
Fix misspellings of 'Kubernetes'
2016-10-13 22:49:21 +03:00
Eric Paris
b66a5d23ac
Fix description of considered PVs for unset claim.Spec.Class
2016-10-13 12:18:03 -04:00
Kubernetes Submit Queue
fdcfb809b2
Merge pull request #33746 from errordeveloper/patch-1
...
Automatic merge from submit-queue
Clarify the purpose of dramatically-simplify-cluster-creation.md
**What this PR does / why we need it**:
We have merged `docs/proposals/dramatically-simplify-cluster-creation.md` mostly because we'd like to keep accurate historic records. This change adds a note to clarify this.
**Release note**:
```release-note
NONE
```
2016-10-12 19:48:06 -07:00
Chao Xu
fb81c1e573
change the field name to PropagationPolicy
2016-10-12 16:19:28 -07:00
Kubernetes Submit Queue
43d6ed917f
Merge pull request #33704 from yifan-gu/rktlet_proposal
...
Automatic merge from submit-queue
Proposal: Add a rktlet proposal in upstream.
Mostly copied from docs/proposals/kubelet-rkt-runtime.md, plus
roadmaps.
/cc @kubernetes/sig-rktnetes @kubernetes/sig-node @philips @calebamiles @lucab @s-urbaniak @squeed
2016-10-12 15:12:59 -07:00
Chao Xu
5880a6db2e
fixing nits; adding --wait to kubetl delete
2016-10-12 13:20:19 -07:00
Chao Xu
214bfecc6f
addressing comment; rename user facing "Garbage Collection"
2016-10-11 21:21:53 -07:00
Chao Xu
9b77f7f97b
Use DeleteOptions.GarbageCollectionPolicy and OwnerReference.BlockOwnerDeletion
2016-10-11 00:15:53 -07:00
Yifan Gu
f8682ac1bb
More clarification on the in-process integration.
2016-10-10 19:09:11 -07:00
Piotr Szczesniak
4346e7b312
Rescheduling for critical pods proposal
2016-10-10 11:41:47 +02:00
Kubernetes Submit Queue
f93e01de5a
Merge pull request #32518 from liggitt/kubelet-auth-proposal
...
Automatic merge from submit-queue
Proposal: kubelet authentication/authorization
Proposal for https://github.com/kubernetes/features/issues/89
2016-10-07 15:22:11 -07:00
Chao Xu
495a71e709
adding alternative design
2016-10-06 22:09:38 -07:00
Kubernetes Submit Queue
6f78c0d912
Merge pull request #33951 from pmorie/selinux-overhaul
...
Automatic merge from submit-queue
Proposal: SELinux enhancements
TLDR: Try to make SELinux support better by not requiring Kubelet directory to be labeled with an SELinux type usable from the container.
cc @kubernetes/sig-node @yifan-gu
2016-10-05 13:09:18 -07:00
Paul Morie
4a5781e4c8
Proposal: SELinux enhancements
2016-10-04 19:04:51 -04:00
Chao Xu
120363be72
add OwnerReference.BlockSynchronousGC
2016-10-03 10:14:54 -07:00
Ilya Dmitrichenko
abc0a98d25
Replace references to http://releases.k8s.io/HEAD/docs/user-guide/
2016-10-02 11:44:40 +01:00
Kubernetes Submit Queue
518582b03a
Merge pull request #33835 from php-coder/fix_typos
...
Automatic merge from submit-queue
docs/proposals/volume-provisioning.md: fix typos
Fixes a couple of typos that I found during reading.
2016-09-30 19:15:07 -07:00
Slava Semushin
78f63ebafe
docs/proposals/volume-provisioning.md: fix typos.
2016-09-30 15:43:30 +02:00
Yifan Gu
2d76b9f240
Remove reference to dockershim.
2016-09-29 19:50:20 -07:00
Ilya Dmitrichenko
a7e8617fad
Fix URL
2016-09-30 00:30:55 +01:00
Pengfei Ni
fb308d2fdb
Kubelet: add proposal for HyperContainer runtime
...
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
2016-09-29 22:19:15 +08:00
Ilya Dmitrichenko
4c9fa320fd
Clarify the purpose of dramatically-simplify-cluster-creation.md
2016-09-29 13:07:18 +01:00
Yifan Gu
7d824ba47f
Proposal: Add a rktlet proposal in upstream.
...
Mostly copied from docs/proposals/kubelet-rkt-runtime.md, plus
roadmaps.
2016-09-28 17:16:25 -07:00
Kubernetes Submit Queue
5780022b0d
Merge pull request #33673 from mikedanese/proposal-dramatically-simplify-cluster-creation
...
Automatic merge from submit-queue
Proposal: Dramatically Simplify Kubernetes Cluster Creation
repost of #30360
closes #30360
2016-09-28 14:17:36 -07:00
Luke Marsden
8f0047ab69
Initial commit for proposal from https://docs.google.com/document/d/1BO6JB16L27XFN-pmnFP_otvKW2cFxE-ysehI4ZJnYBo/edit
2016-09-28 11:02:50 -07:00
Kubernetes Submit Queue
4da66aa8cd
Merge pull request #33571 from pmorie/selinux-docs
...
Automatic merge from submit-queue
Move SELinux proposal to docs/design
Moves the proposal into the docs/design directory, as should have happened long ago.
2016-09-28 08:11:43 -07:00
Chao Xu
7e2ebef2aa
API server makes generous assumption about DeleteOptions.OrphanDependents and
...
DeleteOptions.SynchronousGarbageCollection;
using only one queue;
address kubectl backward compatibility.
2016-09-27 16:44:24 -07:00
Paul Morie
3335a5bb19
Move SELinux proposal to docs/design
2016-09-27 13:00:59 -04:00
Kubernetes Submit Queue
354f003c34
Merge pull request #33371 from jsafrane/api-endpoint
...
Automatic merge from submit-queue
Update storage API group in docs
It reflects actual state of implementation (i.e. the API group was already changed in 1.4).
2016-09-27 08:59:47 -07:00
Chao Xu
8d1039280a
addressing more comments
2016-09-26 14:14:21 -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
Jan Safranek
f09056d1d0
Update storage API group in docs
2016-09-23 16:33:06 +02:00
Jordan Liggitt
b626a82c65
kubelet authentication/authorization proposal
2016-09-22 15:05:48 -04:00
Chao Xu
0298cd3a25
addressing comments
2016-09-21 10:10:54 -07:00
Chao Xu
b58746f603
more
2016-09-20 11:22:05 -07:00
Anthony Elizondo
4237e9b441
typo fixes
2016-09-19 16:21:58 -04:00
Kubernetes Submit Queue
4b7f0c8388
Merge pull request #32130 from resouer/patch-2
...
Automatic merge from submit-queue
Wrong cron job date in scheduledjob.md
It seems we wrote a wrong date?
`"0 14 21 7 *"` is July 21.
2016-09-19 13:07:17 -07: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
Chao Xu
d67eb53db2
addressing comments
2016-09-13 21:12:17 -07:00
Chao Xu
5d9e3615f0
add a proposal for synchronous garbage collection
2016-09-13 17:33:21 -07:00
Davanum Srinivas
59798ed239
Fix external-lb-source-ip-preservation.md
...
Fixes #32313
2016-09-08 15:39:29 -04:00
Girish Kalele
30e7c055d4
External Load Balancer Source IP Preservation Proposal
2016-09-06 14:14:56 -07:00
harry zhang
b0e1d2369c
Wrong cron job date in scheduledjob.md
...
It seems we wrote a wrong date? `"0 14 21 7 *"` is July 21.
2016-09-06 22:07:56 +08:00
Tim Hockin
4bd9ad7a8c
Merge pull request #31864 from YuPengZTE/devEG
...
eg. should be e.g.
2016-09-01 23:17:21 -07:00