1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-06 03:56:15 +00:00
Mirror RKE from github
Go to file
MaiWJ bcb6e13618 Extend rke to tolerate the Windows host
1. Support to configure Flannel as "host-gw" backend
2. Define the network component yaml and ingress
   controller yaml only schedule to non-Windows node
3. Support to configure Docker container's port publishing
2018-08-26 18:09:21 -07:00
.github Add issue template 2017-12-05 13:20:10 -08:00
addons Add metrics-server addon deployment 2018-07-17 16:51:59 -07:00
authz Add support for custom WrapTransport for Kubernetes Client 2018-02-20 20:45:32 +02:00
build/bin Remove k8s unit test 2017-12-13 21:37:35 +02:00
cloudprovider Refactor cloud provider support 2018-06-06 10:22:50 -07:00
cluster Extend rke to tolerate the Windows host 2018-08-26 18:09:21 -07:00
cmd Use default docker bridge network instead of creating new network 2018-08-15 09:35:36 -07:00
dind Use default docker bridge network instead of creating new network 2018-08-15 09:35:36 -07:00
docker handle image upgrade 2018-07-31 16:26:27 -07:00
hosts Add better error when node is unreachable 2018-07-27 13:09:51 -07:00
k8s Fix resoncile missing taints 2018-08-03 11:38:02 -07:00
log Add context.Context to everything and also make logging pluggable 2018-01-09 15:18:01 -07:00
package remove artifacts images 2018-01-15 20:04:13 +02:00
pki append clusterName to user and context so as to allow multiple kubeconfig files 2018-08-15 00:36:58 +03:00
scripts Add Windows to build script 2018-05-02 22:15:57 +02:00
services Extend rke to tolerate the Windows host 2018-08-26 18:09:21 -07:00
templates Extend rke to tolerate the Windows host 2018-08-26 18:09:21 -07:00
vendor Using new vendor 2018-08-26 18:09:21 -07:00
.dockerignore Initial Commit 2017-10-25 17:02:49 -07:00
.drone.yml Add prerelease when tag contains *rc* 2018-07-11 12:55:09 -07:00
.gitignore Cluster.yml example to the doc 2018-06-26 09:43:14 -07:00
Dockerfile.dapper Pass tag to dapper container 2018-01-05 12:11:18 -07:00
LICENSE Initial Commit 2017-10-25 17:02:49 -07:00
main.go Add warning when using unreleased version 2018-07-11 12:55:20 -07:00
Makefile Initial Commit 2017-10-25 17:02:49 -07:00
README.md Update README.md 2018-07-11 08:40:05 -07:00
vendor.conf Using new vendor 2018-08-26 18:09:21 -07:00

rke

Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.

Download

Please check the releases page.

Requirements

Please review the OS requirements for each node in your Kubernetes cluster.

Getting Started

Please refer to our RKE docs for information on how to get started! For cluster config examples, refer to RKE cluster.yml examples

Deploying Rancher 2.x using rke

Using RKE's pluggable user defined add-ons, it's possible to deploy Rancher 2.x server in HA with a single command. Detailed instructions can be found here.

License

Copyright (c) 2018 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.