Christian van der Leeden
549f54de48
Enabling JSON output for Terraform instead of writing the HCL syntax tf file. JSON syntax is officially supported in 0.12 and a terraform version requirement will be set. For previous installations you need to delete the .tf file by hand. JSON generation will fail if kubernetes.tf is present.
...
Added Integration Test using minimal test setup
Added documentation. For terraform 0.12 support the resource names need to be changed still
2020-01-17 22:03:19 +01:00
John Gardiner Myers
4eccd3d53f
Remove DrainAndValidateRollingUpdate feature flag
2019-12-05 22:50:04 -08:00
mikesplain
9e55b8230a
Update copyright notices
...
Also cleans some white spaces
2019-09-09 14:47:51 -04:00
Justin SB
72b4563729
Warn/prevent if the version of etcd is unsupported with etcd-manager
...
Should prevent the scenario where etcd-manager can't come up because of a different version.
Can be bypassed with the SkipEtcdVersionCheck feature flag.
2019-07-29 18:28:15 -04:00
liranp
80020052d3
feat(spotinst): new instance group type: ocean
2019-06-03 12:38:46 +03:00
Justin SB
76d03b3f71
Generated files: glog -> klog
2019-05-06 12:56:03 -04:00
Justin SB
3e33ac7682
Change code from glog to klog
...
We don't call klog.InitFlags yet, because that will cause a flag
redefinition error until we get everyone to stop using glog. That
will happen when we update to k8s 1.13.
2019-05-06 12:54:51 -04:00
Rohith
b1aa7892c7
Launch Template Feature Flag
...
- adding a feature flags to allow users to switch over to launch templates completely
2019-02-26 10:17:10 +00:00
Liran Polak
9f94c06e67
fix: rename spotinst's feature flag
2018-10-14 11:37:31 +03:00
Liran Polak
7654a923f1
feature: new integration: spotinst
2018-10-14 11:37:31 +03:00
mikeweiwei
027d324aaf
If don't use formatted output,fix logging calls
2018-10-10 19:19:09 +08:00
Justin Santa Barbara
b208bd44b3
Create ExperimentalClusterDNS feature flag
...
This currently just turns off validation of the kubelet cluster dns
flag, which should allow for experimenting with more complicated DNS
configurations such as local proxies, which may address shortcomings
of DNS retries with UDP.
Issue #5584
2018-08-14 14:59:20 -04:00
Rohith
c3d057355a
- placing the node auhorization feature behind a feature flag
2018-07-06 20:15:18 +01:00
Justin Santa Barbara
a9eb6fed2e
AWS: Delete old LaunchConfigurations
...
We delete old AWS LaunchConfigurations when we see that we have more
than 3. We add a feature flag KeepLaunchConfigurations to disable this
functionality, for backwards compatability.
Fixes #329
2018-06-17 23:24:53 -04:00
Mike Splain
45a57915e2
Fix bazel deprecation notice
2018-02-26 09:36:13 -05:00
Justin Santa Barbara
7b04ede10e
GCE: Don't set bucket-level permissions
...
We previously needed them to allow list operations; however we now use a
keyset.yaml file instead of listing keys. That should be the sole use,
so we should no longer need this permission.
If not, we can re-enable the code easily.
2018-01-08 00:58:36 -05:00
chrislovecnm
4dd3bb1dea
Updating bazel BUILD files with new go_rules version
2017-12-29 15:03:14 -07:00
chrislovecnm
609e268a1d
gazelle updates with new bazel version
2017-11-05 17:41:53 -07:00
chrislovecnm
1e418c3e13
more goimport updates
2017-11-04 10:03:02 -06:00
Justin Santa Barbara
0143be7c4f
autogen: BUILD and BUILD.bazel
2017-10-02 14:27:21 -04:00
Kubernetes Submit Queue
0905e71741
Merge pull request #3411 from justinsb/mirror_stores
...
Automatic merge from submit-queue.
Mirror keystore & secretstore
2017-09-30 23:08:33 -07:00
Justin Santa Barbara
a4a58d277d
Mirroring - Fixes from code review
2017-09-30 22:05:14 -04:00
chrislovecnm
acb5e8b5a6
promoting drain and validate by setting feature flag to true
2017-09-23 16:48:01 -06:00
wlan0
0d91badd8f
Add apimachinery changes to enable cloud controller manager
...
This is part I of multi part Pull Request to enable the
cloud-controller-manager through kops. This specific PR introduces the
cloud-controller-manager api, and puts it behind a feature flag.
Please feel free to merge this.
2017-09-21 10:01:09 -07:00
Justin Santa Barbara
9d31ed1b08
nodePortAccess, experimental spec override flag
...
This will allow us to set CIDRs for nodeport access, which in turn will
allow e2e tests that require nodeport access to pass.
Then add a feature-flagged flag to `kops create cluster` to allow
arbitrary setting of spec values; currently the only value supported is
cluster.spec.nodePortAccess
2017-09-04 14:27:31 -04:00
Seth Pollack
c0781e9869
add EnableExternalDNS feature flag
2017-05-28 19:20:06 -04:00
prashima
5c92bc6a2d
Added featureflag for vSphere cloud. Fixes #26 . ( #29 )
2017-04-20 23:37:40 -07:00
chrislovecnm
da763ea1e5
More PR review changes, improving drain, and fixing a couple bugs
2017-03-01 11:39:56 -07:00
chrislovecnm
312fb828a4
Updates for pr review and backing out validate_cluster changes
2017-03-01 11:39:56 -07:00
chrislovecnm
b7b0bca1fc
Validate and drain with rolling update set via new feature flag DrainAndValidateRollingUpdate
2017-03-01 11:39:56 -07:00
Justin Santa Barbara
0963204be2
Merge pull request #1712 from justinsb/ff_tf_fmt
...
Feature flag for tf fmt
2017-01-31 02:38:13 -05:00
Justin Santa Barbara
71df0aaefb
Feature flag for tf fmt
2017-01-30 21:15:52 -05:00
Justin Santa Barbara
15e3144086
VPCSkipEnableDNSSupport: Fix flag default value
...
I should have defaulted this flag to false - we're not yet sure if it is
safe.
2017-01-30 21:09:29 -05:00
Justin Santa Barbara
ba5434caf0
Relax DNS requirements on shared VPCs
...
Don't require EnableDNSHostnames on a shared VPC in >= 1.5.0
Create a feature flag for tolerating EnableDNSSupport=false.
Issue #786
2017-01-29 00:09:09 -05:00
Justin Santa Barbara
20cdd394e1
Fix feature flags potential deadlock
2017-01-18 21:41:23 -05:00
Justin Santa Barbara
61011650dd
Support private hosted zones in DNS
2017-01-09 09:32:52 -05:00
Justin Santa Barbara
288af117fe
Add a glog dependency to the test
2017-01-03 14:17:55 -05:00
Justin Santa Barbara
8d31671252
Add unit test for featureflag parsing
2017-01-03 13:53:15 -05:00
Justin Santa Barbara
aa6c214a12
Fixes per code-review
2016-12-28 14:05:00 -05:00
Justin Santa Barbara
d449f40a37
Pre-create DNS records with placeholder values
...
Fixes #928
2016-12-28 13:33:23 -05:00
Justin Santa Barbara
99b672bcd2
Featureflag implementation
2016-12-26 14:03:26 -05:00