puppet-kubectl

Puppet module to manage kubectl

APACHE-2.0 License

Downloads
6.2K
Stars
0
Committers
1

kubectl

Table of Contents

  1. Overview
  2. Description
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how

Overview

Install kubectl.

Description

This module installs the kubectl binary.

Usage

Default version

include kubectl

Explicit Version

class { 'kubectl':
  version  => '1.24.0',
  checksum => '94d686bb6772f6fb59e3a32beff908ab406b79acdfb2427abdc4ac3ce1bb98d7',
}

Reference

See REFERENCE