Commit Graph

10808 Commits

Author SHA1 Message Date
Qingqing Zheng
65329a5986 list vm instead of get when getting virtual machine 2020-01-06 12:07:50 -08:00
David Eads
2c8639deb7 allow an SNI cert to be used to respond for a particular IP 2020-01-06 13:24:06 -05:00
Ted Yu
906adbdfcd Require client / server protocols 2020-01-06 08:50:04 -08:00
Kubernetes Prow Robot
e7eed1ad2c Merge pull request #86512 from yutedz/to-unstruct
Remove ineffective calls in toUnstructured
2020-01-06 05:21:36 -08:00
yue9944882
fe8ad90afa bootstrap flow-control objects
typo

wrap bootstrap-creation-flow w/ wait.PollUtil

go wait
2020-01-06 20:35:03 +08:00
Kubernetes Prow Robot
29005d0513 Merge pull request #84602 from yutedz/watcher-mvcc-log
Log mvcc revision compaction as warning
2020-01-06 01:15:35 -08:00
Kubernetes Prow Robot
13b5effead Merge pull request #86514 from yutedz/linear-rm-dead
Perform dead storage removal linearly
2020-01-05 18:39:41 -08:00
Antonio Ojea
05010d23ac clarify apiserver bind-address flag usage
From the listen godoc:

For TCP networks, if the host in the address parameter is empty or a
literal unspecified IP address, Listen listens on all available unicast
and anycast IP addresses of the local system.

