Kubernetes Prow Robot
d25a4c40cf
Merge pull request #104849 from Huang-Wei/revert-103515
...
Revert PR 103515
2021-09-08 17:44:21 -07:00
Kubernetes Prow Robot
9956551b62
Merge pull request #104848 from ehashman/node-api-shadow
...
Request: Add ehashman as a sig-node API review shadow
2021-09-08 17:44:10 -07:00
Kubernetes Prow Robot
5990b3c76a
Merge pull request #104828 from leiyiz/mock_volume_flake
...
increasing sleep timer to 5 sec in attempt to deflake token test
2021-09-08 15:48:52 -07:00
Léiyì Zhang
f1bfd8f8df
increasing sleep timer to 5 sec
2021-09-08 21:41:31 +00:00
Wei Huang
c2e9305173
Revert PR 103515
2021-09-08 13:23:30 -07:00
Kubernetes Prow Robot
edc3a48f26
Merge pull request #104845 from aojea/iperf_threshold
...
e2e iperf2 change threshold to 10MBps = 80 Mbps
2021-09-08 12:03:56 -07:00
Kubernetes Prow Robot
559808670a
Merge pull request #104806 from MikeSpreitzer/set-g-to-3ms
...
Change execution duration guess from 1 minute to 3 milliseconds
2021-09-08 10:05:20 -07:00
Antonio Ojea
3f6f63d2a8
e2e iperf2 change threshold to 10MBps = 80 Mbps
2021-09-08 18:46:04 +02:00
Kubernetes Prow Robot
5be7bb413d
Merge pull request #104805 from chendave/typos
...
Fix couple of incorrect description
2021-09-08 07:43:21 -07:00
Clayton Coleman
17d32ed0b8
kubelet: Rejected pods should be filtered from admission
...
A pod that has been rejected by admission will have status manager
set the phase to Failed locally, which make take some time to
propagate to the apiserver. The rejected pod will be included in
admission until the apiserver propagates the change back, which
was an unintended regression when checking pod worker state as
authoritative.
A pod that is terminal in the API may still be consuming resources
on the system, so it should still be included in admission.
2021-09-08 10:23:45 -04:00
Kubernetes Prow Robot
9ced7b4a31
Merge pull request #104704 from Pingan2017/ttl-beta-0901
...
Change TTLAfterFinished state to beta in comment
2021-09-08 06:29:20 -07:00
00255991
2949045ec4
para 'resourceVersion' in DeltaFIFO.Replace is not used, so remove it
2021-09-08 19:10:40 +08:00
Kubernetes Prow Robot
9f6a31916a
Merge pull request #104833 from MikeSpreitzer/fix104811
...
Refine locking in API Priority and Fairness config controller
2021-09-08 01:29:20 -07:00
Mike Spreitzer
58927c1abe
Refine locking in API Priority and Fairness config controller
...
Instead of a plain `Mutex`, use an `RWMutex` so that the common
operations can proceed in parallel.
2021-09-08 00:34:52 -04:00
Kubernetes Prow Robot
3282d6cfdb
Merge pull request #103515 from muma378/feature/verbose-node-scores
...
Add verbose logs for node/plugin scores even ranged in low levels
2021-09-07 21:21:22 -07:00
Kubernetes Prow Robot
6ae42ec773
Merge pull request #104829 from mikedanese/rbac-doc
...
rbac: remove AttributeRestriction documentation
2021-09-07 19:29:27 -07:00
Kubernetes Prow Robot
f30f5a6862
Merge pull request #104816 from mkumatag/fix-rand
...
Update the valid string from rand.go
2021-09-07 19:29:19 -07:00
Dave Chen
6e1835b83b
Fix couple of incorrect description
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-09-08 10:08:23 +08:00
Kubernetes Prow Robot
ebb9fafac6
Merge pull request #104823 from justinsb/less_cmp_3
...
Avoid expensive go-cmp/cmp comparison
2021-09-07 17:41:28 -07:00
Kubernetes Prow Robot
85b11ad24e
Merge pull request #104699 from vincepri/generate-name-error
...
Object creation with generateName should return AlreadyExists instead of a Timeout
2021-09-07 17:41:20 -07:00
Mike Danese
acb85012ba
rbac: remove AttributeRestriction documentation
...
This field never made it past the alpha API.
2021-09-07 16:45:49 -07:00
Kubernetes Prow Robot
0ec2aaee47
Merge pull request #104790 from sttts/sttts-ssa-should-not-happen-name
...
server-side-apply: print object name in SHOULD NOT HAPPEN message
2021-09-07 16:32:27 -07:00
Kubernetes Prow Robot
f9488f314a
Merge pull request #104741 from robscott/topology-logging
...
Adding more detailed logging for Topology Hints
2021-09-07 16:32:16 -07:00
Mike Spreitzer
a0c161f2f6
Change execution duration guess from 1 minute to 3 milliseconds
...
So that the width estimate has some effect but not a grossly excessive
one.
Added the fifo::Peek method to simplify the fifo client code.
Also renamed the queueSet::estimatedServiceTime field to
estimatedServiceSeconds to make the units clear.
2021-09-07 18:36:30 -04:00
cici37
37999de0f7
Update CHANGELOG OWNERS
2021-09-07 13:22:13 -07:00
tiloso
830a137d2e
Fix staticcheck in apiserver and client-go pkgs
2021-09-07 21:53:41 +02:00
Justin SB
f9f556dc70
Avoid expensive go-cmp/cmp comparison
...
The cmp comparison is relatively expensive (#104821 ). If we're not
going to log it, we shouldn't make the comparison.
2021-09-07 13:36:50 -04:00
Kubernetes Prow Robot
34fb61beba
Merge pull request #104444 from cheftako/anp-v23
...
Enable http2 health checking with go 1.16.5 on KAS egress.
2021-09-07 08:43:15 -07:00
Manjunath A Kumatagi
117fb6a45b
Update the valid string from rand.go
2021-09-07 19:15:36 +05:30
Abu Kashem
5d0bf053b6
apf: rename to v1beta2
2021-09-07 09:42:13 -04:00
Abu Kashem
54064ff337
apf: copy v1beta1 to v1beta2
2021-09-07 09:42:12 -04:00
Kubernetes Prow Robot
f12d73304d
Merge pull request #104240 from feeltimeQ/fix/Log_attempts_to_output_resp.Body
...
fix Log attempts to output resp.Body #104184
2021-09-07 05:33:15 -07:00
astraw99
9d84ffafd0
fix sharedInformer doc
2021-09-07 16:45:07 +08:00
Danielle Lancashire
b970bb5fe0
e2e_node: Update GPU tests to reflect reality
...
In older versions of Kubernetes (at least pre-0.19, it's the earliest
this test will run unmodified on), Pods that depended on devices could be
restarted after the device plugin had been removed. Currently however,
this isn't possible, as during ContainerManager.GetResources(), we
attempt to DeviceManager.GetDeviceRunContainerOptions() which fails as
there's no cached endpoint information for the plugin type.
This commit therefore breaks apart the existing test into two:
- One active test that validates that assignments are maintained across
restarts
- One skipped test that validates the behaviour after GPUs have been
removed, in case we decide that this is a bug that should be fixed in
the future.
2021-09-06 19:03:15 +02:00
qulifeng
054271445e
fix Log attempts to output resp.Body
2021-09-06 23:01:03 +08:00
Quan Tian
9ee3ae748b
Fix client IP preservation for NodePort service with protocol SCTP
...
The iptables rule that matches kubeNodePortLocalSetSCTP must be inserted
before the one matches kubeNodePortSetSCTP, otherwise all SCTP traffic
would be masqueraded regardless of whether its ExternalTrafficPolicy is
Local or not.
To cover the case in tests, the patch adds rule order validation to
checkIptables.
2021-09-06 18:54:35 +08:00
Shiming Zhang
7706d3d281
pkg/kubelet/cm/memorymanager: Fix ErrorS key/value pair
2021-09-06 17:37:04 +08:00
Dr. Stefan Schimanski
dc6f471e2c
server-side-apply: print object name in SHOULD NOT HAPPEN message
2021-09-06 08:37:00 +02:00
Kubernetes Prow Robot
eb729620c5
Merge pull request #99682 from chymy/fix-misspelling
...
Fix misspelling and misgrammar
2021-09-05 12:46:28 -07:00
Kubernetes Prow Robot
4aeeeffa17
Merge pull request #104458 from claudiubelu/tests/image-bumps
...
tests: Bumps image versions (Adds Windows Server 2022)
2021-09-05 09:20:28 -07:00
Kubernetes Prow Robot
5fb66a4c70
Merge pull request #104740 from oomichi/fix-error
...
Fix err of GrabFromAPIServer()
2021-09-05 07:14:28 -07:00
Kubernetes Prow Robot
4e30c058c4
Merge pull request #104290 from nak3/fix-obsolete-link
...
Update obsolete link in the Conformance Test doc
2021-09-05 04:02:39 -07:00
Kubernetes Prow Robot
1dc7de0366
Merge pull request #100185 from drigz/extra-log
...
Remove EXTRA from log messages
2021-09-05 04:02:28 -07:00
Kubernetes Prow Robot
f61ed43988
Merge pull request #103631 from vikramcse/automate_code_generation
...
Automate code generated by using mockgen and go:generate
2021-09-04 07:51:19 -07:00
Vince Prignano
8a9d61278f
Object creation with generateName should return a proper error
...
Signed-off-by: Vince Prignano <vincepri@vmware.com>
2021-09-04 07:34:32 -07:00
Mateusz Gozdek
5389293297
Fix typo coersion -> coercion
...
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
2021-09-04 11:55:26 +02:00
Mateusz Gozdek
d7768519ee
Fix typo assigment -> assignment
...
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
2021-09-04 11:55:26 +02:00
Mateusz Gozdek
3066f1550f
Fix typo fileystem -> filesystem
...
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
2021-09-04 11:55:18 +02:00
Kubernetes Prow Robot
b12379ef1c
Merge pull request #104605 from pohly/ephemeral-volume-events
...
scheduler: more informative generic ephemeral volume events
2021-09-03 17:51:19 -07:00
Clayton Coleman
2d7a9160a6
Additional resource quantity testing
...
Fractional binary SI quantities that cannot be represented as decimal
internally were incorrectly calculated.
2021-09-04 09:45:38 +09:00