Commit Graph

10808 Commits

Author SHA1 Message Date
Ted Yu
9828f986af Move Update Apply conflict test to field manager test 2019-08-30 14:47:39 -07:00
Rob Scott
ab1943e00b Adding kubectl support for EndpointSlice 2019-08-30 11:42:57 -07:00
Kubernetes Prow Robot
a7ac8d4c0b Merge pull request #82146 from deads2k/agg-discovery-timeout-2
add a timeout for proxying discovery requests
2019-08-30 11:23:00 -07:00
Kubernetes Prow Robot
887edd2273 Merge pull request #82099 from lmdaly/single-numa-node-policy
Topology Manager Policy: single-numa-node
2019-08-30 11:21:26 -07:00
Kubernetes Prow Robot
8019ebf3df Merge pull request #82045 from apelisse/remove-crd-scale-bug
Disable tracking manged fields on scale sub-resource
2019-08-30 11:21:11 -07:00
Walter Fender
edbb0fa2fe Add support for konnectivity service to the etcd3 client.
If konnectivity service is enabled, the etcd client will now use it.
This did require moving a few methods to break circular dependencies.

Factored in feedback from lavalamp and wenjiaswe.
2019-08-30 10:31:53 -07:00
Kubernetes Prow Robot
4cc80bac91 Merge pull request #82120 from soltysh/bug1745532
FlattenListVisitor now continues traversal on errors and returns an aggregate error
2019-08-30 09:40:08 -07:00
Kubernetes Prow Robot
f442b6ef32 Merge pull request #82090 from liggitt/webhook-http2
Use http/1.1 for apiserver->webhook clients
2019-08-30 06:26:54 -07:00
Kubernetes Prow Robot
45522ebaca Merge pull request #82087 from soltysh/cp_back
Move kubectl cp back to k/k
2019-08-30 06:25:58 -07:00
Kubernetes Prow Robot
6dff9182d7 Merge pull request #82085 from apelisse/add-tombston-field
Tombstone the former Fields field by commenting the old entry
2019-08-30 06:25:43 -07:00
Kubernetes Prow Robot
a5e8cefc7a Merge pull request #82055 from liggitt/crd-docs
Update CRD godoc
2019-08-30 06:25:29 -07:00
David Eads
c24a36610e use the existing request info 2019-08-30 08:30:08 -04:00
David Eads
275f5cf5a0 use the same context for aggregated and proxy requests 2019-08-30 08:30:08 -04:00
David Eads
5521bf27c5 add temporary feature gate to allow disabling aggregated discovery timeout 2019-08-30 08:30:08 -04:00
David Eads
2f1f997c08 add env var to allow disabling the aggregated discovery timeout 2019-08-30 08:29:48 -04:00
David Eads
aaebd67a63 add a timeout for proxying discovery requests 2019-08-30 08:29:48 -04:00
Kubernetes Prow Robot
c4f39177e0 Merge pull request #71815 from booxter/comment-int64
Fixed comment to refer to the right int accessor for Quantity
2019-08-30 04:29:32 -07:00
Kubernetes Prow Robot
c3463ac4d9 Merge pull request #82035 from liggitt/crd-etcd-deletion
Skip deleting custom resource instances that overlap with storage for built-in types
2019-08-30 02:59:31 -07:00
d-kuro
4558dd407a Fix broken link. 2019-08-30 15:30:59 +09:00
Louise Daly
f6c085f60e Added Single NUMA Node Policy which ensure resource are
aligned on a single NUMA node

