user avatar
Merge pull request #29957 from nickgerace/master
Nick Gerace authored
Only change LoadBalancerSKU to standard if provided
96a47555
Name Last commit Last update
.github Update ISSUE_TEMPLATE.md
chart revert ingress bump
cleanup Remove specifying kubeconfig for kubectl calls
cmd Prevent getting cluster.name when clusterClient returns an error (#29920)
package Update charts, RKE, CLI, UI tags for 2.5.2-rc4
pkg Only change LoadBalancerSKU to standard if provided
scripts Update charts, RKE, CLI, UI tags for 2.5.2-rc4
tests Merge pull request #29912 from sowmyav27/fix-eks-v2
.dockerignore Refactor startup, switch to dynamiclistener
.drone.yml Fix updating master-head for the agent
.gitattributes Windows support 1809
.gitignore Add rancherd
.golangci.json Update all code to new types location
CONTRIBUTING.md Add Contributing ref to website
Dockerfile-windows.dapper Add rancherd
Dockerfile.dapper Merge pull request #29664 from PennyScissors/fix-image-list-airgap
LICENSE Sync up files with master
Makefile Initial Commit
README.md Update latest to 2.5.1
README_1_6.md Update README_1_6.md
channels.yaml add excludeRegexp to latest channel in update.rancher.io
code-of-conduct.md Code of conduct
generate.go Remove pkg/types and move most packages as subpackages of pkg
go.mod vendor update rke
go.sum vendor update rke
keybase.md
main.go
make.bat
manifest-agent-head.tmpl
manifest-agent.tmpl
manifest-runtime.tmpl
manifest.tmpl

Rancher

Build Status Docker Pulls Go Report Card

Rancher is an open source project that provides a container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams.

Looking for Rancher 1.6.x info? Click here

Latest Release

  • Latest - v2.5.1 - rancher/rancher:latest - Read the full release notes.

  • Stable - v2.4.5 - rancher/rancher:stable - Read the full release notes.

To get automated notifications of our latest release, you can watch the announcements category in our forums, or subscribe to the RSS feed https://forums.rancher.com/c/announcements.rss.

Quick Start

sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher

Open your browser to https://localhost

Installation

Rancher can be deployed in either a single node or multi-node setup. Please refer to the following for guides on how to get Rancher up and running.

No internet access? Refer to our Air Gap Installation for instructions on how to use your own private registry to install Rancher.

Minimum Requirements

  • Operating Systems
    • Ubuntu 16.04 (64-bit)
    • Red Hat Enterprise Linux 7.5 (64-bit)
    • RancherOS 1.4 (64-bit)
  • Hardware
    • 4 GB of Memory
  • Software
    • Docker v1.12.6, 1.13.1, 17.03.2

Using Rancher

To learn more about using Rancher, please refer to our Rancher Documentation.

Source Code

This repo is a meta-repo used for packaging and contains the majority of rancher codebase. Rancher does include other Rancher projects including:

Rancher also includes other open source libraries and projects, see go.mod for the full list.

Support, Discussion, and Community

If you need any help with Rancher or RancherOS, please join us at either our Rancher forums, #rancher IRC channel or Slack where most of our team hangs out at.

Please submit any Rancher bugs, issues, and feature requests to rancher/rancher.

Please submit any RancherOS bugs, issues, and feature requests to rancher/os.

For security issues, please email security@rancher.com instead of posting a public issue in GitHub. You may (but are not required to) use the GPG key located on Keybase.

License

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