Commit Graph

722 Commits

Author SHA1 Message Date
Justin SB ba73e67732 Regenerate apimachinery to pick up new year 2019-01-02 22:52:52 -05:00
Kubernetes Prow Robot 185b55fe3c
Merge pull request #6180 from justinsb/fix_6133
Don't panic when an etcd cluster is added
2018-12-21 08:41:33 -08:00
Kubernetes Prow Robot f5ce011fa0
Merge pull request #6242 from justinsb/bulk_fix_typos
Bulk spelling fixes
2018-12-21 07:45:14 -08:00
Justin SB 2f2fb9f059
Update apimachinery for k8s 1.12
Looks like some (slightly) more efficient deepcopy code, which just
needed regeneration.
2018-12-21 00:55:06 -05:00
Kubernetes Prow Robot 7a629c7743
Merge pull request #5932 from rdrgmnzs/deps_for_1_12
Update to k8s 1.12 libraries
2018-12-20 15:42:36 -08:00
Justin SB 26bd75aecb
Bulk spelling fixes
Experimenting with my own spelling checker, these are the typos it caught.
2018-12-20 17:43:56 -05:00
Justin Santa Barbara 65713c2900 Don't panic when an etcd cluster is added
Not entirely clear what validation we should do here, but we shouldn't panic!

Fix #6133
2018-12-07 10:11:17 -05:00
Rodrigo Menezes 7b6214577e fix typo 2018-12-07 02:03:05 -08:00
Rodrigo Menezes 7231c20f60 ExperimentalAllowedUnsafeSysctls has moved to AllowedUnsafeSysctls in k8s 1.11 2018-12-07 00:20:32 -08:00
Robert Collins f5689c2332 Add experimental and metrics flags for docker
These are both needed to get metrics out of docker itself.

Signed-Off-By: Robert Collins <robertc@vmware.com>
2018-12-06 12:52:02 +13:00
Rodrigo Menezes 2b9243ff8c Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00
Rich Lees 59e8de3667 Add updated zz_generated.conversion.go files 2018-11-30 09:36:20 +00:00
Rich Lees 15f0fb7187 Enable HPA tolerance configuration pass 1 2018-11-29 15:59:57 +00:00
k8s-ci-robot f4012407f8
Merge pull request #4762 from locationlabs/cni-ipvlan-vpc-k8s
Cni ipvlan vpc k8s support
2018-11-21 13:43:19 -08:00
SataQiu d6a7299038 fix typos: dnsmaq -> dnsmasq, mutiple -> multiple 2018-11-21 18:47:47 +08:00
k8s-ci-robot 67f1cc8aba
Merge pull request #5586 from fernandocarletti/feature/flags
Add flag to disable Basic Auth.
2018-11-18 18:01:05 -08:00
k8s-ci-robot bac89b8de5
Merge pull request #5102 from tmjd/calico-v3-upgrade
Calico v3 upgrade
2018-11-13 12:55:18 -08:00
k8s-ci-robot 5dce6b1e6f
Merge pull request #5875 from seanson/5700_add_flag_for_no_subnet_tags
#5700: Add command line flag for disabling Subnet ELB tags
2018-11-09 13:05:48 -08:00
Erik Stidham 5fc7fbf81e API machinery generated code 2018-11-07 14:00:54 -06:00
Erik Stidham 3da3b415e0 Adding Calico V3
- Add Calico configuration field to specify MajorVersion
- Add Calico V3 manifest
- Default new installations to Calico V3
  - Set etcd to V3 when calico is specified for networking
- Validate that etcd is V3 when Calico MajorVersion is v3
- Using Calico v3.2.1
2018-11-07 14:00:54 -06:00
Chris Phillips 43bef0042f gofmt 2018-11-07 08:56:25 -08:00
Chris Phillips 9792c02b48 gofmt 2018-11-07 08:08:44 -08:00
Chris Phillips f0a7fa785c allow overriding subnet tags in the NetworkSpec 2018-11-07 08:08:44 -08:00
Chris Phillips 2b9a56f8e6 rename to LyftVPC. Removes all the settings from the NetworkingSpec 2018-11-07 08:08:44 -08:00
Chris Phillips 3ec470b240 apimachinery and updated BUILD.bazel for cni-ipvlan-vpc-k8s 2018-11-07 08:08:13 -08:00
Chris Phillips 3a8078763a Adds support for Lyft's cni-ipvlan-vpc-k8s
https://github.com/lyft/cni-ipvlan-vpc-k8s

