Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsst-it/puppet-kubectl
Puppet module to manage kubectl
https://github.com/lsst-it/puppet-kubectl
deployment k8s kubectl kubernetes puppet puppet-module
Last synced: 2 days ago
JSON representation
Puppet module to manage kubectl
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-kubectl
- Owner: lsst-it
- License: apache-2.0
- Created: 2022-08-12T20:08:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:06:48.000Z (4 months ago)
- Last Synced: 2025-01-30T15:51:26.440Z (10 days ago)
- Topics: deployment, k8s, kubectl, kubernetes, puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl
## 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
Install `kubectl`.
## Description
This module installs the
[`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)
binary.## Usage
### Default version
```puppet
include kubectl
```### Explicit Version
```puppet
class { 'kubectl':
version => '1.24.0',
checksum => '94d686bb6772f6fb59e3a32beff908ab406b79acdfb2427abdc4ac3ce1bb98d7',
}
```## Reference
See [REFERENCE](REFERENCE.md)