1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-01 15:19:09 +00:00
Mirror RKE from github
Go to file
Alena Prokharchyk 20c94fd637
Merge pull request #10 from moelsayed/cluster_version
add cluster version command
2017-11-13 09:41:34 -08:00
cluster Merge pull request #10 from moelsayed/cluster_version 2017-11-13 09:41:34 -08:00
cmd add cluster version command 2017-11-13 02:55:50 +02:00
docker Use Cluster structure 2017-11-06 19:40:20 +02:00
hosts Use RKE cluster controller structures 2017-11-09 21:50:49 +02:00
k8s Refactor kubectl 2017-11-10 04:36:22 +02:00
package add network plugin support 2017-11-08 01:59:12 +02:00
pki Refactor PKI ENV 2017-11-10 19:59:52 +02:00
scripts unit tests and go lint fixes 2017-11-07 23:27:30 +02:00
services WIP add extra args to running services 2017-11-10 21:53:48 +02:00
vendor Vendor update 2017-11-09 21:49: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 WIP add extra args to running services 2017-11-10 21:53:48 +02:00
Dockerfile.dapper unit tests and go lint fixes 2017-11-07 23:27:30 +02:00
LICENSE Initial Commit 2017-10-25 17:02:49 -07:00
main.go Use Cluster structure 2017-11-06 19:40:20 +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 Use RKE cluster controller structures 2017-11-09 21:50:49 +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.