1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00
Commit Graph

201 Commits

Author SHA1 Message Date
Darren Shepherd
9d7d4fb262
Merge pull request #193 from yasker/work
Add host bindmount for `/usr/libexec/kubernetes/kubelet-plugins`
2018-01-12 14:30:05 +00:00
galal-hussein
67774f7e30 Handle add/remove for etcd nodes
Handle adding more than one etcd at once
2018-01-12 03:57:37 +02:00
Darren Shepherd
d8dd29765f Add context.Context to everything and also make logging pluggable 2018-01-09 15:18:01 -07:00
galal-hussein
b633f45656 Increase healthcheck timeout to 50 seconds per service 2018-01-09 23:09:41 +02:00
Sheng Yang
2242cda0f7 Add host bindmount for /usr/libexec/kubernetes/kubelet-plugins
In order to support Flexvolume plugins on the host.
2018-01-02 17:21:34 -08:00
galal-hussein
828f6e44f5 Add concurrency to worker deployments 2018-01-02 23:54:20 +02:00
Alena Prokharchyk
e6c3f50a4d
Merge pull request #170 from galal-hussein/healthcheck_validation
Add healthcheck for services components
2017-12-20 13:32:00 -08:00
galal-hussein
ed7ca110b0 Add healtcheck for services components
Integrate healthcheck with each service
2017-12-20 23:24:28 +02:00
Alena Prokharchyk
87bf6d47f2
Merge pull request #166 from moelsayed/enable_psp
Enable PodSecurityPolicy
2017-12-20 13:23:38 -08:00
moelsayed
2011a2cf01 Enable PodSecurityPolicy support 2017-12-20 23:15:21 +02:00
galal-hussein
89e2fab65d Add container and pods logs mount points 2017-12-20 01:56:10 +02:00
Alena Prokharchyk
5ba7a9face
Merge pull request #160 from skarlsson/master
fixes #129
2017-12-19 09:39:13 -08:00
moelsayed
8ea65915d3 Enable RBAC and needed addons/network plugin configuration 2017-12-16 05:41:18 +02:00
Sebastiaan van Steenis
2ab6973365 Check image locally before pull 2017-12-13 21:01:45 +01:00
skarlsson
87ebf2b4bc added /etc/ceph 2017-12-13 13:53:57 +01:00
Guangbo Chen
1cc26ee373 update misspelled common words 2017-12-09 19:53:38 +08:00
Alena Prokharchyk
305ed921c8
Merge pull request #116 from galal-hussein/more_unit_tests
more unit tests
2017-12-08 23:42:07 -06:00
galal-hussein
ebba017126 Add services sidekick container 2017-12-09 01:25:22 +02:00
galal-hussein
f74dbfbd33 more unit tests 2017-12-07 22:24:09 +02:00
Hussein Galal
28d961d83e
Merge pull request #105 from galal-hussein/fix_centos_kubelet
Add cgroup mount with rw option in kubelet
2017-12-05 20:58:54 +02:00
moelsayed
0ee002b2cf Add user-configurable images
Refactor configuration defaults
 Add comments to config
 Add configurable utility images
 Add configurable network plugin images
 Add configurable kubedns images
2017-12-05 20:34:54 +02:00
Darren Shepherd
df7e40188e Refactor types 2017-12-05 10:29:50 -07:00
galal-hussein
696fd48e38 Add cgroup mount with rw option in kubelet 2017-12-05 18:31:01 +02:00
galal-hussein
d1f78f0b40 Refactor reconcilation
Add role based add/delete for services

Use pointers for hosts

Consistent log format
2017-12-02 20:37:04 +02:00
moelsayed
7b405446bb add multiple role labels to nodes 2017-11-30 03:56:29 +02:00
moelsayed
9807ce60df allow single node deployments 2017-11-30 03:03:01 +02:00
galal-hussein
39ef2e92a6 Change helper images to official rancher images 2017-11-29 03:35:18 +02:00
galal-hussein
7af9ffbf9f Fix rolling update bug for multi master nginx 2017-11-29 00:18:00 +02:00
galal-hussein
41c48877ba Structure and config changes 2017-11-28 23:55:43 +02:00
moelsayed
07a1441826 Command overhaul
remove cluster command
merge upgrade and up commands
rename down command
2017-11-28 21:17:57 +02:00
galal-hussein
c254de34f3 Use Rancher Kubernetes image 2017-11-22 22:46:01 +02:00
moelsayed
42b22e69b0 Add initial support for additional network plugins
Refactor DeployNetworkPlugin()
Add calico network plugin
Add canal network plugin
2017-11-22 02:43:55 +02:00
galal-hussein
892e9ab5d9 Cluster Down/Remove
Reverse order and add force flag
2017-11-21 01:23:18 +02:00
galal-hussein
8e302c03a4 Add/Remove Cluster plane and Worker hosts 2017-11-18 14:35:10 +02:00
galal-hussein
703a4fd812 Add HA
Add relative path for local kube config

Add default cluster yaml config name
2017-11-16 03:41:22 +02:00
moelsayed
1427df6b34 Add cluster upgrade
Restructer k8s
Move getClusterCerts from SetUpAuthintication to GetClusterState
Update cluster.yaml
2017-11-16 01:55:57 +02:00
galal-hussein
37b6c8a65e Update rancher types 2017-11-14 20:11:21 +02:00
galal-hussein
40b13446a7 Use rancher/types 2017-11-13 23:28:38 +02:00
galal-hussein
15aa61cc22 WIP add extra args to running services 2017-11-10 21:53:48 +02:00
galal-hussein
3cfe3d7ea8 Use RKE cluster controller structures 2017-11-09 21:50:49 +02:00
moelsayed
bfae4c15d4 linting fixes 2017-11-08 02:35:13 +02:00
Alena Prokharchyk
eed7152d1a
Merge pull request #2 from moelsayed/add_network_plugin_support
add network plugin support
2017-11-07 16:03:19 -08:00
moelsayed
babe95f183 add network plugin support
add template configration through env variables

add kubedns addon
2017-11-08 01:59:12 +02:00
galal-hussein
a3e0d7203b unit tests and go lint fixes
Add k8s operation test
2017-11-07 23:27:30 +02:00
galal-hussein
9974d53e57 Use Cluster structure
Use separate cluster package

Save cluster state and certs to kubernetes

Handle Remove and sync cluster state/crts

Reuse kubernetes client and combine image and version

Separate building functions and small fixes
2017-11-06 19:40:20 +02:00
moelsayed
dbc7dfaafe renamed ControlPlaneIP 2017-11-06 19:40:19 +02:00
moelsayed
03a7ef7c4b typo 2017-11-06 19:40:19 +02:00
moelsayed
5b730bcf6a add support for specifc control plane IP per host 2017-11-06 19:40:19 +02:00
galal-hussein
ad34392a3c Add default cluster config file and return service container pointer
Add more generic functions to go services

Add x509 authentication
2017-11-06 19:40:15 +02:00
moelsayed
00628a4423 some small fixes
add debugging to hosts.go
add kubelet and kubeproxy defaults to cluster file
add more service configuration
remove hosts sudo
2017-10-30 08:31:06 +02:00
galal-hussein
f7649289d4 Set up kubernetes components 2017-10-29 11:45:21 +02:00