Antonio Ojea
dc025534af
bump k8s.io utils
...
Fix a bug in k8s.io/utils/net.GetIndexedIP() that wasn't working
with IPv6 addresses with leading zeros.
2020-03-22 22:21:47 +01:00
marosset
e727149330
Updating vendored files
2020-03-20 21:17:16 +00:00
Kubernetes Prow Robot
e74ad38854
Merge pull request #89013 from dims/copy-jsonlog-from-docker/docker-locally
...
Copy jsonlog from docker/docker locally
2020-03-19 12:08:37 -07:00
Kubernetes Prow Robot
bd07a408c1
Merge pull request #89159 from dims/move-term-package-to-component-base
...
Move term package to component base and switch to moby/term
2020-03-19 10:27:54 -07:00
Kubernetes Prow Robot
dfb6993947
Merge pull request #89182 from dims/just-use-runtime-numcpu
...
Just use runtime.NumCPU on windows
2020-03-19 06:05:51 -07:00
Kubernetes Prow Robot
a98840bc3b
Merge pull request #89169 from jingyih/update_etcd_client_3p4p4
...
Update etcd client to v3.4.4 in k8s v1.19
2020-03-19 06:05:28 -07:00
Davanum Srinivas
574c75e8fe
Updating dependency github.com/pkg/errors to version v0.9.1
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-03-19 08:27:42 -04:00
Davanum Srinivas
865fd48482
Updating dependency github.com/google/go-cmp to version v0.3.1
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-03-19 07:18:10 -04:00
Davanum Srinivas
ee43102806
update vendor
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-03-19 07:18:10 -04:00
Kubernetes Prow Robot
de931d569e
Merge pull request #89105 from andyzhangx/upgrade-40.2
...
Upgrade to azure-sdk v40.2.0
2020-03-18 22:24:29 -07:00
Davanum Srinivas
825f99c396
run update-vendor.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-03-17 21:26:07 -04:00
Davanum Srinivas
966804087c
update vendor/
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-03-17 16:25:49 -04:00
jingyih
1f7ccbcfc3
Pin go.etcd.io/etcd to 3.4.4 and rebuild vendor
2020-03-16 11:55:49 -07:00
andyzhangx
da20cc202f
chore: upgrade to azure-sdk v40.2.0
...
chore: use autorest v0.9.6
fix go module issue
fix go module error
2020-03-13 11:51:25 +00:00
Monis Khan
df292749c9
Remove support for basic authentication
...
This change removes support for basic authn in v1.19 via the
--basic-auth-file flag. This functionality was deprecated in v1.16
in response to ATR-K8S-002: Non-constant time password comparison.
Similar functionality is available via the --token-auth-file flag
for development purposes.
Signed-off-by: Monis Khan <mok@vmware.com >
2020-03-11 20:55:47 -04:00
Kubernetes Prow Robot
71ad0a9020
Merge pull request #88875 from apelisse/apply-no-op
...
SSA: Applying same object twice should be a no-op the second time
2020-03-07 01:13:34 -08:00
Chao Xu
1e78fc0bf0
generaetd
2020-03-05 22:27:02 -08:00
Kubernetes Prow Robot
f605ab0b08
Merge pull request #88502 from caesarxuchao/make-egress-api-beta
...
Promote the egressSelector API to beta
2020-03-05 20:04:02 -08:00
Antoine Pelisse
df41fd932b
Bump sigs.k8s.io/structured-merge-diff to v3
2020-03-05 15:19:50 -08:00
Kubernetes Prow Robot
55bfdc6024
Merge pull request #88004 from verb/cli-debug
...
Add kubectl debug alpha command
2020-03-05 07:18:37 -08:00
Lee Verberne
e5b655938e
Add kubectl debug alpha command
...
This first version of `kubectl alpha debug` is an import of the existing
kubectl-debug plugin, which supports adding ephemeral containers to
running pods. This attempts to follow patterns used by other kubectl
commands such as run, exec and scale.
2020-03-04 19:20:04 +01:00
Kubernetes Prow Robot
0535520f6e
Merge pull request #88758 from soltysh/hide_last_applied
...
Hide kubectl.kubernetes.io/last-applied-configuration in describe
2020-03-03 21:06:01 -08:00
saad-ali
22e8189f40
Update dep k8s.io/utils to 0a110f9eb7ab
2020-03-03 11:20:08 -08:00
Maciej Szulik
02cd65d7bb
Squash pkg/describe/versioned/ into pkg/describe/
2020-03-03 19:20:06 +01:00
Jefftree
0989770135
Update network proxy to v0.0.7
2020-03-02 10:09:00 -08:00
Chao Xu
3fbb549fb7
Promote the egressselector API to beta
2020-02-28 11:29:45 -08:00
Mike Dame
e398302dc7
Add OWNERS and testing to external extender/v1 api
2020-02-27 17:45:48 -05:00
Kubernetes Prow Robot
a726c9c9cb
Merge pull request #88435 from andrewsykim/ccm-clean-up
...
move well known cloud provider taints to k8s.io/cloud-provider/api
2020-02-26 13:33:41 -08:00
Dr. Stefan Schimanski
ea45da7e52
apiextions: add list-type: map|set CR validation
2020-02-25 18:34:49 +01:00
Sandeep Rajan
cb12e8a059
update corefile-migration library to 1.0.6
2020-02-24 15:00:55 -05:00
andrewsykim
8c633356df
move well known cloud provider taints to k8s.io/cloud-provider/api
...
Signed-off-by: andrewsykim <kim.andrewsy@gmail.com >
2020-02-23 19:54:59 -05:00
Kubernetes Prow Robot
de75bf9443
Merge pull request #88405 from feiskyer/mock-vmset
...
Swith to mock clients for route/routetable/networkinterface tests
2020-02-22 00:09:02 -08:00
Pengfei Ni
78b18ed6f4
Swith to mock clients for route/routetable/networkinterface tests
2020-02-22 02:32:19 +00:00
Kubernetes Prow Robot
23045f9247
Merge pull request #88057 from julianvmodesto/remove-deprecated-rolling-update
...
Remove deprecated rolling-update command
2020-02-21 18:31:30 -08:00
Kubernetes Prow Robot
6461e6f4fb
Merge pull request #87179 from Jefftree/netproxy-uds
...
UDS + GRPC Support for Network Proxy
2020-02-20 21:20:32 -08:00
Benjamin Elder
86ead63158
update golang.org/x/crypto
2020-02-20 13:17:51 -08:00
Jefftree
907ab25b6f
vendor network proxy client
2020-02-20 10:19:38 -08:00
Pengfei Ni
fd81f04036
Update Go modules
2020-02-18 08:05:04 +00:00
Julian V. Modesto
932500c015
Remove deprecated rolling-update command
2020-02-13 23:52:53 -05:00
Kubernetes Prow Robot
77e8c75f32
Merge pull request #87754 from MikeSpreitzer/apf-filter5
...
Add twice refactored filter and config consumer for API Priority and Fairness
2020-02-13 16:54:46 -08:00
Kubernetes Prow Robot
f7eafa1a83
Merge pull request #86896 from yutedz/copy-into-err
...
Return the error from copyInto
2020-02-12 13:54:51 -08:00
Andrew Sy Kim
1653476e3f
proxier: use IPSet from k8s.io/utils/net to store local addresses
...
This allows the proxier to cache local addresses instead of fetching all
local addresses every time in IsLocalIP.
Signed-off-by: Andrew Sy Kim <kiman@vmware.com >
2020-02-11 16:44:34 -05:00
andrewsykim
9e5a06c3ed
update vendor k8s.io/utils to 5f6fbceb4c31
...
Signed-off-by: andrewsykim <kim.andrewsy@gmail.com >
2020-02-11 16:35:49 -05:00
Mike Spreitzer
73614ddd4e
Added API Priority and Fairness filter and config consumer
2020-02-10 22:54:40 -05:00
Joe Betz
d9faaca647
Bump to latest SMD to pick up performance optimizations
2020-02-07 16:11:06 -08:00
Jordan Liggitt
0b32e142d4
Drop k8s.io/node-api packages
2020-02-07 10:07:14 -05:00
Kubernetes Prow Robot
e4061baeac
Merge pull request #87830 from dims/update-sigs.k8s.io/yaml-to-v1.2.0
...
Updating dependency sigs.k8s.io/yaml to version v1.2.0
2020-02-06 17:48:01 -08:00
Kubernetes Prow Robot
caae5467c3
Merge pull request #87695 from andrewsykim/ipvs-handle-ipv6-dest
...
update github.com/docker/libnetwork to c8a5fca4a652
2020-02-06 17:45:59 -08:00
Davanum Srinivas
5bb1838c5c
Updating dependency sigs.k8s.io/yaml to version v1.2.0
2020-02-04 15:45:47 -05:00
Kubernetes Prow Robot
5ced53c0c4
Merge pull request #87628 from alculquicondor/cc-v1alpha2
...
Add kubescheduler.config.k8s.io/v1alpha2
2020-01-30 16:59:33 -08:00