Since the BindNetwork options is "tcp" by default, using an unspecified
address doesn't bind the listener to the IP family.
2020-01-04 10:51:48 +01:00
Kubernetes Prow Robot
124a49ca5f Merge pull request #86704 from ialidzhikov/publishing
publishing: Update to go@1.13.4 for kubernetes-1.16
2020-01-04 01:11:40 -08:00
louisgong
e8eb5c656b fix fake remote CRI 2020-01-04 08:43:17 +08:00
Kubernetes Prow Robot
1c033105eb Merge pull request #86383 from deads2k/cleanup-cert
prevent blocking wait in cert reloading
2020-01-03 12:43:41 -08:00
Ted Yu
9bc862ec69 Perform dead storage removal linearly 2020-01-03 08:05:21 -08:00
Mike Spreitzer
0eca8ae9cd Fix tests and improve comment on NewDeltaFIFO 2020-01-03 01:01:05 -08:00
Mike Spreitzer
1d65f1b5c3 Fixed assignment statements 2020-01-03 00:47:19 -08:00
Mike Spreitzer
89c615f9c4 Revised comments about f.knownObjects and added tests for Replace 2020-01-03 00:44:02 -08:00
Kubernetes Prow Robot
65ef5dcc51 Merge pull request #86660 from qianlei90/fix_test
remove unnecessary code in client-go test
2020-01-02 23:39:40 -08:00
Kubernetes Prow Robot
1780792d3c Merge pull request #86790 from wojtek-t/dumb_listwatch
Don't paginate in listwatch
2020-01-02 19:16:25 -08:00
Kubernetes Prow Robot
57707f16cb Merge pull request #86757 from ialidzhikov/enh/dry-run
Minor nit in error message about feature gate stage
2020-01-02 15:59:40 -08:00
wojtekt
51eb4b50a3 Don't paginate in listwatch 2020-01-02 20:09:19 +01:00
Kubernetes Prow Robot
c72d5fd255 Merge pull request #86693 from sallyom/silence-usage-on-error
silence usage when required flag is not passed
2020-01-02 08:47:40 -08:00
Mike Spreitzer
7a7ccb797e Updated comments on internal abstractions in client-go/tools/cache
The comments on Store and Queue and the FIFOs ceased being accurate
long ago.
2020-01-02 01:56:40 -08:00
Pengfei Ni
e787525d6e Add metrics for VMSS and VMSS clients 2020-01-02 13:52:25 +08:00
Pengfei Ni
4a00e26175 Move Azure metrics to a separate package 2020-01-02 13:24:48 +08:00
Pengfei Ni
c813e25892 Use new VMSS and VMSSVM client in Azure cloud provider 2020-01-02 12:59:30 +08:00
Pengfei Ni
b8e7767b67 Add VMSS VM client 2020-01-02 12:59:30 +08:00
Pengfei Ni
63f9200c1d Add VMSS client 2020-01-02 12:59:30 +08:00
Pengfei Ni
9d67227fb4 Addd Azure ARM client with backoff retries 2020-01-02 12:59:30 +08:00
ialidzhikov
1eaa0ee3f9 Minor nit in error message about feature gate stage
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-01-01 15:54:06 +02:00
Kubernetes Prow Robot
d9b5a40463 Merge pull request #86723 from RainbowMango/pr_metrics_cleanup
Metrics stability framework cleanup
2019-12-31 07:23:40 -08:00
Kubernetes Prow Robot
f5034a6e4a Merge pull request #86719 from feiskyer/azure-retry
Add backoff retries and client config for Azure cloud provider
2019-12-31 01:00:17 -08:00
matte21
21f59c9923 Reword modifications for clarity 2019-12-31 09:48:28 +01:00
Qian Lei
f5a3c93649 clean useless code in client-go test 2019-12-31 15:17:50 +08:00
Kubernetes Prow Robot
a1364be012 Merge pull request #86521 from jfbai/exclude-system-previledged-group-requests-from-dropped-requests
Count dropped requests except system previledged group requests.
2019-12-30 09:09:39 -08:00
mattjmcnaughton
92940fa80d Remove recorder.PastEventf method
The `recorder.PastEventf` method wasn't actually working as advertised.
It was supposed to accept a timestamp, which would be used when
generating the event. However, as the
[source code](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/tools/record/event.go#L316)
shows, this `timestamp` was never actually used.

In other words, `PastEventf` is identical to `Eventf`.

We have two options: one would be to fix `PastEventf` so that it works
as advertised. The other would be to delete `PastEventf` and only
support `Eventf`.

Ultimately, I could only find one use of `PastEventf` in the code base,
so I propose we just delete `PastEventf` and convert all uses to
`Eventf`.
2019-12-30 12:00:23 -05:00
Kubernetes Prow Robot
e94f2b5642 Merge pull request #86618 from yutedz/fld-info-empty
Come out of loop when omitempty is true
2019-12-30 07:53:40 -08:00
RainbowMango
81c6989ccc Clean up unused variable from unit test. 2019-12-30 21:40:14 +08:00
朱正浩,Zhu Zhenghao
2b304bf5e2 fix static check failures in component-base/metrics 2019-12-30 21:40:07 +08:00
Kubernetes Prow Robot
f7e9a7c194 Merge pull request #86713 from liggitt/fix-gce-unit-test
Fix unit test to run in non-gce environments
2019-12-30 05:13:40 -08:00
Pengfei Ni
31d6cc5792 Switch to new ClientConfig for Azure cloud provider 2019-12-30 05:56:36 +00:00
Pengfei Ni
7382a7c801 Add backoff retry which implements autorest.SendDecorator interface 2019-12-30 04:49:00 +00:00
Kubernetes Prow Robot
6d53021196 Merge pull request #86511 from aojea/v6example
Add ipv6 examples for network policy API
2019-12-29 19:39:39 -08:00
Jordan Liggitt
80e3cc3629 Fix unit test to run in non-gce environments 2019-12-29 22:28:41 -05:00
Pengfei Ni
210f1a904d Move client config to a separate package 2019-12-30 03:13:47 +00:00
ialidzhikov
12ebe54fc4 publishing: Update to go@1.13.4 for kubernetes-1.16
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-12-29 23:34:32 +02:00
Kubernetes Prow Robot
bd239d42e4 Merge pull request #86452 from lelenanam/lbbug
Fix ensureStaticIP if name for existed address was changed
2019-12-29 10:15:38 -08:00
Sally O'Malley
35dea07ad6 silence usage when pass bad cmd options 2019-12-28 10:43:33 -05:00
Kubernetes Prow Robot
0a496e3860 Merge pull request #86685 from yangl900/stop-retry-bad-request
Azure cloud provider should not retry on bad request
2019-12-28 04:17:39 -08:00
Anders Liu
6359080d4f fix: test failures 2019-12-28 00:06:56 -08:00
Anders Liu
ece8aefe1f fix: azure error should not retry on bad reqeust 2019-12-28 00:02:56 -08:00
Kubernetes Prow Robot
f1cbbda291 Merge pull request #86650 from RainbowMango/pr_testapi_cleanup
Cleanup testapi after it has been removed
2019-12-27 14:05:38 -08:00