Kubernetes Prow Robot
4ad3018ac3
Merge pull request #94491 from dashpole/consistent_quoting
...
Consistently use double quotes in proto files
2020-09-03 20:09:40 -07:00
Jordan Liggitt
b4189f4d94
Stop ignoring unit test flakes, require multiple successful passes
2020-09-03 22:43:19 -04:00
Lubomir I. Ivanov
4bb75a462f
kubeadm: remove the CoreDNS check for supported image digests
...
The isCoreDNSVersionSupported() check assumes that
there is a running kubelet, that manages the CoreDNS containers.
If the containers are being created it is not possible to fetch
their image digest. To workaround that, a poll can be used in
isCoreDNSVersionSupported() and wait for the CoreDNS Pods
are expected to be running. Depending on timing and CNI
yet to be installed this can cause problems related to
addon idempotency of "kubeadm init", because if the CoreDNS
Pods are waiting for another step they will never get running.
Remove the function isCoreDNSVersionSupported() and assume that
the version is always supported. Rely on the Corefile migration
library to error out if it must.
2020-09-04 05:27:04 +03:00
Kubernetes Prow Robot
a1b4b29ac0
Merge pull request #94492 from elweb9858/updateOwners
...
Updating winkernel kube-proxy OWNERS file
2020-09-03 18:57:51 -07:00
Kubernetes Prow Robot
608c0265a8
Merge pull request #94488 from liggitt/deflake-port-allocation
...
Deflake TestServiceRegistryExternalTrafficHealthCheckNodePortUserAllocation
2020-09-03 18:57:42 -07:00
Kubernetes Prow Robot
a9f1d72e1d
Merge pull request #94485 from perezd/patch-1
...
prefer double quotes and consistent usage in .proto files.
2020-09-03 16:39:40 -07:00
Kenichi Omichi
12c0eaef25
Use ExpectNoError(err)
...
We missed another pattern to check error doesn't happen on e2e tests.
This covers the pattern for consistent test implementation.
2020-09-03 23:29:07 +00:00
Kubernetes Prow Robot
48d5d204c3
Merge pull request #92614 from tnqn/onfailure-recreate
...
Don't create a new sandbox for pod with RestartPolicyOnFailure if all containers succeeded
2020-09-03 14:57:40 -07:00
elweb9858
b29379687f
Updating winkernel kube-proxy OWNERS file
2020-09-03 14:55:09 -07:00
David Ashpole
296f7c91bb
consistently use double quotes in proto files
2020-09-03 13:50:03 -07:00
Kubernetes Prow Robot
9d9d305017
Merge pull request #94466 from soltysh/security-contacts
...
Update security contacts for sig-cli
2020-09-03 13:41:40 -07:00
Jordan Liggitt
68dd0b7f27
Deflake TestServiceRegistryExternalTrafficHealthCheckNodePortUserAllocation
2020-09-03 16:31:03 -04:00
Kubernetes Prow Robot
f736be5721
Merge pull request #94397 from wojtek-t/stop_setting_selflink
...
Stop setting SelfLink in kube-apiserver.
2020-09-03 12:31:55 -07:00
Kubernetes Prow Robot
317540a28c
Merge pull request #87054 from changyaowei/kubelet_cmd
...
Made the flag which defined in cadvisor can be used when kubelet config start cmd
2020-09-03 12:31:41 -07:00
chenjun.cj
434fd2a976
add more testcases for GOAWAY filter
2020-09-04 03:18:10 +08:00
Derek Perez
2c98f3a89a
prefer double quotes and consistent usage in .proto files.
2020-09-03 12:16:27 -07:00
Derek Carr
4502fa3cfc
Improve ability to debug Events e2e failure
2020-09-03 15:01:33 -04:00
Kubernetes Prow Robot
6ee74bf600
Merge pull request #94031 from knight42/fix/TestAttacherWithCSIDriver
...
test(csi): deflake TestAttacherWithCSIDriver
2020-09-03 11:13:55 -07:00
Kubernetes Prow Robot
be1d43a097
Merge pull request #93992 from prabhu43/kubeadm-kubeconfig-clustername
...
Make clustername configurable in generation of kubeconfig using kubeadm command
2020-09-03 11:13:41 -07:00
Kshitij Sharma
e4dee9cff3
Added support for register-with-taints setting #93608
2020-09-03 22:23:20 +05:30
Kubernetes Prow Robot
5b3b205588
Merge pull request #94460 from wojtek-t/remove_default_conversions
...
Remove default conversions
2020-09-03 09:33:54 -07:00
Kubernetes Prow Robot
c36e38bed8
Merge pull request #94451 from eddiezane/ez/update-vbom-dep
...
kubectl: Fix vendored dependency
2020-09-03 09:33:40 -07:00
Lubomir I. Ivanov
ebf163684a
kubeadm: adjust the logic around etcd data directory creation
...
- Ensure the directory is created with 0700 via a new function
called CreateDataDirectory().
- Call this function in the init phases instead of the manual call
to MkdirAll.
- Call this function when joining control-plane nodes with local etcd.
If the directory creation is left to the kubelet via the
static Pod hostPath mounts, it will end up with 0755
which is not desired.
2020-09-03 18:38:54 +03:00
Kubernetes Prow Robot
c19e050aee
Merge pull request #94299 from zouyee/pending
...
fix kubeadm update coredns with skip pending pod
2020-09-03 08:17:54 -07:00
Kubernetes Prow Robot
92ba3eb793
Merge pull request #93275 from xlgao-zju/check-mem
...
kubeadm: Add a preflight check that the control-plane node has at least 1700MB of RAM
2020-09-03 08:17:40 -07:00
M. Habib Rosyad
19060e312f
fix vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning staticcheck
2020-09-03 21:44:32 +07:00
knight42
469f59a52a
test(csi): deflake TestAttacherWithCSIDriver
...
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-09-03 22:39:40 +08:00
Mike Dame
44d1976f8d
Remove HeadlessService label in endpoints controller before comparing
2020-09-03 09:55:18 -04:00
wojtekt
410d575d42
Remove default conversions
2020-09-03 15:44:34 +02:00
Kubernetes Prow Robot
8da7c92a2f
Merge pull request #93975 from avr1254/master
...
Removed broken link to Analytics
2020-09-03 06:16:09 -07:00
Kubernetes Prow Robot
d1590e70e8
Merge pull request #93919 from azush26/modify-format
...
Modify the warning message format from "%d" to "%v" in shared_informer.go.
2020-09-03 06:15:55 -07:00
Kubernetes Prow Robot
80c243382e
Merge pull request #93687 from ingvagabund/oc-describe-pod-use-ReportingController-for-event-source
...
kubectl describe pod: use ReportingController as an event source
2020-09-03 06:15:41 -07:00
Kubernetes Prow Robot
f96debad10
Merge pull request #93947 from mgugino-upstream-stage/fix-drain-forbidden
...
Fix drain forbidden
2020-09-03 04:55:41 -07:00
Maciej Szulik
ab91c5cf7b
Update security contacts for sig-cli
2020-09-03 13:39:37 +02:00
Daniel Gutowski
adf7ed4241
Allow to disable logrotation of kubernetes and pod logs
...
Make logrotate disabled by default
2020-09-03 11:21:44 +00:00
Kubernetes Prow Robot
8e29d9563d
Merge pull request #94385 from loopever/fix-typo
...
fix typos in cmd/kubeadm
2020-09-03 03:41:55 -07:00
Kubernetes Prow Robot
8296643fad
Merge pull request #94371 from bbyrne5/bmb-resourcequota-staticcheck-errorfix
...
fix staticcheck errors in resourcequota
2020-09-03 03:41:41 -07:00
Joakim Roubert
36d056a29b
Fix some shellcheck warnings/errors in cluster/gce/util.sh
...
This patch adds whitespace handling for the $file variable(s).
Signed-off-by: Joakim Roubert <joakim.roubert@axis.com>
2020-09-03 12:02:50 +02:00
Kubernetes Prow Robot
adac1bfb8b
Merge pull request #93176 from yuzhiquan/fix-hostpath-test
...
Fix for host path test case
2020-09-02 22:57:40 -07:00
zounengren
fc0bda5a3c
fix kubeadm update coredns with skip pending pod
2020-09-03 10:42:59 +08:00
Kubernetes Prow Robot
0b92e8b16d
Merge pull request #94421 from rosti/kubeadm-fix-upgrade-plan
...
kubeadm: Fix `upgrade plan` for air-gapped setups
2020-09-02 18:21:54 -07:00
Kubernetes Prow Robot
8aaa7515e5
Merge pull request #94374 from jingxu97/Aug/csiproxyservice
...
Start CSI proxy as service
2020-09-02 18:21:40 -07:00
Kubernetes Prow Robot
e688a0692c
Merge pull request #94235 from kevindelgado/draft/connection-refused-backoff
...
Add exponential backoff for connection refused errors
2020-09-02 17:05:52 -07:00
Kubernetes Prow Robot
b2cba08217
Merge pull request #93979 from dcbw/userspace-proxy-test-waitgroups
...
proxy/userspace: use waitgroups instead of sketchy atomic ops in testcases
2020-09-02 17:05:40 -07:00
Eddie Zaneski
db826b1458
Update kubectl to use new vendored github.com/fvbommel/sortorder dependency
...
The author of this dependency is removing the vanity url and has
instructed users to use the GitHub path.
This updates the dependency to the module-less pin to the v1 module tag.
https://github.com/fvbommel/util/issues/5
https://github.com/fvbommel/util/issues/6
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-09-02 17:52:26 -06:00
Eddie Zaneski
ad3891df1b
Fix broken dependency vbom.ml/util
...
The author of this dependency is removing the vanity url and has
instructed users to use the GitHub path.
This updates the dependency to the module-less pin to the v1 module tag.
https://github.com/fvbommel/util/issues/5
https://github.com/fvbommel/util/issues/6
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-09-02 17:44:42 -06:00
Kubernetes Prow Robot
b46612a742
Merge pull request #94447 from mikedanese/noverbose
...
remove --verbose_failures from .bazelrc
2020-09-02 14:50:05 -07:00
Kubernetes Prow Robot
0455c2d5e7
Merge pull request #94407 from lavalamp/big-rename
...
Control Plane is a better name
2020-09-02 14:49:55 -07:00
Kubernetes Prow Robot
09851c014f
Merge pull request #91596 from brahmaroutu/mount-utils
...
Mount utils
2020-09-02 14:49:41 -07:00
Kevin Delgado
1ff789f2bb
Add exp backoff for connection refused errors
...
Currently when ListAndWatch() receives a connection refused error, it is
assumed to be due to the apiserver being transiently unresponsive. In
situations where a controller is running outside the k8s cluster it's
controlling, it is more common for the controller to lose connection
permanently to the apiserver and needs to exponentially backoff its
retry rather than continously spamming logs with Watch attempts that
will never succeed.
2020-09-02 21:45:10 +00:00