This cni solution is slightly different in that it doesn't require running a daemonset

It requires:
  * a config file in /etc/cni/net.d
  * the binaries in /opt/cni/bin
  * adding the --node-ip param to the kubelet

This code is modeled after the AmazonVPC cni bits.

I've left the setup of the required subnets as an exercise to the reader.
2018-11-07 08:08:13 -08:00
Ilya Dmitrichenko 17a2c47495
Separate subnet utils into a standalone package 2018-10-26 12:01:47 +01:00
Rongxiang Song 04b6817627 fix typo in comments 2018-10-24 15:45:13 +08:00
fernando.carletti 4b27e6c8ee
Add flag to disable Basic Auth. 2018-10-16 19:04:38 -05:00
k8s-ci-robot 2a260791c0
Merge pull request #5935 from gambol99/ipvs_options
IPVS Options
2018-10-15 14:21:11 -07:00
Liran Polak eec98c63c3 fix: generate conversion functions (apimachinery) 2018-10-14 11:37:31 +03:00
Liran Polak 46b1c70b96 fix: ignore additional instance types 2018-10-14 11:37:31 +03:00
Liran Polak 7654a923f1 feature: new integration: spotinst 2018-10-14 11:37:31 +03:00
Rohith dd43b1b542 - adding a basic check in the network cidrs supplied 2018-10-12 22:55:30 +01:00
Rohith 380cadd178 IPVS Options
- adding the additional ipvs options to the kube proxy configuration
2018-10-12 22:40:50 +01:00
SataQiu 957b6fa8a6 fix some typos 2018-10-12 16:05:28 +08:00
Rohith fe07a814e2 Service Address Check
The current implementation assumes you have specified a service address within your config rather than using being filled in by the defaults. This PR only checks when service address has been specified. Alternatively if people feel that this should be 'enforce' at the very least we should check the reference is not nil so we dont throw a panic.
2018-10-11 18:54:56 +01:00
SataQiu d4904f8fac fix some typos 2018-10-10 16:19:36 +08:00
Sean Johnson 737a7a2cb8 5700: Add command line flag for disabling Subnet ELB tags 2018-10-10 12:48:06 +11:00
Justin Santa Barbara 26ed46e0be
Merge pull request #5890 from captainkerk/add-target-ram-mb-option
add targetRamMb to kubeAPIServer spec
2018-10-09 00:45:36 -04:00
k8s-ci-robot 12930a6559
Merge pull request #5885 from mooncak/fix_typos
Fix typos issues
2018-10-08 20:02:16 -07:00
captainkerk d132577e21 add targetRamMb to kubeAPIServer spec 2018-10-09 01:46:18 +00:00
k8s-ci-robot 2cfb62bd79
Merge pull request #5832 from captainkerk/max-mutating-requests-inflight
add support for max-mutating-requests-inflight parameter
2018-10-08 18:01:12 -07:00
mooncake 6d9fdab145 Fix typos issues
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-07 10:11:54 +08:00
k8s-ci-robot 7b4133c823
Merge pull request #5812 from arturo-c/weave
Add no_masq_local to weave network options.
2018-10-05 16:55:53 -07:00
captainkerk beb8aebe06 add support for max-mutating-requests-inflight parameter 2018-10-04 05:40:28 +00:00
k8s-ci-robot 9c851ddcda
Merge pull request #5867 from gambol99/node_mode_controllers
Node mode controllers
2018-10-03 06:12:45 -07:00
k8s-ci-robot b3d61542cd
Merge pull request #5820 from justinsb/etcd_manager_channels_step1
etcd: introduce field to specify whether we are using etcd-manager or legacy mode
2018-10-02 14:20:37 -07:00
k8s-ci-robot c97ad57679
Merge pull request #5744 from rdrgmnzs/security_groups
Allow using existing/shared Security Groups
2018-10-02 11:47:28 -07:00
Rohith 2e514a3931 - changing the controller option to a slice as empty slices are ignored
anyhow.
2018-10-02 18:20:58 +01:00