Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsst-it/puppet-rke
Puppet RKE module
https://github.com/lsst-it/puppet-rke
deployment k8s puppet rke
Last synced: 3 months ago
JSON representation
Puppet RKE module
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-rke
- Owner: lsst-it
- License: apache-2.0
- Created: 2022-01-20T16:12:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:08:09.000Z (4 months ago)
- Last Synced: 2024-10-27T07:16:29.343Z (4 months ago)
- Topics: deployment, k8s, puppet, rke
- Language: Ruby
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rke
## Table of Contents
1. [Overview](#overview)
1. [Description](#description)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)## Overview
Installs [RKE1](https://github.com/rancher/rke) binary.
## Description
Fetches the `rke` utility and and symlinks `/usr/bin/rke` to the downloaded
artifact.## Usage
```puppet
class { 'rke':
version => '1.3.3',
checksum => '61088847d80292f305e233b7dff4ac8e47fefdd726e5245052450bf05da844aa',
checksum_type => 'sha256',
base_path => '/opt/rke',
}
```## Reference
See [REFERENCE](REFERENCE.md)