在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):rancher/rke开源软件地址(OpenSource Url):https://github.com/rancher/rke开源编程语言(OpenSource Language):Go 99.0%开源软件介绍(OpenSource Introduction):rkeThis file is auto-generated from README-template.md, please make any changes there. Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere. Latest ReleaseDownloadPlease check the releases page. RequirementsPlease review the OS requirements for each node in your Kubernetes cluster. Getting StartedPlease 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 rkePlease use High Availability (HA) Install to install Rancher in a high-availability configuration. BuildingRKE can be built using the RKE now fetches go generate
# Change RANCHER_METADATA_URL to an external URL instead of using https://releases.rancher.com/kontainer-driver-metadata/dev-v2.6/data.json by default
RANCHER_METADATA_URL=${URL} go generate
# Or load it from local file
RANCHER_METATDATA_URL=./local/data.json go generate
# Compile RKE
make To specify RANCHER_METADATA_URL in runtime, populate the environment variable when running rke CLI. For example: RANCHER_METADATA_URL=${URL} rke [commands] [options]
RANCHER_METADATA_URL=${./local/data.json} rke [commands] [options]
LicenseCopyright (c) 2022 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. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论