1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-01 01:32:37 +00:00
Mirror RKE from github
Go to file
frank 87ab445010 Don't schedule kubedns to Windows node
**Problem:**
Schedule kubedns component to Windows node will cause DNS doesn't work
well

**Solution:**
Add nodeAffinity to kubedns

**Issue:**
https://github.com/rancher/rancher/issues/17423
2019-02-21 11:22:15 -08:00
.github Add issue template 2017-12-05 13:20:10 -08:00
addons Add CoreDNS as addon 2019-01-25 11:12:46 -08: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 Add AWS cloudprovider config 2019-02-12 09:10:55 -08:00
cluster Add node selector for DNS providers 2019-02-20 10:56:36 -08:00
cmd Fix command help message 2019-02-21 10:47:46 -08:00
dind Work around systemd-resolved for dind 2019-01-22 09:10:02 -08:00
docker Add docker 18.06 and 18.09 to k8s 1.11 in rke 0.2 2019-02-14 17:15:43 -08:00
hosts Add support for SSH certificate authentication 2019-01-28 10:40:43 -08:00
k8s handle upgrade cases 2018-11-09 11:16:17 -08: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 Avoid creating dangling volumes with rke tools 2019-01-21 12:38:58 -08:00
scripts rke basic integration test 2019-01-07 12:07:46 -08:00
services Use supported rke-tools for backup and restore in legacy clusters 2019-02-15 14:25:04 -08:00
templates Don't schedule kubedns to Windows node 2019-02-21 11:22:15 -08:00
util Use supported rke-tools for backup and restore in legacy clusters 2019-02-15 14:25:04 -08:00
vendor Update vendor 2019-02-12 09:10:55 -08:00
.dockerignore Initial Commit 2017-10-25 17:02:49 -07:00
.drone.yml support branch releases 2018-11-08 11:38:05 -08:00
.gitignore update k8s defaults, CIS recommendations 2019-01-07 12:07:46 -08:00
Dockerfile.dapper Update to Golang 1.11 2018-10-18 09:27:46 -07:00
LICENSE Initial Commit 2017-10-25 17:02:49 -07:00
main.go Fix incorrect log print on Windows 2018-11-29 18:56:35 -08: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 Update vendor 2019-02-12 09:10:55 -08: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.