AdamDang
2fda7310b6
Update status.go
...
line 36: "EtcdStatus" should be replaced with "EtcdClusterStatus"
line 52: "ApiIngress" should be replaced with "ApiIngressStatus"
"EtcdStatus" and "ApiIngress" are not defined in this file.
2018-03-14 20:14:42 +08:00
k8s-ci-robot
d9d6fad77a
Merge pull request #4670 from AdamDang/patch-21
...
Fix a mistake in componentconfig.go
2018-03-14 02:55:04 -07:00
AdamDang
2e30b4d391
Fix a mistake in componentconfig.go
...
in line 337: "ReconcilerSyncLoopPeriod" should be replaced with "AttachDetachReconcileSyncPeriod"
2018-03-13 20:38:10 +08:00
AdamDang
527d292867
Typo fix "DNS wil be"->"DNS will be"
...
line 259: "DNS wil be" should be replaced with "DNS will be"
2018-03-13 14:04:32 +08:00
chrislovecnm
ad8d730859
Updated apimachinery, as the conversion code is not up to date
2018-03-01 18:38:25 -07:00
k8s-ci-robot
edfa0b242e
Merge pull request #4529 from atopuzov/calico-metrics
...
Expose Felix metrics
2018-02-28 14:36:55 -08:00
Horace Heaven
13244a5ce8
Kube-proxy API to accept cpu: limit, mem: request and limit
2018-02-28 15:26:19 -04:00
k8s-ci-robot
65ba5391d1
Merge pull request #4538 from justinsb/addons_schema_tweak
...
Make addon specification into an object
2018-02-28 09:27:46 -08:00
k8s-ci-robot
0ff7d4de99
Merge pull request #4452 from duboisf/support-bastion-user-data
...
Add support for bastion aws user-data
2018-02-28 03:54:45 -08:00
k8s-ci-robot
37d4b53d0d
Merge pull request #4010 from gambol99/etcd_options
...
Etcd TLS Peer & CLient Auth
2018-02-27 22:27:56 -08:00
k8s-ci-robot
3b78618327
Merge pull request #4302 from sethpollack/eip
...
Add option for using existing EIP's
2018-02-27 22:27:46 -08:00
Justin Santa Barbara
f4990e663e
Make addon specification into an object
...
This allows for future extensions
2018-02-28 00:33:50 -05:00
Chris Phillips
52b267a352
apimachinery generated code
2018-02-28 00:33:50 -05:00
Chris Phillips
6168b9d598
Adds support for more channels to be passed to protokube
2018-02-28 00:33:50 -05:00
k8s-ci-robot
d9d3191073
Merge pull request #4525 from so0k/add-node-monitor-flags
...
Add node monitor flags
2018-02-27 20:12:46 -08:00
so0k
57b312beb7
Run apimachinery
2018-02-27 20:42:56 +08:00
Aleksandar Topuzovic
dd5713d5b4
Expose Felix metrics
...
* Exposes Felix prometheus endpoint
* Same as `networking.projectcalico.org.canal`
2018-02-27 11:04:22 +00:00
so0k
a08fdef6e2
Fix flag type
2018-02-27 08:09:50 +08:00
so0k
bb2f79eed4
Add node monitor flags
2018-02-27 08:07:27 +08:00
k8s-ci-robot
0ab8b57c2a
Merge pull request #4493 from justinsb/vfs_streaming
...
VFS: WriteFile takes an io.ReadSeeker
2018-02-26 15:50:45 -08:00
k8s-ci-robot
a9ec4d1dd0
Merge pull request #4497 from jaipradeesh/dockerd-tcp
...
docker: Adds hosts configuration option
2018-02-26 11:36:45 -08:00
Mike Splain
45a57915e2
Fix bazel deprecation notice
2018-02-26 09:36:13 -05:00
Justin Santa Barbara
412cf377c2
VFS: WriteFile takes an io.ReadSeeker
...
Means we don't have to buffer big files in memory, in combination with
WriteTo for reading.
2018-02-26 09:09:17 -05:00
k8s-ci-robot
b2c161111f
Merge pull request #4505 from gambol99/reordering
...
DockerConfig Order
2018-02-25 22:55:43 -08:00
k8s-ci-robot
aa6e801e18
Merge pull request #3829 from mikesplain/suspendAZRebalance
...
Add Instance Group Suspend Processes
2018-02-25 22:20:52 -08:00
Justin Santa Barbara
bab4f07678
Add cidr-allocator-type flag to kcm and ccm
2018-02-25 00:52:28 -05:00
Rohith
ff8eabf51b
DockerConfig Order
...
- Just reordering the variable; i'm somewhat OCD on alphabetical sorting
2018-02-24 10:15:36 +00:00
Rohith
d065111453
Etcd TLS Peer & CLient Auth
2018-02-24 10:02:41 +00:00
Jaipradeesh
e1074d98ff
docker: Adds hosts configuration option
...
Enables dockerd to run on a TCP port along with the
default unix socket
Signed-off-by: Jaipradeesh <jaipradeesh@gmail.com>
2018-02-24 12:54:37 +05:30
Fernando Battistella
9aa185c5e7
Change FeatureGates to omitempty under KubeProxyConfig
...
Fixes #4499
2018-02-22 14:20:04 -05:00
k8s-ci-robot
255021279f
Merge pull request #3592 from justinsb/recommend_kops_1_7_1
...
Require kops 1.7.1 (with the CVE fix), recommend kops 1.8.1
2018-02-21 18:27:40 -08:00
Justin Santa Barbara
174f3c1087
Recommend kops 1.8.1, require kops 1.7.1
...
Applying this only to the alpha channel for now
2018-02-21 09:52:42 -05:00
Justin Santa Barbara
dde7600dae
Initial support for standalone etcd-manager backups
...
The etcd-manager will (ideally) take over etcd management. To provide a
nice migration path, and because we want etcd backups, we're creating a
standalone image that just backs up etcd in the etcd-manager format.
This isn't really ready for actual usage, but should be harmless because
it runs as a sidecar container.
2018-02-20 20:06:08 -05:00
Justin Santa Barbara
603b16876d
Update apimachinery codegen
2018-02-20 10:43:05 -05:00
Mike Splain
fdc2695fe1
Add suspendProcesses to IGs
2018-02-20 09:30:18 -05:00
Fred Dubois
6b38b2c3a6
Add support for bastion aws user-data
...
Fixes #4444
2018-02-19 08:52:10 -05:00
Seth Pollack
3ae8ac1329
add option for BYOEIP
2018-02-16 12:08:05 -05:00
k8s-ci-robot
2b1ecba8e1
Merge pull request #4395 from ihoegen/master
...
Add max-requests-inflight parameter
2018-02-13 22:59:51 -08:00
Ian Hoegen
37c3ac3784
Add max-requests-inflight flag, along with docs
2018-02-13 13:34:48 -08:00
k8s-ci-robot
9ca765932f
Merge pull request #4169 from GrupoZapVivaReal/master
...
Add live-restore flag to docker config
2018-02-13 07:12:49 -08:00
Chris Phillips
99830c4823
api machinery for weave connection limit
2018-02-07 09:52:13 -08:00
Chris Phillips
b620deba0f
adds CONN_LIMIT to the WeaveNetworkingSpec
...
Weave limits the number of connections between peers and the default is 30.
As described here: ce9c5162bd/site/kubernetes/kube-addon.md
Setting the CONN_LIMIT environment variable controls this setting. Adding a field in the
WeaveNetworkingSpec and adding the env var to the associated templates lets users
have clusters larger than 30 nodes and still use weave's peer discovery
The weave authors have indicated that 100 is not an unreasonable setting.
https://github.com/weaveworks/weave/issues/1621#issuecomment-152713060
2018-02-07 09:52:12 -08:00
Marcio Rodrigues
fa2a69dc08
generated code by apimachinery
2018-02-05 17:42:19 -02:00
Marcio Rodrigues
4c19801021
versioned api
2018-02-05 17:38:59 -02:00
Marcio Rodrigues
f03e01114e
add live-restore flag to docker config
2018-02-05 17:37:08 -02:00
Justin Santa Barbara
36fbf99631
apimachinery: codegen for new version
2018-02-03 21:41:18 -05:00
k8s-ci-robot
d509440455
Merge pull request #4372 from lucasreed/docs_grammer_spelling_fix
...
Documentation spelling/grammar fixes.
2018-02-03 15:19:15 -08:00
Justin Santa Barbara
7dfca05c09
Remove federation support
...
As it has been removed from upstream kubernetes, in favor of the
multicluster revamp.
2018-02-03 16:53:39 -05:00
Luke Reed
257ca33297
just a couple grammar/spelling errors I noticed
2018-02-02 15:55:00 -05:00
Martyn Ranyard
e0200fbe95
Add TerraformProviderExtraConfig to cluster spec
2018-01-31 11:33:49 +01:00