1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-02 07:43:04 +00:00
Mirror RKE from github
Go to file
Hussein Galal e22f6e79de
Merge pull request #47 from galal-hussein/error_fix
Add error messages for adding/removing nodes while upgrade
2017-11-26 22:40:19 +02:00
addons addons based on k8s jobs and configmaps 2017-11-18 17:24:49 +02:00
cluster Add error messages for adding/removing nodes while upgrade 2017-11-26 22:09:26 +02:00
cmd Add error messages for adding/removing nodes while upgrade 2017-11-26 22:09:26 +02:00
docker Cluster Down/Remove 2017-11-21 01:23:18 +02:00
hosts Clean host after removal 2017-11-26 20:41:10 +02:00
k8s fixing timing issue in job status update 2017-11-23 02:25:57 +02:00
network Add initial support for additional network plugins 2017-11-22 02:43:55 +02:00
package Add HA 2017-11-16 03:41:22 +02:00
pki Add cluster validation and regenerate kubeapi cert 2017-11-21 21:25:25 +02:00
scripts enable cross build 2017-11-14 15:24:48 -08:00
services Use Rancher Kubernetes image 2017-11-22 22:46:01 +02:00
vendor Vendor update 2017-11-22 01:26:32 +02:00
.dockerignore Initial Commit 2017-10-25 17:02:49 -07:00
.drone.yml Initial Commit 2017-10-25 17:02:49 -07:00
.gitignore Deploy kube config file locally for admin 2017-11-06 19:40:19 +02:00
cluster.yml Use Rancher Kubernetes image 2017-11-22 22:46:01 +02:00
Dockerfile.dapper add output folder 2017-11-15 10:55:36 -08:00
LICENSE Initial Commit 2017-10-25 17:02:49 -07:00
main.go Add rke config to generate configuration file 2017-11-22 03:34:46 +02:00
Makefile Initial Commit 2017-10-25 17:02:49 -07:00
README.md Initial Commit 2017-10-25 17:02:49 -07:00
vendor.conf Vendor update 2017-11-22 01:26:32 +02:00

rke

A microservice that does micro things.

Building

make

Running

./bin/rke

License

Copyright (c) 2014-2016 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.