Co-authored-by: Kevin Klues <kklues@nvidia.com>
2019-08-30 07:17:17 +01:00
jennybuckley
7303df0b21 fix nit 2019-08-29 22:49:00 -07:00
jennybuckley
df329d87e1 run hack/update-vendor.sh 2019-08-29 22:44:29 -07:00
jennybuckley
b0ff8d3f74 Remove defaulting for x-k8s-list-type 2019-08-29 22:40:01 -07:00
Josh Samuels
2efc617a3c Updated stripFieldsTest to be run with update instead of apply 2019-08-30 00:28:13 -04:00
Kubernetes Prow Robot
a7e9704c0e Merge pull request #81549 from prameshj/ilb-globalaccess
Support GlobalAccess for gce Internal Loadbalancers
2019-08-29 21:22:12 -07:00
Kubernetes Prow Robot
3ebe6a6a5f Merge pull request #77807 from matthyx/startupProbe
Add startupProbe to health checks
2019-08-29 21:21:30 -07:00
Kubernetes Prow Robot
7acb066dbc Merge pull request #81969 from logicalhan/livez
add `/livez` endpoint for liveness probing on the kube-apiserver
2019-08-29 19:56:31 -07:00
Kubernetes Prow Robot
991d71e9fe Merge pull request #81956 from apelisse/server-side-apply-beta
Server side apply beta
2019-08-29 19:56:16 -07:00
Kubernetes Prow Robot
34605737b9 Merge pull request #81399 from roycaihw/webhook-rejection-metrics
Fix the rejected label semantics in webhook metrics, add a counter metrics for webhook rejection with details
2019-08-29 19:55:31 -07:00
jennybuckley
badd5b9a26 Update generated 2019-08-29 19:10:28 -07:00
jennybuckley
cf24968309 Fix validation and add many tests 2019-08-29 19:10:28 -07:00
jennybuckley
c0617933d4 Use CRD validation field in server-side apply 2019-08-29 18:42:24 -07:00
Kubernetes Prow Robot
a9f0db1661 Merge pull request #81770 from Hyzhou/fix_link
Fix broken link to api-conventions doc.
2019-08-29 18:08:59 -07:00
Kubernetes Prow Robot
21cdcd5776 Merge pull request #81436 from roycaihw/crd-openapi/skip-duplicate-path-definition
apiextensions: ignore path conflict and resolve definition conflict when merging openapi spec
2019-08-29 18:07:43 -07:00
Kubernetes Prow Robot
6c62ddc85b Merge pull request #81435 from gyuho/with-block
Block etcd client creation until connection is up
2019-08-29 18:07:27 -07:00
Pavithra Ramesh
cae11a1379 fixed golint error
exported func ToForwardingRuleComposite returns unexported type *gce.forwardingRuleComposite, which can be annoying to use
2019-08-29 17:04:07 -07:00
Pavithra Ramesh
c09c8abc3c Added support for ILB Global Access
Uses beta api when global access is enabled and ga api otherwise
Deprecate the older load-balancer-type annotation

Unit test to verify global access
Also added tests to verify new and old load-balancer-type annotations

Addressed review comments, staticcheck fixes

fixed typo
2019-08-29 15:46:41 -07:00
Matthias Bertschy
a042a4b0ee startupProbe: make update 2019-08-30 00:42:43 +02:00
Matthias Bertschy
e4d26f845e startupProbe: API changes 2019-08-30 00:40:26 +02:00
Kubernetes Prow Robot
3e7e12dac8 Merge pull request #80485 from khenidak/lb-dualstack-support
Azure support for dualstack LB services
2019-08-29 15:35:44 -07:00
Kubernetes Prow Robot
e0e7fc2201 Merge pull request #80027 from ramineni/staging-openstack-provider
Move Openstack provider to staging
2019-08-29 15:35:29 -07:00
Kubernetes Prow Robot
8a4edd9381 Merge pull request #79614 from verb/debug-api-docs
Improve API documentation for ephemeral containers
2019-08-29 15:35:13 -07:00
Kubernetes Prow Robot
efaacf786a Merge pull request #73405 from wozniakjan/namespace_status_conditions
Add namespace status conditions
2019-08-29 15:34:58 -07:00
Haowei Cai
620f5f2c58 wire up the webhook rejection metrics in webhook handlers 2019-08-29 15:29:41 -07:00
Haowei Cai
71d7477c21 test 2019-08-29 15:29:41 -07:00
Haowei Cai
714dced0d1 add webhook rejection metrics 2019-08-29 15:29:41 -07:00
Han Kang
aa1b2d6d35 add /livez as a liveness endpoint for kube-apiserver
go fmt

make func private

refactor config_test

Two primary refactorings:

1. config test checkPath method is now each a distinct test
run (which makes it easier to see what is actually failing)

2. TestNewWithDelegate's root path check now parses the json output and
does a comparison against a list of expected paths (no more whitespace
and ordering issues when updating this test, yay).

go fmt

modify and simplify existing integration test for readyz/livez

simplify integration test

set default rbac policy rules for livez

rename a few functions and the entrypoint command line argument (and etcetera)

simplify interface for installing readyz and livez and make auto-register completion a bootstrapped check

untangle some of the nested functions, restructure the code
2019-08-29 14:13:19 -07:00
Kubernetes Prow Robot
3cf2d32f87 Merge pull request #78098 from soltysh/remove_logs
Remove kubectl log
2019-08-29 13:31:11 -07:00
Ihar Hrachyshka
43069ef565 Fixed comment to refer to the right int accessor for Quantity
It's AsInt64() not Int64().
2019-08-29 13:25:05 -07:00
Kubernetes Prow Robot
bdea3c0181 Merge pull request #82010 from verb/range-kubectl
Update kubectl polymorphic logs helper for ephemeral containers
2019-08-29 09:30:41 -07:00