- 05 Jun, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Flake fix: poll for webhook registration to complete in reinvocation integration tests
-
- 04 Jun, 2019 16 commits
-
-
Kubernetes Prow Robot authored
Disable kubelet local endpoints on windows
-
Joe Betz authored
-
Kubernetes Prow Robot authored
Disable KubeletPodResources on Windows
-
Kubernetes Prow Robot authored
StorageOS volume driver: Remove call to clear mount info if already set
-
David Ashpole authored
-
Kubernetes Prow Robot authored
Fix volume mount tests issue for windows
-
Kubernetes Prow Robot authored
fix label mismatching which broke e2e serial test
-
Kubernetes Prow Robot authored
Ensure kubernetes-src.tgz has kubernetes/ prefix
-
Kubernetes Prow Robot authored
fix-kubeadm-upgrade-node
-
fabriziopandini authored
-
Kubernetes Prow Robot authored
Wait for pods to be garbage collected in integration test
-
xiangqian authored
-
Kubernetes Prow Robot authored
Multiple metrics hpa
-
Kubernetes Prow Robot authored
Update README for GCE/Windows
-
Kubernetes Prow Robot authored
Use read lock for reconciler#getHandlers and clean up for the pluginmanager
-
Kubernetes Prow Robot authored
Create tars locally
-
- 03 Jun, 2019 9 commits
-
-
Michael Taufen authored
The feature caused tests to fail when it was enabled. - https://github.com/kubernetes/kubernetes/issues/78628 Work is in progress to fix the feature, but until that work is complete, we will disable it in the GCE scripts.
-
Davanum Srinivas authored
There's a difference between the kubernetes-src.tgz build from `make bazel-release` and `make quick-release`. The quick-release does not have a `kubernetes/` prefix and hence essentiall tarbomb(s) the directory when someone tries to untar it. Change-Id: I8e87639d85dd01aec534b58f1d5740bd48ac922f
-
Kubernetes Prow Robot authored
kubeadm: revert CoreDNS to 1.3.1
-
Kubernetes Prow Robot authored
Move online volume expansion to Beta
-
Yu-Ju Hong authored
Add instructions to create e2e clusters without building binaries locally. Also update the instructions to build the binaries locally.
-
Jing Xu authored
For windows node, security context is disabled. This PR fixes a bug so that fsGroup will not be applied to pods that run on windows node. Change-Id: Id9870416d2ad8ef791b3b4896d6747a2adbada2f
-
Hemant Kumar authored
change feature flag Fix the e2e test for online and offline expansion
-
Kubernetes Prow Robot authored
Fix memory leak from not closing hcs containers
-
Kubernetes Prow Robot authored
Kube-Proxy wait when HNS network not found
-
- 02 Jun, 2019 14 commits
-
-
Kubernetes Prow Robot authored
Add json/protobuf/yaml fixtures
-
Ben Moss authored
-
Kubernetes Prow Robot authored
kubeadm: Fix deprecation message for a flag
-
Kubernetes Prow Robot authored
kubeadm: fix conditional control-plane upgrade
-
Kubernetes Prow Robot authored
Use node-cache image 1.15.3 in the yaml
-
Jordan Liggitt authored
--- FAIL: TestCompatibility/admission.k8s.io.v1beta1.AdmissionReview/v1.14.0 (0.02s) compatibility.go:460: json differs compatibility.go:461: strings.Join({ ... // 31 identical lines ` "object": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},`, ` "oldObject": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},`, - ` "dryRun": true`, + ` "dryRun": true,`, + ` "options": null`, " },", ` "response": {`, ... // 33 identical lines }, "\n") compatibility.go:466: yaml differs compatibility.go:467: strings.Join({ ... // 23 identical lines " available: 1", " operation: 祈¡ıŵDz廔ȇ{sŊƏp饏姥呄鐊", + " options: null", " resource:", ` group: "5"`, ... // 38 identical lines }, "\n") compatibility.go:472: proto differs compatibility.go:474: strings.Join({ ... // 37 identical lines " }", " 11: 1", + ` 12: ""`, + ` 15: ""`, " }", " 2 {", ... // 36 identical lines }, "\n") Null `options` in json and additional proto tag 12 caused by https://github.com/kubernetes/kubernetes/pull/77563#discussion_r282803268 Proto tag 15 caused by https://github.com/kubernetes/kubernetes/pull/78135/files#diff-3bc4acaf71b6b50648da046287017c54R82 -
Jordan Liggitt authored
--- FAIL: TestCompatibility/core.v1.ListOptions/v1.14.0 (0.02s) compatibility.go:472: proto differs compatibility.go:474: strings.Join({ ... // 10 identical lines " 7: 6780787122834727873", ` 8: "5"`, + " 9: 0", "}", `3: ""`, ... // 2 identical lines }, "\n") Caused by https://github.com/kubernetes/kubernetes/pull/74074/files#diff-eca3b8d856fa2e661f6da91b61de5e76R364 -
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-