1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-26 07:23:19 +00:00
Mirror RKE from github
Go to file
Sebastiaan van Steenis ff663b5a59 Dont set withHost on Docker client
Problem: Because of the unix socket reference, Windows breaks on rke up
Root cause: Vendor of docker/docker
Resolution: I was checking what was changed in vendor but it seems this setting is not used, as we configure Docker socket per host.
2019-09-03 09:54:54 -07:00
.github Add issue template 2017-12-05 13:20:10 -08:00
addons remove support for default versioned templates 2019-08-20 13:59:03 -07:00
authz Update to new certs package since latest k8s dropped it 2019-08-19 11:02:43 -07:00
build/bin Remove k8s unit test 2017-12-13 21:37:35 +02:00
cloudprovider Fix cloud provider config password with hashtag 2019-05-02 12:49:56 -07:00
cluster Handle missing request header ca in rotate certificate 2019-08-29 13:42:47 -07:00
cmd Handle missing request header ca in rotate certificate 2019-08-29 13:42:47 -07:00
dind Work around systemd-resolved for dind 2019-01-22 09:10:02 -08:00
docker Configure MCS labels if selinux is enabled 2019-08-22 13:45:04 -07:00
hosts Dont set withHost on Docker client 2019-09-03 09:54:54 -07:00
k8s Update to new certs package since latest k8s dropped it 2019-08-19 11:02:43 -07:00
log Add context.Context to everything and also make logging pluggable 2018-01-09 15:18:01 -07:00
metadata read rke version correctly 2019-08-22 10:13:54 -07:00
package remove artifacts images 2018-01-15 20:04:13 +02:00
pki Handle missing request header ca in rotate certificate 2019-08-29 13:42:47 -07:00
scripts added rke --quiet and config --list-version, linting refactor 2019-08-27 13:07:48 -07:00
services Apply MCS label when privileged is false 2019-08-30 10:42:11 -07:00
templates RKE deploy job should tolerate all taints 2019-08-28 12:58:09 -07:00
util don't override tag of custom system images for defaultRKETools 2019-08-12 16:44:42 -07:00
vendor Vendor and go mod changes 2019-08-29 11:29:57 -07:00
.dockerignore Initial Commit 2017-10-25 17:02:49 -07:00
.drone.yml Add listing of artifacts in Drone similar to CLI 2019-06-24 15:56:35 -07:00
.gitignore update k8s defaults, CIS recommendations 2019-01-07 12:07:46 -08:00
Dockerfile.dapper Update Go to 1.12.9 2019-08-16 09:20:33 -07:00
go.mod Vendor and go mod changes 2019-08-29 11:29:57 -07:00
go.sum Vendor and go mod changes 2019-08-29 11:29:57 -07:00
LICENSE Initial Commit 2017-10-25 17:02:49 -07:00
main.go added rke --quiet and config --list-version, linting refactor 2019-08-27 13:07:48 -07:00
Makefile Initial Commit 2017-10-25 17:02:49 -07:00
README.md Add correct link for Rancher 2 HA install 2019-03-05 15:03:53 -08:00
vendor.conf Vendor Update 2019-08-21 11:47:42 -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

Installing Rancher HA using rke

Please use High Availability (HA) Install to install Rancher in a high-availability configuration.

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.