Kubernetes Prow Robot
b95e192ba4
Merge pull request #107815 from aojea/revert_ipvs_race
...
Fix race on unit test "kube-proxy ipvs: fix to prevent concurrent map read and map w…
2022-01-27 03:02:25 -08:00
andyzhangx
c2aba4901a
add namespace in azurefile volumeid
2022-01-27 09:29:13 +00:00
jlsong01
d281e25426
Optimize cronjob controller status updates
2022-01-27 17:09:47 +08:00
duc
c3bfb568f9
fix flushBackoffQCompleted: remove defer
...
'defer' is called in the 'for' loop, remove it
2022-01-27 17:08:12 +08:00
Cezary Zawdka
c92b922798
Applied review comments
2022-01-27 10:02:14 +01:00
Cezary Zawdka
f2e29bf4f0
GCE load balancer: skip instance group deletion
...
while using multiple IGs with rbs alpha feature gate enabled
2022-01-27 10:02:14 +01:00
Cezary Zawdka
187ad4695e
GCE load balancer: unit test for ensuring instance groups
...
while using multiple IGs with rbs alpha feature gate enabled
2022-01-27 10:02:13 +01:00
Cezary Zawdka
f3e8c3b30d
GCE load balancer: Stop managing instance groups for internal load balancer if rbs alpha feature gate enable
...
use multiple instance groups if present
2022-01-27 10:02:13 +01:00
Kubernetes Prow Robot
3f6793de48
Merge pull request #107786 from shiftstack/fqdn_hostname_comparison
...
Ensure the execHostnameTest() compares hostnames
2022-01-27 00:58:02 -08:00
Antonio Ojea
1c5d8cfdf7
fix flake test for ipvs graceful termination
2022-01-27 09:55:44 +01:00
Di Yi
94245af8f4
add fieldPath back to event logs
2022-01-27 14:28:26 +08:00
Kubernetes Prow Robot
876d4e0ab0
Merge pull request #107659 from jlsong01/readability_ut_cj_controller
...
readability enhancement for cj controller unit test
2022-01-26 21:12:49 -08:00
Kubernetes Prow Robot
8712a903cb
Merge pull request #107608 from marseel/fake_prober_in_kubemark
...
Use FakeProber in kubemark clusters
2022-01-26 19:42:49 -08:00
Takashi Kusumi
3b9aeb0267
Add v1.Secret to go-flow-levee analysis targets
2022-01-27 11:59:35 +09:00
calvin
fcfcdef8fd
move well-known system constants to constants.go
2022-01-27 10:39:14 +08:00
Jyoti Mahapatra
0e0abd602f
parse ipv6 address before comparison ( #107736 )
...
* parse ipv6 address before comparison
Signed-off-by: Jyoti Mahapatra <jyotima@amazon.com>
* use parse sloppy
Signed-off-by: Jyoti Mahapatra <jyotima@amazon.com>
* use parse sloppy
Signed-off-by: Jyoti Mahapatra <jyotima@amazon.com>
* use node address from cloudprovider as is
Signed-off-by: Jyoti Mahapatra <jyotima@amazon.com>
2022-01-26 18:38:49 -08:00
Mauricio Poppe
29e8e3af85
Env var for additional flags sent to the csi-proxy binary
2022-01-27 00:01:33 +00:00
Kubernetes Prow Robot
2593f5ba17
Merge pull request #107794 from Jefftree/revert-107765-ssa-integration-enable
...
Revert "Populate OpenAPI in all integration tests"
2022-01-26 14:28:49 -08:00
Abu Kashem
8fb3333863
Revert "Merge pull request #107456 from tkashem/apf-ssa"
...
This reverts commit 6faa4f0010
, reversing
changes made to 33a2c50bce
.
2022-01-26 13:54:26 -05:00
Kubernetes Prow Robot
ea80a4581e
Merge pull request #107768 from mmiranda96/fix/stats-summary-timeout
...
Extend deadline for /stats/summary test
2022-01-26 10:40:00 -08:00
Jeffrey Ying
ecb9b620fe
Revert "Populate OpenAPI in all integration tests"
2022-01-26 13:30:03 -05:00
Damien Grisonnet
f879d82cd5
Add dgrisonnet to sig-instrumentation approvers
...
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2022-01-26 17:32:38 +01:00
Kubernetes Prow Robot
be38633742
Merge pull request #107789 from gnufied/mark-device-uncertain-inuse
...
Mark device as uncertain if unmount device succeeds
2022-01-26 08:28:03 -08:00
Kubernetes Prow Robot
66445662ad
Merge pull request #107769 from liurupeng/reverthashvalue
...
Revert changes to the flb-exporter hash value
2022-01-26 05:10:13 -08:00
Kubernetes Prow Robot
e6cbcaea15
Merge pull request #107748 from cyclinder/fix_concurrent_map
...
kube-proxy ipvs: fix to prevent concurrent map read and map write
2022-01-26 05:10:01 -08:00
Hemant Kumar
ff765210d5
Mark device as uncertain if unmount device succeeds
...
If unmount device succeeds but somehow unmount operation
fails because device was in-use elsewhere, we should mark the
device mount as uncertain because we can't use the global
mount point at this point.
2022-01-26 07:49:49 -05:00
Martin André
363ad4c3b3
Ensure the execHostnameTest() compares hostnames
...
We do not have guarantee that the agnhost's `/hostname` endpoint returns
a hostname and not an FQDN. We also do not have guarantee a hostname
gets passed to the execHostnameTest() function for comparison.
So make sure we're comparing hostnames in execHostnameTest().
2022-01-26 11:16:18 +01:00
Martin André
5f809703a6
Revert "Fix comparison between FQDN and hostname"
...
This reverts commit 752a532c3d
.
2022-01-26 11:09:27 +01:00
Kubernetes Prow Robot
25697c4812
Merge pull request #107753 from srikiz/fix-ingress-path-tests
...
fix ingress path for tests when ingress controller is already running
2022-01-26 01:30:25 -08:00
Marcel Zięba
b4b4b8fd6d
Use FakeProber in kubemark clusters
2022-01-26 09:29:04 +00:00
Kubernetes Prow Robot
dbb5e3fe86
Merge pull request #107663 from hakman/remove_container-runtime_test_scripts
...
Clean up logic for deprecated flag --container-runtime in scripts
2022-01-25 22:30:25 -08:00
Arda Güçlü
43d8b3459b
Add manually invalidate cache documentation into delete
...
When CRDs are deleted, discovery local cache is not invalidated.
This brings about `resource not found` error when new CRD with same name is created
with different fields(ie. changing scope from cluster-wide to namespaced).
Because this already deleted CRD still stays in serverresources.json and kubectl tries to use it.
This local cached files have 10 minutes TTL. After deletion, if user waits 10 minutes,
files will be expired and deleted and there will be no errors. However, 10 minutes is a long time
and cache needs to be invalidated after deletion occurs.
This PR adds a document into delete command by noting that there might be a need to invalidate discovery
cache when CRD is deleted. In addition to that this PR adds a test to catch this behavior.
2022-01-26 09:01:46 +03:00
hxie
56382ddf16
Increase number of workers to 3 for Windows
...
Number of workers was set to be 1 because prallel probing on Windows is
flakier, network policy tests may get stuck, this symptom disappears on
the newest kubernetes, network poicy tests run very well with 3 workers.
2022-01-25 21:32:21 -08:00
Kubernetes Prow Robot
cd117abf19
Merge pull request #107763 from smarterclayton/wait_for_kuberoot_ca
...
e2e: Wait for kube-root-ca.crt to be created
2022-01-25 19:20:45 -08:00
Kubernetes Prow Robot
dee90598d2
Merge pull request #107525 from hxietkg/hxietkg/support-udp-for-windows
...
Support UDP test for netwpol on windows
2022-01-25 19:20:38 -08:00
Kubernetes Prow Robot
38e9a29620
Merge pull request #106932 from SergeyKanzhelev/removeDynamicKubeletConfig
...
Remove dynamic kubelet config
2022-01-25 19:20:25 -08:00
cyclinder
50045b96bc
kube-proxy ipvs: fix to prevent concurrent map read and map write
...
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
2022-01-26 11:12:56 +08:00
Kubernetes Prow Robot
6a1de6b686
Merge pull request #107765 from Jefftree/ssa-integration-enable
...
Populate OpenAPI in all integration tests
2022-01-25 18:18:37 -08:00
Kubernetes Prow Robot
482f905d57
Merge pull request #107745 from pacoxu/cleanup-fail-earlier
...
fail if the runtime/kubelet process is not fetched
2022-01-25 18:18:26 -08:00
brianpursley
e9211d3279
Fix wrong status code in unit test error messages.
...
Replace deprecated use of diff.ObjectReflectDiff() with cmp.Diff().
2022-01-25 20:31:47 -05:00
RupengLiu
446052f7a3
Revert changes to the flb-exporter hash value
2022-01-25 16:35:58 -08:00
Mike Miranda
99e27b0f37
Extend deadline for /stats/summary test
2022-01-26 00:07:00 +00:00
Kubernetes Release Robot
4ade9f2547
CHANGELOG: Update directory for v1.23.3 release
2022-01-26 00:04:56 +00:00
Kubernetes Prow Robot
6e25590494
Merge pull request #107066 from acumino/cleanup/codeduplication
...
remove code duplication
2022-01-25 14:35:42 -08:00
Jefftree
eb8f6fe0f9
Populate OpenAPI in all integration tests
2022-01-25 14:16:31 -08:00
Kubernetes Prow Robot
1f05c78350
Merge pull request #107700 from sanposhiho/fix-error-log-namespace-not-found
...
Create namespace for Pod not to occur error log of namespace not-found
2022-01-25 13:34:05 -08:00
Kubernetes Prow Robot
cbaab07b68
Merge pull request #107695 from rphillips/fixes/fix_podStatus_not_containing_full_name
...
kubelet: fix static pods not restarting in certain cases
2022-01-25 13:33:54 -08:00
Kubernetes Prow Robot
00da9db69f
Merge pull request #107400 from aramperes/cleanup/common-label-selector
...
Cleanup kubectl label selectors with 'cmdutil.AddLabelSelectorFlagVar'
2022-01-25 13:33:41 -08:00
Kubernetes Prow Robot
fcd96faa79
Merge pull request #107758 from aojea/flake_socks5
...
disable socks5 flake test
2022-01-25 12:09:54 -08:00
Kubernetes Prow Robot
42ab2f5d03
Merge pull request #107397 from ncapps/feature-label-selector
...
Improve kubectl apply label selector message
2022-01-25 12:09:41 -08:00