CKchen0726
918246d7a1
update error info with the new limit in #98753
2021-06-03 11:08:09 +08:00
Kubernetes Prow Robot
2cefcc6be7
Merge pull request #102544 from jeremyje/fixnpd
...
GCE Windows: Only create NPD kubeconfig when the file path is defined.
2021-06-02 17:39:38 -07:00
Kubernetes Prow Robot
2e12da1ce0
Merge pull request #102539 from liggitt/websocket-service-watch
...
Fix closing of decorated watcher channel on timeout
2021-06-02 16:15:23 -07:00
Kubernetes Prow Robot
babe9cd4a7
Merge pull request #102526 from pohly/csi-driver-pod-events
...
storage e2e: capture driver pod events
2021-06-02 16:15:09 -07:00
Kubernetes Prow Robot
42860d4d47
Merge pull request #102516 from nilo19/bug/cherry-pick-649
...
serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
2021-06-02 14:54:43 -07:00
Jeremy Edwards
47a7fcb17b
GCE Windows: Only create NPD kubeconfig when the file path is defined.
2021-06-02 21:15:45 +00:00
Kubernetes Prow Robot
043b3fc1e4
Merge pull request #101982 from hantmac/fix/need-handle-error
...
handle Unmarshal error
2021-06-02 13:43:03 -07:00
Kubernetes Prow Robot
4eda493658
Merge pull request #101959 from lunhuijie/run-test5
...
Add test cases to the LoadClientConfig function
2021-06-02 13:42:55 -07:00
Kubernetes Prow Robot
4d50f2ace0
Merge pull request #101633 from llhuii/kubelet/remove-redundant-code
...
kubelet_pods.go: clean makeEnvironmentVariables
2021-06-02 13:42:43 -07:00
Jordan Liggitt
bd2d63dd57
Fix closing of decorated watcher channel on timeout
2021-06-02 15:25:31 -04:00
Kubernetes Prow Robot
36a899835d
Merge pull request #100679 from hdp617/master
...
doc: remove description that `socat` is required
2021-06-02 12:04:42 -07:00
Kubernetes Prow Robot
f5eded9a00
Merge pull request #100142 from Ethyling/enh-get-lastrestart
...
Add `LAST RESTART` column to `kubectl get pods`
2021-06-02 10:54:43 -07:00
Kubernetes Prow Robot
2e6e8857d1
Merge pull request #102518 from chendave/cleanup_constat
...
Cleanup redundant failure reason in InterPodAffinity plugin
2021-06-02 09:46:34 -07:00
Kubernetes Prow Robot
f98e9caa77
Merge pull request #102509 from danwinship/sctp-is-not-tcp
...
Clarify and split up the "not actually SCTP" SCTP NetworkPolicy test
2021-06-02 09:46:23 -07:00
Patrick Ohly
53af002742
storage e2e: capture driver pod changes, including all events
...
As seen in https://github.com/kubernetes/kubernetes/issues/102452 , we
currently don't have pod events for the CSI driver pods because of the
different namespace and would need them to determine whether the
driver gets evicted.
Previously, only changes of the pods where logged. Perhaps even more
interesting are events in the namespace.
2021-06-02 17:37:03 +02:00
Jordan Jacobelli
9eea445bcc
Update test cases for 'RESTARTS' column in 'kubectl get pods'
...
Signed-off-by: Jordan Jacobelli <jordanjacobelli04@gmail.com>
2021-06-02 17:32:21 +02:00
Jordan Jacobelli
ec4182d003
Add last restart time to 'RESTARTS' column to 'kubectl get pods' output
...
This commit adds the last time since a container has restarted in a pod
to the 'RESTARTS' column to the 'kubectl get pods' output
Signed-off-by: Jordan Jacobelli <jordanjacobelli04@gmail.com>
2021-06-02 17:28:04 +02:00
刁浩 10284789
ce08fd5976
Add test cases to the LoadClientConfig function
...
Signed-off-by: 刁浩 10284789 <diao.hao@zte.com.cn>
2021-06-02 15:22:00 +00:00
Kubernetes Prow Robot
b2b4cb1725
Merge pull request #102528 from soltysh/cronjob_ga
...
Clean apply's prune and kube addons with batch/v1 CronJob
2021-06-02 08:02:31 -07:00
Kubernetes Prow Robot
63c75f3766
Merge pull request #102461 from goodluckbot/apiserver-event-toSelectableFields
...
Improve ToSelectableFields' performance for events
2021-06-02 08:02:18 -07:00
Kubernetes Prow Robot
894f603655
Merge pull request #102171 from wojtek-t/pf_watch_initialization_support
...
Implement support for watch initialization in P&F
2021-06-02 08:02:06 -07:00
Kubernetes Prow Robot
a79a0f546a
Merge pull request #102484 from xiaoanyunfei/fix/watch_cache_metrics
...
fix watch_cache_capacity metrics
2021-06-02 06:24:18 -07:00
Kubernetes Prow Robot
17f5c8866a
Merge pull request #102338 from mengjiao-liu/update-cronjob-to-batchv1-kubectl
...
Promote cronjob to batch/v1: kubectl sparse_test file
2021-06-02 06:24:06 -07:00
Dan Winship
211e974722
Clarify and split up the "not actually SCTP" SCTP NetworkPolicy test
...
These tests *do* apply to plugins that don't support SCTP.
2021-06-02 09:10:25 -04:00
Dan Winship
4b0d0d6fc7
Fix spurious Feature tags on some NetworkPolicy tests
...
The "[Feature:SCTP]" tag was needed on "should not allow access by TCP
when a policy specifies only SCTP" back when SCTP was alpha, because
it wasn't possible to create a policy that even mentioned SCTP without
enabling the feature gate. This no longer applies, and the tag was
removed from the original copy of network_policy.go, but accidentally
got left behind in the netpol/ version.
Likewise, the newly-added "should not allow access by TCP when a
policy specifies only UDP" got tagged "[Feature:UDP]", but this was
never necessary, and is inconsistent with other UDP tests anyway.
Similarly, we need "[Feature:SCTPConnectivity]" on tests that make
SCTP connections, because that functionality is not available in all
clusters, but "[Feature:UDPConnectivity]" is unnecessary and
inconsistent.
2021-06-02 09:10:25 -04:00
Maciej Szulik
1619e8eb95
Clean apply's prune and kube addons with batch/v1 CronJob
2021-06-02 14:27:29 +02:00
Kubernetes Prow Robot
1795a98eeb
Merge pull request #102221 from kikimo/add-hint-to-fake-topology-manager
...
Add hint to fake topology manager.
2021-06-02 03:40:05 -07:00
wojtekt
8054b0f808
Fix watch rejections in P&F filter
2021-06-02 09:14:59 +02:00
Kubernetes Prow Robot
a9725892b7
Merge pull request #102485 from alculquicondor/cleanup_interface
...
Cleanup Framework interface
2021-06-01 23:12:32 -07:00
Kubernetes Prow Robot
12e3860cb0
Merge pull request #102504 from thockin/master
...
Add KEP links to sig-net feature gates
2021-06-01 20:55:07 -07:00
Kubernetes Prow Robot
f2f5a14df7
Merge pull request #102483 from giuseppe/update-cadvisor
...
vendor: upgrade cadvisor to 0.39.2
2021-06-01 20:54:58 -07:00
Kubernetes Prow Robot
053aa7fde4
Merge pull request #102201 from chendave/graduate
...
Graduate prefer nominated node to beta
2021-06-01 20:54:50 -07:00
Kubernetes Prow Robot
61db6e05f1
Merge pull request #100558 from yangjunmyfm192085/run-test31
...
Optimize the structured Logging migration.
2021-06-01 20:54:37 -07:00
Dave Chen
b049e1b9ab
Cleanup redundant failure reason in InterPodAffinity plugin
...
Both `ErrReasonAffinityRulesNotMatch` and `ErrReasonAntiAffinityRulesNotMatch` are
more precise than `ErrReasonAffinityNotMatch`.
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-06-02 11:52:55 +08:00
Qi Ni
95ac461a29
serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
2021-06-02 11:00:40 +08:00
Kubernetes Prow Robot
eee6e54ecf
Merge pull request #102063 from tdihp/fix/azure-auth-refresh
...
Azure auth forwarding adal refresh error to azureTokenSource
2021-06-01 19:48:45 -07:00
Kubernetes Prow Robot
807e70c46f
Merge pull request #101605 from njuptlzf/flexvloume_test
...
cleanup: delete tempDir correctly after flexvloume_test is executed
2021-06-01 19:48:33 -07:00
Kubernetes Prow Robot
244751ae91
Merge pull request #102510 from cheftako/defaultKonn
...
Default GCE testing to using konnectivity
2021-06-01 18:08:33 -07:00
kikimo
86d68effc2
clean code
2021-06-02 09:07:53 +08:00
Walter Fender
355be99390
Default GCE testing to using konnectivity
...
Turning GRPC based Konnectivity testing on id advance of
removing the SSHTunnel code.
https://testgrid.k8s.io/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy-grpc&width=25
shows the feature to be stable and it should remain that way.
2021-06-01 16:53:41 -07:00
Kubernetes Prow Robot
7e2b5f3325
Merge pull request #102502 from ykakarap/kubeadm-coredns-path-change
...
kubeadm: use subpath for coredns only for default repository
2021-06-01 16:02:47 -07:00
Kubernetes Prow Robot
5fb0c0b23f
Merge pull request #102497 from aramase/dual-stack-windows
...
remove LinuxOnly tags for subset of dual-stack tests
2021-06-01 16:02:39 -07:00
Kubernetes Prow Robot
ff2dfcc6d1
Merge pull request #102494 from vinayakankugoyal/kubeadm-constants
...
Add user and group name constants for kubeadm rootless control-plane.
2021-06-01 16:02:31 -07:00
Kubernetes Prow Robot
877bd26db0
Merge pull request #102381 from prameshj/basepathtest
...
Add a test for verifying compute basepath.
2021-06-01 16:02:19 -07:00
Kubernetes Prow Robot
38b94683c9
Merge pull request #101559 from njuptlzf/fsstore_test
...
Clean up tempDir after fsstore_test.go is executed
2021-06-01 16:02:07 -07:00
Kubernetes Prow Robot
7c7a0865cd
Merge pull request #102218 from kolyshkin/cgroup-cleanups
...
pkg/kubelet/cm: cgroup-related cleanups
2021-06-01 13:45:51 -07:00
Aldo Culquicondor
673352dbd2
Cleanup Framework interface
...
remove repeated methods
2021-06-01 20:43:32 +00:00
Yuvaraj Kakaraparthi
97ba90cbfb
use subpath for coredns only for default repository
2021-06-01 13:27:01 -07:00
Tim Hockin
9880ceceb9
Add KEP links to sig-net feature gates
...
Adjust 1 removal and comment another.
2021-06-01 12:49:36 -07:00
Kubernetes Prow Robot
e5b54d0769
Merge pull request #102232 from MadhavJivrajani/mirror-client-log-line-fix
...
Change log line to print actual pod uid and not address of the pod uid
2021-06-01 10:51:52 -07:00