Clayton Coleman
|
4189062a03
|
Feature gate is not stable sorted - docs change each gen
|
2016-09-06 23:36:24 -04:00 |
Tim St. Clair
|
68e0f01043
|
AppArmor was flipped to beta, update feature gate
|
2016-08-29 10:22:05 -07:00 |
Tim St. Clair
|
9bde6f0770
|
Add AppArmor feature gate
|
2016-08-25 17:40:18 -07:00 |
Jeff Lowdermilk
|
fe643590ba
|
Update/fix feature-gate comments
|
2016-08-24 13:04:25 -07:00 |
Jeff Lowdermilk
|
991b07e60d
|
Add a feature gate for alpha dynamic volume provisioning
Enabled by default to avoid breaking people, since this was
turned on in 1.3.
|
2016-08-24 13:02:42 -07:00 |
Michael Taufen
|
2e989a3c38
|
Revert "Merge pull request #31297 from mikedanese/revert-kubelet"
This reverts the revert of #30090 and #31282.
|
2016-08-24 09:06:12 -07:00 |
Girish Kalele
|
b82c028f77
|
GCE Cloud provider changes for ESIPP
Add feature gate (ExternalTrafficLocalOnly) for alpha feature
|
2016-08-23 16:16:39 -07:00 |
Mike Danese
|
0a735b7886
|
Revert "Merge pull request #30090 from mtaufen/dynamic-kubelet-restart"
This reverts commit fe808ec2a4 , reversing
changes made to f297ea966e .
|
2016-08-23 14:11:48 -07:00 |
Michael Taufen
|
35a63d956b
|
Implement Alpha Dynamic Kubelet Configuration
See Issue #27980 and Proposal PR #29459
|
2016-08-22 22:42:51 -07:00 |
Tim Hockin
|
34bd1e391e
|
Don't panic if the feature-gate flag was not used
|
2016-08-22 17:41:25 -07:00 |
Tim Hockin
|
f77576bc2b
|
Capitalize feature gates
Also rename variables for clarity
|
2016-08-22 13:57:35 -07:00 |
Tim Hockin
|
6c75bd8be5
|
Make 'allAlpha' a special feature gate
Rather than making all caller check both allAlpha and their own flag, make
allAlpha set the alpha gates explicitly, iff they were not already set.
|
2016-08-22 13:57:35 -07:00 |
Jeff Lowdermilk
|
51198f59da
|
Add --feature-gates to kube-system components
apiserver,scheduler,controller-manager,proxy,kubelet all get
flag. Using one variable to plumb through config via salt/init
scripts for GCE and GKE
|
2016-08-19 09:07:43 -07:00 |
Davanum Srinivas
|
2b0ed014b7
|
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
|
2016-07-16 13:48:21 -04:00 |
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
harry
|
343b1927d1
|
Refactor config map into sub pkg
|
2016-03-21 14:50:57 +08:00 |
Jan Chaloupka
|
4389b3f0d6
|
Rewritte util.* -> wait.* wherever reasonable
|
2016-02-07 12:02:20 +01:00 |
caogaojin
|
60cb4406e9
|
Cleanup deprecated Forever function
Since util.Forever function has been deprecated, we should cleanup these
pieces of code.
|
2015-08-24 10:31:59 +08:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Eric Tune
|
64f1084c1a
|
Rename util.config.Watcher -> util.config.Broadcaster.
Watch is a widely used term in the codebase, which doesn't capture
the key feature of this type: broadcasting a change to several
listeners.
|
2014-12-04 00:10:27 -08:00 |
Vojtech Vitek (V-Teq)
|
59f58cd043
|
Unify Godoc formatting, fix various typos
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
|
2014-09-02 13:41:03 +02:00 |
Daniel Smith
|
ab24790e8f
|
Fix go files with wrong boilerplate
|
2014-08-12 17:48:00 -07:00 |
Clayton Coleman
|
38ec4ff8c0
|
Create a configuration update utility
Extracted from proxy/config
|
2014-07-16 14:13:25 -04:00 |