Jordan Liggitt
8b9165839f
k8s.io/kube-openapi v0.0.0-20200403204345-e1beb1bd0f35
...
fix client-side validation to allow a value of 0 for a number field
2020-04-03 22:18:49 -04:00
Jordan Liggitt
aeef92b3bd
Preserve int/float distinction when decoding raw values
2020-04-03 22:18:44 -04:00
Connor Gorman
aa57a36b0e
Make DefaultChanSize an exported var so it can be modified
2020-04-03 17:58:52 -07:00
louisgong
619f657b15
add loaded module
2020-04-04 08:49:19 +08:00
Kubernetes Prow Robot
fb9c304766
Merge pull request #89830 from fedepaol/bumpagnhost
...
Bump agnhost version to 2.13, and bump up depending images.
2020-04-03 17:05:47 -07:00
Samuel Davidson
aff4d7ff1c
Bumped debian-base from 2.0.0 to 2.0.1
2020-04-03 17:02:54 -07:00
Ted Yu
086d6ae9bb
Check Annotations map against nil for ConfigMapLock#Update()
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2020-04-03 16:47:19 -07:00
Eddie Zaneski
bfc6f14dcb
Fix first contribution link in pr template
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-04-03 17:27:05 -06:00
Aaron Crickenberger
f9538b118d
Update k8s.io/gengo to e0e292d8aa12
...
This is mainly to pick up the bugfix for reducing log noise while
running import-boss
2020-04-03 14:40:22 -07:00
Kubernetes Prow Robot
d911254deb
Merge pull request #89704 from liggitt/gnostic
...
github.com/googleapis/gnostic v0.4.1
2020-04-03 14:19:46 -07:00
Harsh Singh
015d06bf41
Internal channels for scheduler
2020-04-04 02:30:16 +05:30
Davanum Srinivas
7368359782
Stop using deprecated method
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-03 15:48:32 -04:00
Kubernetes Prow Robot
cfc845be63
Merge pull request #89747 from alvaroaleman/add-ass-validated-selector
...
apimachinery/pkg/labels: add SelectorFromSet
2020-04-03 12:33:46 -07:00
Federico Paolinelli
e31f72e3a4
Bump agnhost version to 2.13, and bump up depending images.
...
Kitten / nautilus depend on agnhost.
Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
2020-04-03 13:00:23 -04:00
wojtekt
8eb60c2474
Remove k8s.io/apimachinery/pkg/runtime/serializer/testing directory
2020-04-03 17:45:02 +02:00
Kubernetes Prow Robot
60df45fa55
Merge pull request #89768 from andyzhangx/update-max-disk-count2
...
fix: get attach disk error due to missing item in max count table
2020-04-03 08:33:45 -07:00
Lee Verberne
8414d180fe
kubectl debug: support different kinds
...
This is a refactor ahead of adding support for supporting `kubectl debug` of nodes.
2020-04-03 17:11:09 +02:00
Antoni Zawodny
6e34409f2b
Enable timeout for SSH-ing to non-logexported nodes
2020-04-03 17:05:58 +02:00
jingyih
4df38040dc
Pin go.etcd.io/etcd to 3.4.7 and rebuild vendor
2020-04-03 07:15:59 -07:00
Kubernetes Prow Robot
d721cb4c71
Merge pull request #89760 from jprzychodzen/le-enable-extra-services
...
Enable env defined services to dump in logexporter
2020-04-03 06:09:45 -07:00
Patrick Ohly
b9c5c55c09
podlogs: avoid dumping a terminated container more than once
...
The original logic was that dumping can stop (for example, due to
loosing the connection to the apiserver) and then will start again as
long as the container exists. That it duplicates output on restarts
is better than skipping output that might not have been dumped yet.
But that logic then also dumped the output of containers that have
terminated multiple times:
- logging is started, dumps all output and stops because the
container has terminated
- next check finds the container again, sees no active logger,
repeats
This wasn't a problem for short-lived logging in a custom
namespace (the way how it is done for CSI drivers in Kubernetes E2E),
but other testsuites (like the one from PMEM-CSI) keep logging running
for the entire test suite duration: there duplicate output became a
problem when adding driver redeployment as part of the suite's run.
To avoid duplicated output for terminated containers, which containers
have been handled is now stored permanently. For terminated containers,
restarting of dumping is prevented. This comes with the risk that if
the previous dumping ended before capturing all output, some output
will get lost.
Marking the start and stop of the log was also useful when streaming
to a single writer and thus gets enabled.
2020-04-03 14:45:00 +02:00
Patrick Ohly
dbac2a369a
podlogs: adapt to modified error message
...
Commit 8a495cb5e4
changed the spelling of the error message that we
want to ignore. In case of version skew we suppress both the old and
new spelling.
2020-04-03 14:43:52 +02:00
Kubernetes Prow Robot
15c3e492b3
Merge pull request #89795 from julianvmodesto/fix-diff
...
Ensure diff doesn't persist patches
2020-04-03 04:27:58 -07:00
Kubernetes Prow Robot
4f90253b58
Merge pull request #89596 from neolit123/1.19-fix-misleading-warning-on-jcp
...
kubeadm: remove misleading warning on kubeadm join
2020-04-03 04:27:45 -07:00
Kubernetes Prow Robot
873fe1478a
Merge pull request #89207 from wccsama/service-controller-test
...
clean up the awkward pattern in service_controller_test
2020-04-03 02:09:46 -07:00
Kubernetes Prow Robot
b030be376b
Merge pull request #89581 from Wenfeng-GAO/simplify
...
simplify code in topologymanager
2020-04-02 23:07:46 -07:00
Kubernetes Prow Robot
7bd48eb3f6
Merge pull request #89784 from oomichi/sshPort
...
Add common SSHPort on e2essh
2020-04-02 21:40:40 -07:00
Kubernetes Prow Robot
adcbe470d7
Merge pull request #89619 from mattjmcnaughton/mattjmcnaughton/delete-unused-builder-type
...
Delete unused `Builder` type from `kubelet.go`
2020-04-02 21:40:31 -07:00
Kubernetes Prow Robot
38249c1721
Merge pull request #89587 from apelisse/remove-apelisse-dep-approvers
...
Remove apelisse from dep-approvers
2020-04-02 21:40:22 -07:00
Kubernetes Prow Robot
b215be875c
Merge pull request #89530 from tklauser/use-bits-onescount
...
Use OnesCount8 from math/bits to implement countBits
2020-04-02 21:40:13 -07:00
Kubernetes Prow Robot
dd35908c7f
Merge pull request #89298 from gavinfish/scheuler-config-alph1
...
Remove kubescheduler.config.k8s.io/v1alpha1
2020-04-02 21:39:59 -07:00
Kubernetes Prow Robot
821ebaf0c6
Merge pull request #87448 from YuikoTakada/fix_81657_t_integ_dep
...
Fix static check failures in test/integration/deployment
2020-04-02 21:39:45 -07:00
Maru Newby
ab8b69b54e
kubectl: Update run's --restart help to reflect generator removal
...
PR #87077 ensured that only pods would created by `kubectl run`. This
change updates the help text for the `--restart` parameter to no longer
reference the removed job and deployment generators.
2020-04-02 21:37:58 -07:00
Kubernetes Prow Robot
01df16aee8
Merge pull request #89794 from msau42/cleanup-logs
...
Clean up event messages for errors.
2020-04-02 19:04:09 -07:00
Kubernetes Prow Robot
69681d7df8
Merge pull request #89286 from uzuku/mar-fix-nil-pointer-in-format
...
Handle nil pod in pod format
2020-04-02 19:04:00 -07:00
Kubernetes Prow Robot
81a0e2f62b
Merge pull request #85923 from MrHohn/sig-gcp-owner-file
...
Migrate OWNERS file to apply the area/provider/gcp label
2020-04-02 19:03:46 -07:00
Julian V. Modesto
f448c01651
Add kubectl diff + server-side dry-run to e2e
2020-04-02 20:54:53 -04:00
Kubernetes Prow Robot
3c4017c2d0
Merge pull request #89785 from andrewsykim/log-ipvs-err
...
ipvs: log err from CanUseIPVSProxier
2020-04-02 17:24:00 -07:00
Kubernetes Prow Robot
489d3712ea
Merge pull request #89612 from SataQiu/fix-20200328
...
Dual-stack: fix the bug that Service clusterIP does not respect specified ipFamily
2020-04-02 17:23:46 -07:00
Julian V. Modesto
9c0320f1bf
Ensure diff doesn't persist patches
2020-04-02 19:23:32 -04:00
Michelle Au
63ee9b3f4f
Clean up event messages for errors.
...
Change-Id: Ib70b50e676b917c4d976f32ee7a19f8fc63b6bc6
2020-04-02 15:25:36 -07:00
Kenichi Omichi
c0d09c943d
Move NodeUpgrade() into GCP e2e tests
...
These functions are for GCP e2e tests only, so this moves these
functions into the tests.
2020-04-02 22:13:50 +00:00
Andrew Sy Kim
5169ef5fb5
proxy: remove redundant length check on local address set
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-04-02 16:06:51 -04:00
Kubernetes Prow Robot
aff467bbb4
Merge pull request #89777 from wojtek-t/fix_networking_tests_timeouts
...
Fix networking tests timeouts for large clusters
2020-04-02 12:43:20 -07:00
Kubernetes Prow Robot
e8a24cb7f4
Merge pull request #89703 from ahg-g/ahg-podinfo
...
Rename scheduler/nodeinfo pkg to scheduler/types
2020-04-02 12:43:11 -07:00
Kubernetes Prow Robot
b7aaa59b49
Merge pull request #89585 from cwdsuzhou/March/proxy_kernel
...
add `kernelspace` to flag description of kube-proxy
2020-04-02 12:43:02 -07:00
Kubernetes Prow Robot
4e6a12223b
Merge pull request #89567 from giuseppe/cgroupv2-unit-test
...
kubelet: add tests for cgroup v2 conversions
2020-04-02 12:42:52 -07:00
Kubernetes Prow Robot
691fa9f5a1
Merge pull request #89566 from yue9944882/feat/override-clientside-retry
...
Opt-out/Override client-side max-retry
2020-04-02 12:42:38 -07:00
Kubernetes Prow Robot
bbe5594409
Merge pull request #89296 from danwinship/random-emptily
...
Don't log whether we're using iptables --random-fully
2020-04-02 12:42:24 -07:00
Kubernetes Prow Robot
4a897137b6
Merge pull request #89678 from tanjunchen/manifest
...
test/e2e/manifest:remove unused function
2020-04-02 10:50:38 -07:00