Justin Santa Barbara
1965db6605
Deep-copy proto state to prevent concurrent modification
...
Fix #6635
2019-03-30 02:23:11 -04:00
Kubernetes Prow Robot
269a6f67a5
Merge pull request #6562 from appvia/etcd-backup-tls
...
If using etcd-backup and TLS is enabled, pass relevant options
2019-03-25 12:22:20 -07:00
Kubernetes Prow Robot
9ecabb9159
Merge pull request #6628 from AliyunContainerService/flags
...
add ALI flags
2019-03-25 09:23:09 -07:00
Kubernetes Prow Robot
93988d8fdd
Merge pull request #6359 from justinsb/integration_etcd
...
Enable etcd-manager / etcd3 / etcd-tls in kops 1.12
2019-03-19 10:28:23 -07:00
Lily
e4cbd3c17c
add ALI flags
2019-03-16 17:26:44 +08:00
LilyFaFa
12d54b6a1f
support gossip for AliCloud
2019-03-15 15:26:12 +08:00
Justin SB
31f408c978
Support etcd-manager in kops 1.12
...
In 1.12 (kops & kubenetes):
* We default etcd-manager on
* We default to etcd3
* We default to full TLS for etcd (client and peer)
* We stop allowing external access to etcd
2019-03-14 23:13:06 -04:00
Kashif Saadat
31922758fb
Pass TLS options to etcd-backup
2019-03-01 11:06:25 +00:00
Eric Greer
89a5fa58a4
removig unecessary package after squashing and patching to current master
2019-02-21 18:12:42 -08:00
Eric Greer
31a4c40131
merge conflict resolution
2019-02-21 15:20:05 -08:00
Eric Greer
8362b1260e
etcd memory requests can now be specified
2019-02-21 15:14:51 -08:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
025a255dd8
Adding ability to retrieve openstack server by ID
2019-01-18 13:42:21 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
c03f7eeced
Additional logging for protokube openstack errors
2019-01-18 13:01:31 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
eb256593bc
Setting project ID as well in cloudconfig. Using loadbalancerID in cloudconfig. Retrieving instance IP from openstack in protokube.
2019-01-18 10:17:14 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
5cae86c2ce
dep ensure and gofmt updates
2019-01-16 15:09:20 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
4f0169bb79
codegen
2019-01-16 09:30:40 -07:00
Jan Wozniak
6d3c9fe44f
protokube: add support for OpenStack
2019-01-16 09:25:58 -07: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 SB
568484ff4b
Fix nsenter mounter in protokube
...
We don't have any shared directories, and certainly not root!
2018-10-18 22:01:09 -07:00
mooncake
5094996a32
fix typos issues in upup files
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-07 10:28:01 +08:00
Justin Santa Barbara
62e8e17077
Code fixes for k8s 1.11 API changes
2018-09-28 20:14:45 -04:00
Ilya Shaisultanov
712528728c
dns-controller: allow configuring DNS update interval
2018-09-06 13:29:51 -06:00
Justin Santa Barbara
9b70f75aa9
Remove gossip connection limit entirely
...
This simply turns off gossip connection limits, so we shouldn't ever have to manually configure them.
Follow on to #5077
2018-07-21 21:32:20 -04:00
k8s-ci-robot
2dbb6e84f6
Merge pull request #5077 from yancl/master
...
change gossip dns conn limit by ENV
2018-07-19 21:40:52 -07:00
Erik Berdonces Bonelo
fdeed33719
Add --min-request-timeout flag in kube-APIServer
2018-07-13 10:29:30 +02:00
Justin Santa Barbara
c6995e9a9a
gossip: create zone in protokube
...
We were doing this implicitly previously by creating the etcd records.
As etcd-manager doesn't need to create gossip records, we instead
create a zone explicilty.
2018-06-14 17:43:49 -04:00
Rohith
67296c2db9
- fixing up the spelling mistakes found
2018-06-06 10:03:51 +01:00
Justin Santa Barbara
d5a6b15b9b
Fix typo: adddresses -> addresses
2018-05-31 13:14:34 -07:00
Justin Santa Barbara
ba87c36f73
Support (optional) etcd-manager
2018-05-25 16:01:22 -04:00
liang
8d3ad44137
add err to log
2018-05-02 02:16:40 +00:00
liang
ebfb3c241b
change gossip dns conn limit by ENV
2018-04-28 15:50:19 +00:00
k8s-ci-robot
99cf4b63e9
Merge pull request #4960 from justinsb/dont_spurious_log_on_shared_volume_tag
...
Ignore shared-ownership tags on volumes
2018-04-11 01:40:55 -07:00
Justin Santa Barbara
f0f9b9a028
Ignore shared-ownership tags on volumes
...
We were otherwise logging a spurious warning message
2018-04-10 23:58:17 -04:00
Justin Santa Barbara
b1384b3bc0
Only do etcd backups on main
...
Because our implementation can't actually differentiate settings for
events & main, we only support backup of main for now.
2018-04-10 18:52:08 -04:00
andrewsykim
47c41463ce
digitalocean: use pagination for all list requests
2018-04-05 11:12:20 -04:00
andrewsykim
b0ef6a2f99
protokube: check for device symlinks
2018-04-04 16:08:30 -04:00
andrewsykim
b480898af7
digitalocean: add protokube support
2018-04-01 21:47:31 -04:00
Justin Santa Barbara
90f5839341
protokube: match device /root/dev/X as /dev/X
...
We certainly expect them to be the same dev tree, and it's not clear
that either is more correct than the other.
Issue #4813
Issue #4837
2018-03-31 14:40:38 -04:00
Haoyun
7b42aea169
fix a grammar mistake
...
fix a grammar mistake delete the "," at the end of the function comment
```release-note
None
```
2018-03-24 13:18:00 +08:00
Rohith
3c7d9d8691
Protokube Channel and RBAC
...
- only performing the initialization of rbac on masters
- onlu performing the channels apply on a master node
2018-03-10 21:48:35 +00: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
Mike Splain
45a57915e2
Fix bazel deprecation notice
2018-02-26 09:36:13 -05:00
Rohith
a140d5b7f1
- fixing the protokube flag issue
2018-02-24 10:03:43 +00:00
Rohith
d065111453
Etcd TLS Peer & CLient Auth
2018-02-24 10:02:41 +00: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
Tim Hockin
79d5f793e7
Convert registry to k8s.gcr.io
2018-02-14 10:08:41 -08:00
Mike Splain
f40dc50a25
Update BUILD files to account for some recent changes
2018-02-12 17:16:33 -05:00
Kashif Saadat
ac25853cd5
- Add etcdClusterSpec Image & Version in bootstrap data for Master nodes
...
- Reuse execWithTee fn for ETCD Command (tee & mkfifo in different path for newer image versions)
2018-02-10 12:14:36 +00:00
Justin Santa Barbara
7ca593b994
exec target command, but still pipe it to tee
...
Equivalent of https://github.com/kubernetes/kubernetes/pull/57756
2018-01-25 10:15:24 -05:00
chrislovecnm
4dd3bb1dea
Updating bazel BUILD files with new go_rules version
2017-12-29 15:03:14 -07:00