Darren Shepherd
ddf3015f52
Don't ever select the flannel bridge or cni bridge
2019-02-22 18:15:21 -07:00
Darren Shepherd
4daeb177bc
Cache loopback cert in the certs dir if set
2019-02-22 18:15:21 -07:00
Darren Shepherd
5548c019a0
Hide deprecated warnings
2019-02-22 18:15:21 -07:00
Darren Shepherd
65f3c7a491
Add support for SQL driver
2019-02-22 08:57:02 -07:00
Darren Shepherd
bfa389dd5d
Delete samples
2019-02-22 08:57:02 -07:00
Darren Shepherd
3af720ddbc
Allow indexers to be added after an informer start
...
Both SharedIndexInformer and threadSafeMap were changed to allow
AddIndexers to be called after a start or items are in the cache. While a
new Indexer is being added handling deltas is blocked in the informer.
When a new Indexer is added to a cache with existing items all indices
are recalculated.
One point to note is that adding a new indexer on a started informer
will case all indexes to be rebuilt, but it will not trigger an
updateNotification. This is done because it is impractical to assume
any existing ResourceEventHandler would have knowledge of a yet to be
added index. Any ResourceEventHandler that would need to consume this
new index should be added after the new Indexer is added.
2019-02-22 08:57:02 -07:00
Darren Shepherd
df34d4793d
Allow override of "kubernetes" endpoint port
2019-02-22 08:57:02 -07:00
Darren Shepherd
174534e4e3
Delete supporting files
2019-02-22 08:57:02 -07:00
Darren Shepherd
308250a213
Delete additional commands
2019-02-22 08:57:02 -07:00
Darren Shepherd
555040419d
Delete etcd validation
2019-02-22 08:57:02 -07:00
Darren Shepherd
9092b12439
Remove client-go auth plugins
2019-02-22 08:57:02 -07:00
Darren Shepherd
a915a35bd0
Delete anonymous auth
2019-02-22 08:57:02 -07:00
Darren Shepherd
67c5df7176
Remove RequestHeader and ClientCerts auth
2019-02-22 08:57:02 -07:00
Darren Shepherd
153b97ae5b
Delete oidc
2019-02-22 08:57:02 -07:00
Darren Shepherd
4fbc91853b
Remove etcd2 driver
2019-02-22 08:57:02 -07:00
Darren Shepherd
c3b7ce5f9b
Delete cloud provider
2019-02-22 08:57:02 -07:00
Darren Shepherd
923f3bd346
Remove SwaggerDoc
2019-02-22 08:57:02 -07:00
Darren Shepherd
d20c139f88
Remove openapi/swagger
2019-02-22 08:57:02 -07:00
Darren Shepherd
f501ec65f3
Remove ValidateProxyRedirects
2019-02-22 08:57:02 -07:00
Darren Shepherd
9e8ab90dcb
Remove CustomResourceWebhookConversion
2019-02-22 08:57:02 -07:00
Darren Shepherd
5931adaa3b
Remove DynamicAuditing
2019-02-22 08:57:02 -07:00
Darren Shepherd
2360771bd3
Remove Initializers
2019-02-22 08:57:02 -07:00
Darren Shepherd
87c37367ad
Remove APIResponseCompression
2019-02-22 08:57:02 -07:00
Darren Shepherd
16bd4589db
Remove autoscaling/v2beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
64213419ff
Remove scheduling/v1alpha1
2019-02-22 08:57:02 -07:00
Darren Shepherd
20baab69dc
Remove coordination/v1beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
7b6a5abe41
Remove settings
2019-02-22 08:57:02 -07:00
Darren Shepherd
4f0677b25b
Remove storage v1alpha1
2019-02-22 08:57:02 -07:00
Darren Shepherd
2267a1379e
Remove rbac v1alpha1
2019-02-22 08:57:02 -07:00
Darren Shepherd
00dc5e75f5
Remove imagepolicy
2019-02-22 08:57:02 -07:00
Darren Shepherd
6c99e6b456
Remove events
2019-02-22 08:57:02 -07:00
Darren Shepherd
ed63ae8f37
Remove authorization/v1beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
86bf15b811
Remove authentication/v1beta1
2019-02-22 08:57:02 -07:00
Darren Shepherd
bf26b0f838
Remove admissionregistration/v1alpha1
2019-02-22 08:57:02 -07:00
wojtekt
c04518b5c7
Increase limit for object size in streaming serializer
2019-01-17 20:23:55 +01:00
Kubernetes Prow Robot
f5d6de398b
Merge pull request #72837 from liggitt/automated-cherry-pick-of-#72825-upstream-release-1.13
...
Automated cherry pick of #72825 : Find current resourceVersion for waiting for
2019-01-15 09:52:54 -08:00
Jordan Liggitt
3902ae5fa8
Fix nil panic propagation
2019-01-12 11:18:50 -05:00
Jordan Liggitt
a0fa584f3e
Find current resourceVersion for waiting for deletion/conditions
2019-01-11 16:36:35 -05:00
Jordan Liggitt
cf878b9332
Shorten re-read period for token files to work with ProjectedTokenVolumeSource
2019-01-07 23:16:49 -05:00
Kubernetes Prow Robot
e06c990971
Merge pull request #71806 from liggitt/automated-cherry-pick-of-#71755-upstream-release-1.13
...
Automated cherry pick of #71755 : Allow kube-scheduler to tolerate cluster auth config lookup
2018-12-11 20:37:25 -08:00
Kubernetes Prow Robot
5bdc2077e8
Merge pull request #71723 from liggitt/automated-cherry-pick-of-#71713-upstream-release-1.13
...
Automated cherry pick of #71713 , #71857 : Plumb token and token file through rest.Config
2018-12-11 16:16:03 -08:00
Jordan Liggitt
9c02a66644
Surface help for insecure ports to explain how to disable
2018-12-07 08:57:50 -05:00
Jordan Liggitt
e1722057b9
Allow kube-scheduler to tolerate cluster auth config lookup failure
2018-12-06 12:35:01 -05:00
Jordan Liggitt
863a63d863
Plumb token and token file through rest.Config
2018-12-04 15:27:44 -05:00
Jordan Liggitt
f199f3d5a3
Set deadline for returning backend error
2018-11-26 09:15:13 -05:00
Jordan Liggitt
b84e3dd6f8
Verify backend upgraded connection
2018-11-25 14:25:38 -05:00
k8s-ci-robot
2b0212de9c
Merge pull request #71206 from stlaz/enc_config_opt
...
Rename '--experimental-encryption-provider-config' to '--encryption-provider-config'
2018-11-21 11:30:12 -08:00
k8s-ci-robot
3d5998edcd
Merge pull request #71298 from stewart-yu/stewart-controller-manager-flags
...
add missing flags in *-controller-manager --help
2018-11-21 05:58:20 -08:00
Jay Lim
10dd5d6631
*-controller-manager: fix missing global flags for --help
2018-11-21 17:39:14 +08:00
Christoph Blecker
c7d3951927
Update github.com/json-iterator/go to 1.1.4
2018-11-20 18:13:01 -08:00