Kubernetes Submit Queue
7f1d9382ec
Merge pull request #48846 from dashpole/remove_ood
...
Automatic merge from submit-queue
Remove flags low-diskspace-threshold-mb and outofdisk-transition-frequency
issue: #48843
This removes two flags replaced by the eviction manager. These have been depreciated for two releases, which I believe correctly follows the kubernetes depreciation guidelines.
```release-note
Remove depreciated flags: --low-diskspace-threshold-mb and --outofdisk-transition-frequency, which are replaced by --eviction-hard
```
cc @mtaufen since I am changing kubelet flags
cc @vishh @derekwaynecarr
/sig node
2017-07-24 23:05:50 -07:00
Kubernetes Submit Queue
86cc83c3eb
Merge pull request #48584 from yiqinguo/yiqinguo_eventtype
...
Automatic merge from submit-queue (batch tested with PRs 49444, 47864, 48584, 49395, 49118)
Move event type
Change SandboxChanged to a constant and move to the event package below.
**Release note**:
```release-note
NONE
```
2017-07-24 13:52:36 -07:00
yiqinguo
5417a1d5b4
Move event type
2017-07-21 09:25:33 +08:00
David Ashpole
7a23f8b018
remove deprecated flags LowDiskSpaceThresholdMB and OutOfDiskTransitionFrequency
2017-07-20 13:23:13 -07:00
supereagle
73dcd79d03
cleanup the conversion of ObjectReference
2017-07-18 12:47:03 +08:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f2d3220a11
run root-rewrite-import-client-go-api-types
2017-06-22 11:30:59 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
NickrenREN
add091b1fb
fix regression in UX experience for double attach volume
...
send event when volume is not allowed to multi-attach
2017-05-25 09:27:24 +08:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Hemant Kumar
2d3008fc56
Implement support for mount options in PVs
...
Add support for mount options via annotations on PVs
2017-03-01 11:50:40 -05:00
Vishnu Kannan
cc5f5474d5
add support for node allocatable phase 2 to kubelet
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2017-02-27 21:24:44 -08:00
David Ashpole
c58970e47c
critical pods can preempt other pods to be admitted
2017-02-23 10:31:20 -08:00
deads2k
a106d9f848
switch kubelet to use external (client-go) object references for events
2017-01-31 19:15:33 -05:00
Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00
Avesh Agarwal
83f447e6a6
Send a pod event if preStop hook did not finish in time.
2016-10-10 14:23:11 -04:00
Paul Morie
e3eca8c63c
Add node event for container/image GC failure
2016-09-27 10:59:25 -04:00
derekwaynecarr
ff017839c7
Log an event when container runtime exceeds grace-period during eviction
2016-09-07 13:28:08 -04:00
Scott Creeley
782d7d9815
Add Events for operation_executor to show status of mounts, failed or successful
2016-08-17 09:53:47 -04:00
Ron Lai
e6b745122d
Moving event.go from kubelet/container to kubelet/events
2016-07-12 17:42:29 -07:00