Rajas Kakodkar
e36a14730b
reducing the number of containers created based on the ports used
2021-08-12 23:36:28 +05:30
Kubernetes Prow Robot
81dca3d0cb
Merge pull request #103976 from claudiubelu/test-images/agnhost-adds-sync-exe
...
test images: Adds sync.exe to Windows agnhost images
2021-08-12 10:20:13 -07:00
Kubernetes Prow Robot
2dc4f7be17
Merge pull request #103796 from mengjiao-liu/remove-featuregate-AllowInsecureBackendProxy
...
Remove AllowInsecureBackendProxy feature gate
2021-08-12 10:20:01 -07:00
Kubernetes Prow Robot
e6c7837afe
Merge pull request #101063 from claudiubelu/tests/lifecycle-hooks
...
tests: Spawn poststart / prestop pods on the same node as the http pod
2021-08-12 10:19:49 -07:00
Abu Kashem
6e3923d0a4
send retry-after until ready
2021-08-12 13:13:13 -04:00
Lubomir I. Ivanov
096c3e8f2d
kubeadm: further improve the dynamic version population
...
Panicing if not running in a test and if the component-base/version
variables are empty is not ideal. At some point sections
of kubeadm could be exposed as a library and if these sections
import the constants package, they would panic on the library
users unless they set the version information in component-base
with ldflags.
Instead:
- If the component-base version is empty, return a placeholder version
that should indicate to users that build kubeadm that something is not
right (e.g. they did not use 'make'). During library usage or unit
tests this version should not be relevant.
- Update unit tests to use hardcoded versions instead of the versions
from the constants package. Using the constants package for testing
is good but during unit tests these versions are already placeholders
since unit tests do not populate the actual component-base versions
(e.g. 1.23).
2021-08-12 19:54:06 +03:00
Han Kang
c295a850c6
update instrumentation reviewers
...
Change-Id: I1b158a99ba4fc1e6f7a1765d27ef65fe0bc16dc7
2021-08-12 09:45:20 -07:00
Hemant Kumar
593eda4ad3
Add unit tests for local volume expansion
2021-08-12 12:17:01 -04:00
Kubernetes Prow Robot
98e526390d
Merge pull request #103724 from claudiubelu/update-e2e-test-images-url
...
Update e2e test images url
2021-08-12 09:10:13 -07:00
Kubernetes Prow Robot
8b9f02836d
Merge pull request #103156 from claudiubelu/windows-osversion-cleanup
...
images: Removes OS Version workaround for manifest list images
2021-08-12 09:10:00 -07:00
Kubernetes Prow Robot
4c498db939
Merge pull request #102599 from claudiubelu/test-images/remove-eol-windows-images
...
test images: Removes Windows 1903 and 1909 images
2021-08-12 09:09:48 -07:00
Kubernetes Prow Robot
cc2f7232c9
Merge pull request #104320 from lojies/fixerrinchangelog
...
code cleanup:fix spelling mistake in CHANGELOG-1.22
2021-08-12 07:19:47 -07:00
Abu Kashem
d68186452d
apf: free seats in use after additional latency
2021-08-12 10:10:49 -04:00
Kubernetes Prow Robot
d77af28a35
Merge pull request #104086 from jayunit100/patch-27
...
(experimental) Calibrate networkpolicy test aggressiveness
2021-08-12 06:09:48 -07:00
Kubernetes Prow Robot
9c7426e14f
Merge pull request #104315 from yselkowitz/goflags-fix
...
Fix build with multiple GOFLAGS
2021-08-12 04:59:47 -07:00
Kubernetes Prow Robot
e7efe219f8
Merge pull request #103912 from Iceber/fix-event-recorder
...
client-go/events: avoid referencing a nil related object
2021-08-12 02:05:47 -07:00
Daniel Kłobuszewski
05beda5c40
Increase time to wait for nodes to become unready
...
https://github.com/kubernetes/autoscaler/pull/3924 changed Cluster
Autoscaler behavior to mark nodes as unhealthy only if at least 15m
passed since node creation time.
2021-08-12 11:03:38 +02:00
Marek Siarkowicz
704628fde4
Update golang used in etcd image to 1.16.7
2021-08-12 10:28:01 +02:00
lojies
1013e000af
code cleanup:fix spelling mistake in CHANGELOG-1.22
2021-08-12 14:44:37 +08:00
YanzhaoLi
545d898584
Extract containerID from systemd-style cgroupPath in cri_stats_provider
...
And fix test to generate UUID without dash
2021-08-11 19:03:56 -07:00
Kubernetes Prow Robot
27b02a3e37
Merge pull request #104030 from chendave/refactoring_new
...
Refactor defaultpreemption for out-of-tree plugins
2021-08-11 18:38:00 -07:00
Kubernetes Prow Robot
8156c82fa1
Merge pull request #99887 from yangjunmyfm192085/run-test26
...
Fix error path in file /verify-prerelease-lifecycle-tags.sh.
2021-08-11 18:37:48 -07:00
Kubernetes Prow Robot
7ee94f2f4f
Merge pull request #101789 from pohly/mutable-csi-driver
...
CSIDriver: allow "StorageCapacity" to be modified
2021-08-11 17:05:46 -07:00
Yaakov Selkowitz
67e14290aa
Fix build with multiple GOFLAGS
...
The tag extraction from GOFLAGS doesn't do anything if -tags is not
present in GOFLAGS. Not only does that mean non-sensical tags are
passed, but because GOFLAGS is a space-separated variable, the build
will fail because the build flags because -tags must be comma-separated.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2021-08-11 19:23:41 -04:00
Anago GCB
a818ec4346
Merge remote-tracking branch 'origin/master'
2021-08-11 22:46:18 +00:00
Anago GCB
af893b2282
Merge remote-tracking branch 'origin/master'
2021-08-11 22:43:24 +00:00
Anago GCB
3e6d407ec2
Merge remote-tracking branch 'origin/master'
2021-08-11 22:37:52 +00:00
jay vyas
145cec925a
reduce the number of containers created by 66%
...
Co-authored-by: jay vyas <jvyas@vmware.com>
Co-authored-by: rajas kakodkar <rkakodkar@vmware.com>
2021-08-12 02:08:00 +05:30
Anago GCB
8771d60e54
CHANGELOG: Update directory for v1.21.4 release
2021-08-11 18:57:20 +00:00
Kubernetes Prow Robot
9d09c9d246
Merge pull request #104308 from ehashman/revert-103608-imran/e2e-lock-contention
...
Revert "E2E test for kubelet exit-on-lock-contention"
2021-08-11 11:53:05 -07:00
Anago GCB
874199aff2
CHANGELOG: Update directory for v1.20.10 release
2021-08-11 18:43:00 +00:00
Anago GCB
c4f18223da
CHANGELOG: Update directory for v1.19.14 release
2021-08-11 18:41:12 +00:00
Elana Hashman
c69f55519e
Revert "E2E test for kubelet exit-on-lock-contention"
2021-08-11 10:45:46 -07:00
Kubernetes Prow Robot
2d599e3a8b
Merge pull request #104294 from aojea/test_owner
...
add aojea to test OWNERS approvers
2021-08-11 10:26:47 -07:00
Kubernetes Prow Robot
a535acdc91
Merge pull request #102736 from atiratree/e2e-bump-ProgressDeadlineSeconds
...
e2e test: bump ProgressDeadlineSeconds in Deployment iterative rollouts
2021-08-11 09:16:46 -07:00
Kubernetes Prow Robot
746fea56ae
Merge pull request #104065 from pacoxu/kubeadm-patches
...
kubeadm: disallow the mixture of --config and --patches & remove deprecated --experimental-patches
2021-08-11 08:06:58 -07:00
Kubernetes Prow Robot
a87838481b
Merge pull request #103654 from coffeepac/sig-inst/metric-static-analysis/remote-package
...
seems to work, needs tests and a lot of cleanup
2021-08-11 08:06:46 -07:00
Patrick Ohly
11ed96baf5
generated swagger docs
2021-08-11 15:22:13 +02:00
Kubernetes Prow Robot
53d24cd0b4
Merge pull request #104284 from BenTheElder/umask-fun
...
set umask on linux and darwin when testing kubeadm copycerts
2021-08-11 06:19:10 -07:00
Kubernetes Prow Robot
582c6f6df7
Merge pull request #103918 from olagacek/master
...
Allow customizing spam filtering in event client library
2021-08-11 06:18:58 -07:00
Kubernetes Prow Robot
22d1eff331
Merge pull request #102730 from atiratree/deployment-e2e-pause-fix
...
e2e test: fix Pause in Deployment iterative rollouts
2021-08-11 06:18:46 -07:00
Patrick Ohly
dfaeacb51f
CSIDriver: allow "StorageCapacity" to be modified
...
When originally introduced, the field was made immutable to be
consistent with the other fields. But in practice allowing it to be
toggled makes more sense, in particular when considering the rollout
of a CSI driver (let it run without using the published
CSIStorageCapacity object, then flip the field, or upgrading from a
driver without support to one which supports it).
The only consumer of this field, the kube-scheduler, can handle
mutation without problems because it always consults the informer
cache to get the current value.
2021-08-11 15:10:30 +02:00
Claudiu Belu
ea3c7d98a5
test images: Removes Windows 1903 and 1909 images
...
According to the Microsoft documentation, Windows Server 1903
reached its EOL December 8, 2020 [1], and Windows Server 1909
reached its EOL May 11, 2021 [2].
We ne longer need to build images for those OS Versions, since we won't
run tests for them.
[1]: https://docs.microsoft.com/en-us/windows-server/get-started-19/whats-new-in-windows-server-1903-1909
[2]: https://docs.microsoft.com/en-us/lifecycle/announcements/windows-server-1909-end-of-servicing
2021-08-11 11:49:05 +00:00
Claudiu Belu
d9f2268816
test images: Adds sync.exe to Windows agnhost images
...
We can get sync.exe from coreutils.
2021-08-11 11:45:13 +00:00
Kubernetes Prow Robot
7dd4f1742f
Merge pull request #104296 from claudiubelu/test-images/automate-agnhost-binary-version
...
test images: Simplifies the agnhost binary version
2021-08-11 04:36:47 -07:00
Kubernetes Prow Robot
07fe9f0192
Merge pull request #104293 from x13n/master
...
Update version of Cluster Autoscaler to 1.22.0
2021-08-11 03:20:47 -07:00
Claudiu Belu
94ac896269
test images: Simplifies the agnhost binary version
...
Currently, whenever agnhost/VERSION is bumped, the version in
agnhost/agnhost.go has to be bumped as well. This is also verified
on presubmit (build/dependencies.yaml).
This means that whenever we need to bump the agnhost image version,
someone has to approve the build/dependencies.yaml, which is not as
easy.
This commit removes the need for this check by automatically setting
the Version inside agnhost.go at build time, simplifying the process.
2021-08-11 09:12:03 +00:00
Kubernetes Prow Robot
34d1d2a4b9
Merge pull request #104278 from andrewsykim/fix-feature-gate-version
...
Fix documented version for DisableKubeletCloudCredentialProviders feature gate
2021-08-11 02:09:22 -07:00
Kubernetes Prow Robot
57e9525e96
Merge pull request #104259 from listx/master
...
remove listx from OWNERS_ALIASES
2021-08-11 02:09:10 -07:00
Kubernetes Prow Robot
3ca0145f20
Merge pull request #104253 from mauriciopoppe/subpath-additional-mount-flag
...
Pass additional flags to subpath mount to avoid flakes in certain conditions
2021-08-11 02:08:58 -07:00