Manjunath A Kumatagi
7b9833ce56
Update authenticated-image-pulling with fat manifest image
2018-09-27 17:43:15 +05:30
k8s-ci-robot
807eb6b24b
Merge pull request #69003 from dims/ensure-reproducible-builds-pass-epoch-env-var
...
Ensure reproducible builds - support for SOURCE_DATE_EPOCH with docke…
2018-09-27 04:49:10 -07:00
k8s-ci-robot
43a9e08e02
Merge pull request #68990 from carlisia/c-pauseversion
...
Change pause version value to a constant for image
2018-09-27 04:48:59 -07:00
k8s-ci-robot
762ddf792d
Merge pull request #68984 from k82cn/k8s_68899_m
...
Keep backward compatibility for 'node.Spec.Unschedulable'.
2018-09-27 04:48:49 -07:00
k8s-ci-robot
0064c6f542
Merge pull request #68983 from dims/fix-man-pages-to-build-reproducibly
...
Fix for man pages do not build reproducibly
2018-09-27 04:48:39 -07:00
k8s-ci-robot
52b7f6f0c3
Merge pull request #68979 from xing-yang/nodeinfo
...
Return error from NodeGetInfo
2018-09-27 04:48:29 -07:00
Maciej Szulik
8555b53191
Deduplicate list of directories
2018-09-27 13:32:41 +02:00
Daniel Kłobuszewski
68ebdaacef
Fix Stackdriver custom metrics tests
...
They were broken probably by https://github.com/kubernetes/kubernetes/pull/68015
that introduced a REST mapper which doesn't contain a mapping for Pod
resource, yet the test is depending on it.
2018-09-27 13:26:27 +02:00
Pingan2017
8593c02665
fix panic: kubectl rollout undo
2018-09-27 19:16:38 +08:00
Stanislav Laznicka
a577b50012
Add "MayRunAs" value among other GroupStrategies
...
Adds "MayRunAs" value among other group strategies. This strategy
allows to define a certain range of GIDs for FSGroupStrategy and
SupplementalGroupStrategy in a PSP.
This new strategy works similarly to the "MustRunAs" one, except that
when no GID is specified in a pod/container security context then no
GID is generated for the respective containers.
Resolves #56173
2018-09-27 12:47:21 +02:00
k8s-ci-robot
63fd42b10b
Merge pull request #68948 from davidz627/fix/upgradeTestFail
...
Fix [sig-storage] naming consistency for upgrade tests
2018-09-27 02:28:59 -07:00
Jan Safranek
e5fbb3538f
Unmount iSCSI device only if it's mounted.
2018-09-27 10:24:59 +02:00
Jan Safranek
ffaff4e976
Fixed panic in iSCSI.UnmountDevice
...
Fill iscsiDetacher.plugin so iscsiDetacher.plugin.targetLocks.LockKey(iqn) does not
panic.
2018-09-27 10:23:54 +02:00
k8s-ci-robot
8a209b78e2
Merge pull request #68943 from nikhita/new-staging-repo-guidelines
...
Add guidelines for creating new staging repos
2018-09-27 01:18:56 -07:00
lovejoy
d022cc8a89
add pod age to describe node
2018-09-27 15:38:58 +08:00
liangwei
9e4f84f42e
ipvs connection based graceful termination
2018-09-27 15:16:48 +08:00
liangwei
80ff8b359c
ipvs support graceful termination
2018-09-27 15:14:51 +08:00
zhangmingld
061e0dbb7e
func getPodsMatchingAffinity no longer exists,dont need it in comment
2018-09-27 14:42:49 +08:00
walter
6990a6392a
Cleaned up lint errors in pkg/kubeapiserver/server.
2018-09-26 23:12:30 -07:00
k8s-ci-robot
3fe21e5433
Merge pull request #68922 from BenTheElder/version-staging
...
move pkg/util/version to staging
2018-09-26 22:59:42 -07:00
k8s-ci-robot
823530d4db
Merge pull request #68917 from zhangmingld/fixwordserr
...
Fix some typo err
2018-09-26 22:59:32 -07:00
k8s-ci-robot
25b3ec6c62
Merge pull request #68908 from msau42/add-slow
...
Move storage tests that take longer than 2 minutes to slow suite
2018-09-26 22:59:23 -07:00
k8s-ci-robot
3d2fcf4155
Merge pull request #68892 from ravisantoshgudimetla/fix-pdb
...
PDB checks should not be done for terminal pods while evicting
2018-09-26 22:59:14 -07:00
k8s-ci-robot
a6bc5aa49e
Merge pull request #68563 from DylanBLE/dev
...
fix scheduler crash when Prioritize Map function failed
2018-09-26 22:59:04 -07:00
zuoxiu.jm
a097e23efc
namespace exists externalization
2018-09-27 13:24:15 +08:00
zuoxiu.jm
be7194e166
namespace autoprovision externalization
2018-09-27 12:11:02 +08:00
k8s-ci-robot
e9fe3f77e9
Merge pull request #68890 from andrewrynhard/dnspolicy
...
kubeadm: Create control plane with ClusterFirstWithHostNet dns policy
2018-09-26 20:37:57 -07:00
k8s-ci-robot
1e4edac012
Merge pull request #68886 from mgdevstack/master-emptydir-wrapper
...
Promote emptyDir wrapper volumes tests to Conformance
2018-09-26 20:37:47 -07:00
k8s-ci-robot
08ed1631ac
Merge pull request #68879 from Pingan2017/typo-timeout
...
fix a small typo
2018-09-26 20:37:38 -07:00
k8s-ci-robot
ca7b4bab6f
Merge pull request #68874 from Lion-Wei/ipvs-graceful-termination-vendor
...
update vendor for ipvs graceful termination
2018-09-26 20:37:29 -07:00
k8s-ci-robot
66b956e93b
Merge pull request #68866 from tanshanshan/error_fix_its
...
fix syntax error:'its'
2018-09-26 20:37:19 -07:00
k8s-ci-robot
dbba1a5384
Merge pull request #68864 from roycaihw/fix-rollback-doc
...
Fix openapi spec and api reference: posting a rollback returns a metav1.Status
2018-09-26 19:22:53 -07:00
k8s-ci-robot
769dbc6693
Merge pull request #68862 from cheftako/GetClusters
...
Added support for regional calls to GetClusters
2018-09-26 19:22:43 -07:00
k8s-ci-robot
d89418a083
Merge pull request #68860 from bsalamat/remove-pdb-cache
...
Remove PDB and its event handlers from the scheduler cache
2018-09-26 19:22:34 -07:00
k8s-ci-robot
745f75222f
Merge pull request #68815 from WanLinghao/sa_util_test_case
...
add a test case which check secret's type
2018-09-26 19:22:25 -07:00
k8s-ci-robot
f008365bbe
Merge pull request #68806 from seans3/legacy-scheme-update
...
Move legacyscheme (internal version) to kubectl scheme (external vers…
2018-09-26 19:22:14 -07:00
Chao Xu
db20e16b87
Populates the fake dynamic client scheme
2018-09-26 18:32:49 -07:00
k8s-ci-robot
b637ae6515
Merge pull request #68851 from seans3/rollout-cleanup
...
Remove unused client in rollout status
2018-09-26 18:11:24 -07:00
k8s-ci-robot
3611c5c498
Merge pull request #68850 from mikedanese/oidc
...
oidc: respect the legacy goog issuer
2018-09-26 18:11:14 -07:00
k8s-ci-robot
b113309057
Merge pull request #68837 from x13n/fluentd-gcp-scaler
...
Bump version of fluentd-gcp-scaler
2018-09-26 18:11:05 -07:00
k8s-ci-robot
48689a9e3a
Merge pull request #68820 from soltysh/cronjob_e2e_flake
...
Wait for events instead of just checking them in cronjob e2e
2018-09-26 18:10:56 -07:00
k8s-ci-robot
0ca25b8db7
Merge pull request #68816 from FengyunPan2/cgroup-info
...
Add helpful log for checking cgrop path
2018-09-26 18:10:46 -07:00
tanshanshan
acdc45628f
use http.StatusOK instead of 200
2018-09-27 08:33:27 +08:00
k8s-ci-robot
245f360a45
Merge pull request #68758 from seans3/kubectl-reviewers
...
Add seans3 to sig-cli reviewers list
2018-09-26 15:53:37 -07:00
k8s-ci-robot
23baf579c8
Merge pull request #68748 from p0lyn0mial/dynamic_lister_informer
...
adds dynamic lister
2018-09-26 15:53:28 -07:00
k8s-ci-robot
71186a69a6
Merge pull request #67890 from WanLinghao/top_no_headers
...
add flag `--no-headers` to `kubectl top ...`
2018-09-26 15:53:19 -07:00
k8s-ci-robot
109b67c291
Merge pull request #66516 from tallclair/redirect
...
Add verification to apiserver redirect following
2018-09-26 15:53:09 -07:00
k8s-ci-robot
7b83d6eb40
Merge pull request #62143 from jennybuckley/mutating-webhooks-on-webhooks
...
Add e2e test for mutating webhooks affecting webhook-config objects
2018-09-26 15:52:59 -07:00
Sean Sullivan
fe8a261cd6
Replaces dependency on internal version of resource with external version
2018-09-26 14:56:32 -07:00
k8s-ci-robot
4b859010e9
Merge pull request #68757 from neolit123/e2e-fix-k-a-path
...
e2e/framework: update kubernetes-anywhere path
2018-09-26 14:43:03 -07:00