1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-10 05:43:56 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Hussein Galal
c59f5e4d07
Merge pull request #17 from moelsayed/save_state_after_upgrade
Save updated cluster status after upgrade
2017-11-16 03:40:03 +02:00
moelsayed
304bcfcb55 Save updated cluster status after upgrade 2017-11-16 03:35:39 +02:00
Hussein Galal
9e28d35656
Merge pull request #15 from moelsayed/cluster_upgrade
Add cluster upgrade
2017-11-16 01:59:59 +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
Daishan Peng
58a89dda3b add output folder 2017-11-15 10:55:36 -08:00
Alena Prokharchyk
43eb1c2da0
Merge pull request #14 from galal-hussein/fix_race_condition
Fix race condition
2017-11-14 19:17:15 -08:00
galal-hussein
f9b11737b8 Fix race condition 2017-11-15 03:55:06 +02:00
Daishan Peng
1fd6129757 enable cross build 2017-11-14 15:24:48 -08:00
Alena Prokharchyk
679fe515a1
Merge pull request #11 from galal-hussein/update_rancher_types
Update rancher types
2017-11-14 10:23:38 -08:00
galal-hussein
37b6c8a65e Update rancher types 2017-11-14 20:11:21 +02:00
galal-hussein
75448eb572 Vendor Update 2017-11-14 20:11:02 +02:00
Alena Prokharchyk
944f1562cd
Merge pull request #9 from galal-hussein/change_rancher_types
Use rancher/types and client-go 5.0
2017-11-13 13:31:44 -08:00
galal-hussein
40b13446a7 Use rancher/types 2017-11-13 23:28:38 +02:00
galal-hussein
e691df23b3 Vendor update 2017-11-13 23:23:16 +02:00
Alena Prokharchyk
20c94fd637
Merge pull request #10 from moelsayed/cluster_version
add cluster version command
2017-11-13 09:41:34 -08:00
Alena Prokharchyk
225a09d641
Merge pull request #8 from galal-hussein/extra_args
Add extra args to running services
2017-11-13 09:40:02 -08:00
Alena Prokharchyk
497903239e
Merge pull request #7 from moelsayed/refactor_pki_env
Refactor pki env
2017-11-13 09:34:36 -08:00
moelsayed
cc7fddb1a3 add cluster version command 2017-11-13 02:55:50 +02:00
galal-hussein
15aa61cc22 WIP add extra args to running services 2017-11-10 21:53:48 +02:00
moelsayed
33b1c47a43 Refactor PKI ENV 2017-11-10 19:59:52 +02:00
moelsayed
d58fc84de9 Refactor kubectl
Export pki utlitity functions
2017-11-10 04:36:22 +02:00
Alena Prokharchyk
7172f6ec46
Merge pull request #6 from galal-hussein/cluster_controller_structures
Cluster controller structures
2017-11-09 13:59:30 -08:00
galal-hussein
3cfe3d7ea8 Use RKE cluster controller structures 2017-11-09 21:50:49 +02:00
galal-hussein
ad69078b06 Vendor update 2017-11-09 21:49:32 +02:00
Alena Prokharchyk
3cd95ff3c6
Merge pull request #4 from moelsayed/small_fixes
linting fixes
2017-11-07 16:51:25 -08: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
Alena Prokharchyk
5ebd81916b
Merge pull request #3 from galal-hussein/unit_tests
unit tests and go lint fixes
2017-11-07 15:44:20 -08:00
galal-hussein
814e84c439 Vendor update 2017-11-07 23:27:47 +02:00
galal-hussein
a3e0d7203b unit tests and go lint fixes
Add k8s operation test
2017-11-07 23:27:30 +02:00
Alena Prokharchyk
66fd6c4eba
Merge pull request #1 from galal-hussein/init_cli
WIP: Add cli and run Etcd and Control Planes
2017-11-06 10:02:50 -08: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
galal-hussein
c4677f8ee6 Vendor update 2017-11-06 19:40:19 +02:00
moelsayed
dbc7dfaafe renamed ControlPlaneIP 2017-11-06 19:40:19 +02:00
galal-hussein
1bb4ab98c3 Deploy kube config file locally for admin 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
cdb956d363 Vendor update 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
405a709a69 remove sudo 2017-10-30 09:09:40 +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
galal-hussein
84d02e8b42 Vendor update 2017-10-29 11:41:21 +02:00
Alena Prokharchyk
60574a70bb Initial Commit 2017-10-25 17:02:49 -07:00