Kubernetes Prow Robot
6ee6251fea
Merge pull request #104186 from pacoxu/patch-2
...
nominate pacoxu as sig node reviewer
2021-10-05 15:24:57 -07:00
Kubernetes Prow Robot
4af19756bd
Merge pull request #105217 from dbgoytia/refactor/102787-enable-block-tests
...
Refactoring TestConcurrentAccessToRelatedVolumes for enabling Block Volume tests
2021-10-05 14:18:57 -07:00
Kubernetes Prow Robot
907d62eac8
Merge pull request #105462 from ehashman/merge-terminal-phase
...
Ensure terminal pods maintain terminal status
2021-10-05 13:12:58 -07:00
Elana Hashman
f9a827b895
Fix bugs in e2e pod test
...
- Update test to account for late synced statuses
- Terminated containers are not running
- Add missing format values to test logline
2021-10-05 11:51:12 -07:00
Kubernetes Prow Robot
9cb0c403df
Merge pull request #105484 from saschagrunert/etcd-buildx
...
Use docker buildx for etcd image
2021-10-05 11:22:06 -07:00
Kubernetes Prow Robot
c4c3062c07
Merge pull request #102333 from mcbenjemaa/fix/102295
...
Add Log statement in exec_util.go for ClientSet Creation
2021-10-05 11:21:53 -07:00
Elana Hashman
3005ef34f2
Ensure terminal pods maintain terminal status
2021-10-05 09:26:27 -07:00
Kubernetes Prow Robot
b28bf04cd0
Merge pull request #105468 from ehashman/missing-format-values
...
Add missing format values to test logline
2021-10-05 09:23:40 -07:00
Kubernetes Prow Robot
b4a0342714
Merge pull request #105388 from mauriciopoppe/copy-volumesnapshotcontent-annotations
...
Copy VolumeSnapshotContent annotations in snapshottable.go test
2021-10-05 09:23:33 -07:00
Kubernetes Prow Robot
b7da9ef49f
Merge pull request #105156 from aojea/clientgo_trace
...
Enhance client-go url timing logging with http statistics
2021-10-05 09:23:21 -07:00
Kubernetes Prow Robot
7cce7eec11
Merge pull request #105466 from liggitt/json-stdlib-pretty
...
Use json stdlib for pretty-printer encoding
2021-10-05 08:23:20 -07:00
Kubernetes Prow Robot
6c292ce270
Merge pull request #105245 from yibozhuang/lost-pvc-prefilter-optimization
...
Scheduler volumebinding plugin - handle Lost PVC as UnschedulableAndUnresolvable
2021-10-05 08:23:09 -07:00
Antonio Ojea
72c35be086
client-go httpstats
...
enhance client-go DebugURLTiming roundtripper using golang httptrace
to provide timing statistics for:
- dns lookup
- tcp dialing
- tls handshake
- time to get a connection from the pool
- time to process a request
2021-10-05 16:13:30 +02:00
Kubernetes Prow Robot
c91f9bdc60
Merge pull request #104689 from cynepco3hahue/memory_manager_restricted_policy_fix
...
kubelet: memory manager: fix preferred topology hints calculation
2021-10-05 06:47:08 -07:00
Kubernetes Prow Robot
519b164db1
Merge pull request #105222 from cyclinder/remove_node_lease_GA
...
remove nodeLease feature GA
2021-10-05 05:41:21 -07:00
Kubernetes Prow Robot
c5ad58d8a1
Merge pull request #103372 from verb/1.22-e2e-node
...
Create node_e2e test for ephemeral containers
2021-10-05 05:41:09 -07:00
Sascha Grunert
9ae990e3d5
Use docker buildx for etcd image
...
This allows to choose the correct architecture in the image manifest,
which defaulted to the host system before applying this patch.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-10-05 13:38:02 +02:00
Kubernetes Prow Robot
6f942a0701
Merge pull request #105412 from MikeSpreitzer/define-seat-seconds
...
Define datatype for seat-seconds and prevent overflow
2021-10-05 02:05:09 -07:00
Kubernetes Prow Robot
efa9029a0d
Merge pull request #104920 from tkashem/response-writer-cleanup
...
apiserver: decorate http.ResponseWriter correctly
2021-10-05 00:53:09 -07:00
Author cyclinder
e61b901628
remove nodeLease feature GA
...
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
2021-10-05 12:23:27 +08:00
Kubernetes Prow Robot
0a29e2a73a
Merge pull request #105197 from alculquicondor/job-tracking
...
Roll-forward: Beta requirements for JobTrackingWithFinalizers
2021-10-04 18:57:49 -07:00
Kensei Nakada
0bb4c14519
scheduler: delete docs related to equivalence cache from scheduler ( #105417 )
...
* Delete: delete docs related to equivalence cache from scheduler
* Fix: re-add comment about ServiceAffinity
2021-10-04 16:23:49 -07:00
Kubernetes Prow Robot
9eaabb6b2e
Merge pull request #104304 from endocrimes/dani/eviction
...
[Failing Test] Fix Kubelet Storage Eviction Tests
2021-10-04 15:16:40 -07:00
Kubernetes Prow Robot
9fdcc4b199
Merge pull request #105312 from Karthik-K-N/fix-reatelimite-testfail
...
Fix for TestWithMaxWaitRateLimiter test case failure
2021-10-04 14:13:03 -07:00
Kubernetes Prow Robot
2358c8ae5b
Merge pull request #105144 from umangachapagain/fix-logs
...
remove format specifiers from structured logs
2021-10-04 14:12:51 -07:00
Kubernetes Prow Robot
70d1360ab8
Merge pull request #105103 from tkashem/extend-audit-policy
...
apiserver: refactor PolicyRuleEvaluator interface
2021-10-04 14:12:40 -07:00
Mike Spreitzer
4b5e139819
Use SeatSeconds
2021-10-04 14:02:53 -07:00
Mike Spreitzer
d866f94458
Draft datatype for seat-seconds
2021-10-04 14:02:35 -07:00
Elana Hashman
7bbf40f1cc
Add missing format values to test logline
2021-10-04 13:44:15 -07:00
Aldo Culquicondor
5929ccd391
Track expected removals of Pod finalizers
...
Add the UIDs of Pods for which we are removing finalizers to an in-memory cache.
The controller removes UIDs from the cache as Pod updates or deletes come in.
This avoids double counting finished Pods when Pod updates arrive after Job status updates.
https://github.com/kubernetes/kubernetes/issues/105200
2021-10-04 16:09:58 -04:00
Kubernetes Prow Robot
80b602299f
Merge pull request #105457 from liggitt/pod-security-benchmark-namespace
...
PodSecurity: add namespace update verify benchmark
2021-10-04 12:21:30 -07:00
Jordan Liggitt
74ca1b953a
Compact pretty-printed compatibility fixtures when decoding
2021-10-04 15:18:00 -04:00
Jordan Liggitt
17111241ba
Fix pretty-printed fixtures
2021-10-04 15:18:00 -04:00
Jordan Liggitt
a166f887f6
Use stdlib json encoder for yaml and pretty-json marshaling
2021-10-04 15:18:00 -04:00
Elana Hashman
5ff6c2396d
Do not sync Waiting statuses for Terminated pods
2021-10-04 11:05:54 -07:00
Jordan Liggitt
77d65dca44
PodSecurity: add namespace update verify benchmark
2021-10-04 12:26:30 -04:00
Kubernetes Prow Robot
04f747d09f
Merge pull request #104782 from kerthcet/cleanup/remove-cc-v1beta1
...
remove scheduler component config v1beta1
2021-10-04 08:53:08 -07:00
Abu Kashem
0d50c969c5
apiserver: wrap ResponseWriter using abstraction
2021-10-04 10:59:11 -04:00
Lee Verberne
2a82228e33
Apply suggestions from code review
...
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2021-10-04 15:07:37 +02:00
Kubernetes Prow Robot
e5976909c6
Merge pull request #105414 from pohly/log-example-verbosity
...
component-base: verbosity in example command
2021-10-04 04:19:38 -07:00
Kubernetes Prow Robot
c724abae81
Merge pull request #105375 from jonyhy96/fix-clock-util
...
node: test file use k8s.io/utils/clock instead
2021-10-04 04:19:31 -07:00
Kubernetes Prow Robot
e4e2c51648
Merge pull request #105042 from pohly/log-deprecate-klog-flags
...
deprecate klog flags
2021-10-04 04:19:18 -07:00
Kubernetes Prow Robot
f31453fe5b
Merge pull request #104894 from pacoxu/windows-arm
...
add windows arm support on client-side since go 1.17 supports
2021-10-04 04:19:07 -07:00
Danielle Lancashire
7b91337068
e2e_node: eviction: Include names of pending-eviction pods in error
2021-10-04 13:07:40 +02:00
Danielle Lancashire
b5c2d3b389
e2e_node: eviction: Memory-backed Volumes seperation
...
This commit fixes the LocalStorageCapacityIsolationEviction test by
acknowledging that in its default configuration kubelet will no-longer
evict memory-backed volume pods as they cannot use more than their
assigned limit with SizeMemoryBackedVolumes enabled.
To account for the old behaviour, we also add a test that explicitly
disables the feature to test the behaviour of memory backed local
volumes in those scenarios. That test can be removed when/if the feature
gate is removed.
2021-10-04 13:07:40 +02:00
Danielle Lancashire
a8168ed543
e2e_node: Fix LocalStorage and PriorityLocalStorage eviction tests
...
Currently the storage eviction tests fail for a few reasons:
- They re-enter storage exhaustion after pulling the images during
cleanup (increasing test storage reqs, and adding verification for
future diagnosis)
- They were timing out, as in practice it seems that eviction takes just
over 10 minutes on an n1-standard in many cases. I'm raising these to
15 to provide some padding.
This should ideally bring these tests to passing on CI, as they've now
passed locally for me several times with the remote GCE env.
Follow up work involves diagnosing why these take so long, and
restructuring them to be less finicky.
2021-10-04 13:07:40 +02:00
Kubernetes Prow Robot
9c0ef1ffec
Merge pull request #104058 from MadhavJivrajani/kind-design-rm-pr-template
...
Remove `kind/design` from PR template
2021-10-04 03:13:07 -07:00
Kubernetes Prow Robot
0ac956ff2b
Merge pull request #104968 from twpayne/twpayne/ones-count-64
...
Speed up counting of bits in allocator
2021-10-01 19:27:05 -07:00
Kubernetes Prow Robot
e380ce5714
Merge pull request #105384 from seans3/command-headers-fix
...
Fixes kubectl command headers which hangs on kubectl run
2021-10-01 18:25:17 -07:00
Kubernetes Prow Robot
c54ed73f9a
Merge pull request #104744 from robscott/topology-fixes
...
Excluding Control Plane Nodes from Topology Hints calculations
2021-10-01 18:25:06 -07:00