ZP-AlwaysWin
b77462eddd
Use framework.ExpectNotEqual()
2019-09-20 16:09:44 +08:00
zouyee
70b93eff37
using const instead
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com >
2019-09-02 09:30:51 +08:00
draveness
495faa22db
feat: cleanup pod critical pod annotations feature
2019-08-09 08:41:23 +08:00
toyoda
c9ec5210e9
Use ExpectEqual in test/e2e_node/[a-d]
2019-08-01 09:27:52 +09:00
SataQiu
641d330f89
e2e_node: clean up non-recommended import
2019-07-28 12:49:36 +08:00
draveness
d83526d253
Revert "feat: cleanup pod critical pod annotations feature"
...
This reverts commit b6d41ee5cc .
2019-07-18 13:31:12 +08:00
draveness
b6d41ee5cc
feat: cleanup pod critical pod annotations feature
2019-07-11 08:54:19 +08:00
David Ashpole
90f58c1157
critical pod test should not rely on feature gate set in framework; non-critical pods are always preemptable
2018-09-07 17:43:42 -07:00
Lucas Käldström
7a840cb4c8
automated: Rename all package references
2018-08-29 19:07:52 +03:00
Yu-Ju Hong
90750c77c3
test/e2e_node: Add NodeFeature tags to non-conformance tests
...
Serial tests are not considered for conformance tests.
2018-05-21 17:52:36 -07:00
Manjunath A Kumatagi
1bb810e749
Use pause manifest image
2018-04-06 11:00:50 +05:30
jianglingxia
76e90061a2
reopen #58913 Fix TODO move GetPauseImageNameForHostArch func
2018-01-31 15:06:32 +08:00
Dr. Stefan Schimanski
012b085ac8
pkg/apis/core: mechanical import fixes in dependencies
2017-11-09 12:14:08 +01:00
Kevin
4c8539cece
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
Michael Taufen
131b419596
Make feature gates loadable from a map[string]bool
...
Command line flag API remains the same. This allows ComponentConfig
structures (e.g. KubeletConfiguration) to express the map structure
behind feature gates in a natural way when written as JSON or YAML.
For example:
KubeletConfiguration Before:
```
apiVersion: kubeletconfig/v1alpha1
kind: KubeletConfiguration
featureGates: "DynamicKubeletConfig=true,Accelerators=true"
```
KubeletConfiguration After:
```
apiVersion: kubeletconfig/v1alpha1
kind: KubeletConfiguration
featureGates:
DynamicKubeletConfig: true
Accelerators: true
```
2017-10-10 09:37:51 -07:00
xiangpengzhao
1c4dbcf5ca
Replace hard-code "cpu" and "memory" to consts
2017-08-16 16:37:50 +08:00
Michael Taufen
24bab4c20f
move KubeletConfiguration out of componentconfig API group
2017-08-15 08:12:42 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
David Ashpole
3806d386df
use default timeout for deletion
2017-03-08 14:40:19 -08:00
David Ashpole
5fa6515509
critial pod test uses allocatable instead of capacity
2017-03-01 09:57:17 -08:00
David Ashpole
c58970e47c
critical pods can preempt other pods to be admitted
2017-02-23 10:31:20 -08:00