Han Kang
54dcf5c9c4
add readyz endpoint for kube-apiserver readiness checks
...
add startup sequence duration and readyz endpoint
add rbac bootstrapping policy for readyz
add integration test around grace period and readyz
rename startup sequence duration flag
copy health checks to fields
rename health-check installed boolean, refactor clock injection logic
cleanup clock injection code
remove todo about poststarthook url registration from healthz
2019-06-17 11:16:13 -07:00
Kubernetes Prow Robot
35e8a70b53
Merge pull request #79095 from ss104301/t-qini-controller_unit_test
...
Add unit tests for azure_controller_common.go and azure_controller_standard.go
2019-06-17 11:06:02 -07:00
Kubernetes Prow Robot
a2b1a7450e
Merge pull request #79052 from M00nF1sh/add_yyyng_approver
...
add m00nf1sh as approver/reviewer in aws provider
2019-06-17 05:54:37 -07:00
Kubernetes Prow Robot
9120d427da
Merge pull request #79020 from andyzhangx/resource-id-case-insensitive
...
fix: make azure disk URI as case insensitive
2019-06-17 04:37:06 -07:00
Kubernetes Prow Robot
fdd67d7dd8
Merge pull request #78419 from gaorong/changelog
...
fix some mistakes in changelog
2019-06-17 04:36:24 -07:00
nicky
d07acb8da6
Add unit tests for azure_controller_common.go and azure_controller_standard.go
2019-06-17 09:06:19 +00:00
Han Kang
f8a04aecc6
Add interface for registerable metrics which does not have any private methods
2019-06-16 18:41:14 -07:00
Han Kang
63440fef78
use reflect.deepEqual for noop object comparison
2019-06-16 15:21:06 -07:00
Han Kang
9c44ba22ca
use noopRegistry for default global legacy prom registry and expose an http handler
2019-06-16 15:21:05 -07:00
Kubernetes Prow Robot
22b9224d15
Merge pull request #79029 from liggitt/add-missing-api-tests
...
Add roundtrip and compatibility tests for missing API groups
2019-06-15 12:56:47 -07:00
Kubernetes Prow Robot
1254cd677f
Merge pull request #78962 from yue9944882/chore/homogenize-cr-min-request-timeout
...
Chore: Applies configurable min-request-timeout for CR handler
2019-06-15 11:20:08 -07:00
Kubernetes Prow Robot
f523c25113
Merge pull request #78998 from jennybuckley/apply-conflict-panic
...
Don't dereference nil pointer in apply conflicts
2019-06-15 08:52:25 -07:00
Kubernetes Prow Robot
1a15ce1447
Merge pull request #78991 from sallyom/reflector-too-old-warning-info
...
Reflector watchHandler: make 'The resourceVersion for ... watch is too old' log Info not Warning
2019-06-15 03:47:01 -07:00
Kubernetes Prow Robot
773ed38d67
Merge pull request #78985 from liggitt/envelope-non-linux-test
...
Fix spurious .sock files running envelope unit tests
2019-06-15 03:46:49 -07:00
Kubernetes Prow Robot
7c0989445e
Merge pull request #78873 from davidz627/fix/backAccessMode
...
Add more backward compatible access mode logic to remove ReadOnlyMany access mode when ReadWriteOnce,ReadOnlyMany specified
2019-06-14 23:06:34 -07:00
Kubernetes Prow Robot
e52dc689e1
Merge pull request #78869 from enj/enj/i/better_cache_mutation_diff
...
cache mutation detector: use correct diff function
2019-06-14 23:06:22 -07:00
Kubernetes Prow Robot
a767890968
Merge pull request #78867 from logicalhan/annotate-counter-vec
...
fix stability level annotation for counter vec
2019-06-14 23:06:09 -07:00
Kubernetes Prow Robot
aef21debe0
Merge pull request #78773 from logicalhan/base-registry
...
preload metrics for legacyregistry for backwards compatibility
2019-06-14 16:50:47 -07:00
Kubernetes Prow Robot
f09c828496
Merge pull request #78743 from smarterclayton/patch_object
...
Calling PatchAction on typed objects should work correctly
2019-06-14 16:50:35 -07:00
M00nF1sh
7a674590b8
add m00nf1sh as approver/reviewer in aws provider
2019-06-14 15:16:33 -07:00
Kubernetes Prow Robot
9f1548cdd9
Merge pull request #78656 from liggitt/compatibility-test-cleanup
...
Add helper script to regenerate API compatibility data, testdata README
2019-06-14 11:53:15 -07:00
Kubernetes Prow Robot
7abf2832bf
Merge pull request #78614 from liggitt/remove-beta-e2e-use
...
Move test/e2e use to v1 APIs
2019-06-14 07:58:38 -07:00
Kubernetes Prow Robot
28f1ebe53b
Merge pull request #78591 from caesarxuchao/crd-object-selector
...
Unit tests that make sure object selector works with CRD
2019-06-14 07:58:24 -07:00
Jordan Liggitt
031e8e0c8e
Add HEAD fixtures
2019-06-14 10:53:26 -04:00
Jordan Liggitt
cbd2b96a6c
Add v1.14.0 fixtures
2019-06-14 10:53:26 -04:00
Jordan Liggitt
3db92730dd
Add missing API groups to compatibility test
2019-06-14 10:53:26 -04:00
andyzhangx
4a37d04f52
fix: make azure disk URI case insensitive
2019-06-14 10:43:35 +00:00
Sally O'Malley
a953d1542c
Modify klog Warning 'The resourceVersion for the provided watch is too old' to Info.
...
This warning comes from Reflector watchHandler, from the apiserver error that
indicates a watch was restarted. This happens when etcd drops the connection
and resources are relisted. This informs the user that the watchers are
operating properly, so should be logged as Info rather than Warning.
2019-06-14 06:12:51 -04:00
Kubernetes Prow Robot
eae93f9c7a
Merge pull request #76513 from vladimirvivien/create-update-delete-dynamic-example
...
Create-update-delete-deployment example using dynamic package
2019-06-14 02:50:25 -07:00
Kubernetes Prow Robot
a52e08a2df
Merge pull request #74018 from JoeWrightss/patch-1
...
remove redundant words 'the' in comment
2019-06-13 19:12:32 -07:00
Kubernetes Prow Robot
c6bc1639c3
Merge pull request #72178 from dims/remove-ovirt-photon-cloudstack-cloud-providers
...
Remove ovirt/cloudstack/photon cloud providers
2019-06-13 19:12:19 -07:00
jennybuckley
c71583a313
Don't dereference nil pointer in conflicts
2019-06-13 14:43:12 -07:00
Jordan Liggitt
04b6f1ea03
Fix spurious .sock files running envelope unit tests
2019-06-13 10:52:59 -04:00
Davanum Srinivas
e07bd594da
Fix failure in ciphersuites_flag_test
...
Change-Id: I5cd0d7f21cad13712c3ad22d433124532a837f37
2019-06-13 09:42:51 -04:00
yue9944882
35aee3c154
homogenize min-request-timeout for cr handler
2019-06-13 13:48:59 +08:00
Krzysztof Siedlecki
7dcec919a2
Revert "Bump klog to v0.3.2"
2019-06-12 10:27:41 +02:00
Doug MacEachern
55ef6ecda9
vSphere: allow SAML token delegation
...
Issue #77360
2019-06-10 16:07:31 -07:00
David Zhu
f3e7eeca8c
Add more backward compatible access mode logic to remove ReadOnlyMany access mode when ReadWriteOnce,ReadOnlyMany specified
2019-06-10 15:34:45 -07:00
Monis Khan
dd4f53cd45
cache mutation detector: use correct diff function
...
The cache mutation detector must use a diff function that is
designed to show differences that cause reflect.DeepEqual to return
false.
Signed-off-by: Monis Khan <mkhan@redhat.com >
2019-06-10 15:47:51 -04:00
Han Kang
d41b998b43
fix stability level annotation for counter vec
...
add corresponding test cases
2019-06-10 11:18:57 -07:00
Davanum Srinivas
e0821ca3dd
Remove ovirt/cloudstack/photon cloud providers
...
Change-Id: Iddb80bdc2a9d75d444b8a3cfe0b142acb78e9097
2019-06-10 12:50:53 -04:00
Kubernetes Prow Robot
3a50c00692
Merge pull request #78788 from sttts/sttts-crd-embedded-resource
...
apiextensions: validate x-kubernetes-embedded-resource in CRs
2019-06-10 09:01:11 -07:00
Dr. Stefan Schimanski
d86cc85448
Update generated files
2019-06-10 16:33:45 +02:00
Dr. Stefan Schimanski
4bf994c736
apiextensions: forbid x-kubernetes-embedded-resource inside of resource meta fields
2019-06-10 16:33:45 +02:00
Dr. Stefan Schimanski
e2fd72ca84
apiextensions: do not check for pruned defaults under metadata
2019-06-10 16:33:39 +02:00
Dr. Stefan Schimanski
d06827afa5
apiextensions: remove dead patternPropertiers+additionalItems validation code
2019-06-10 16:33:39 +02:00
Dr. Stefan Schimanski
ad7eede3c7
apiextensions: require structural schema for x-kubernetes-* extensions
2019-06-10 16:33:39 +02:00
Dr. Stefan Schimanski
fca2f71a96
apiextensions: forbid additionalProperties at embedded resource root
2019-06-10 12:11:47 +02:00
Jordan Liggitt
d6c480122f
apiextensions: unfold x-kubernetes-embedded-resource in publishing
...
Co-authored-by: Haowei Cai <haoweic@google.com >
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
f590120d0f
apiextensions: fix pruning inside additionalProperties
2019-06-10 11:22:21 +02:00