Socket
Book a DemoInstallSign in
Socket

@pulumi-packs/kubernetes-cluster-api

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi-packs/kubernetes-cluster-api

Pulumi Kubernetes Cluster API Integrations

0.3.4
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Cluster API for Pulumi

Installation

yarn add @pulumi-packs/cluster-api

# or

npm install --save @pulumi-packs/cluster-api

Getting Started

This package provides a helper function to bootstrap your management cluster with Cluster API.

import { init, ClusterApiConfig, FeatureGate } from "@pulumi-packs/cluster-api";

const capiConfig: ClusterApiConfig = {
  installCertManager: false,
  certManagerVersion: "",
  enableFeatureGates: [FeatureGate.ClusterResourceSet],
  kubernetesProvider: provider,

}

const capiManifests = init(capiConfig);

Cert Manager

Cluster API requires cert-manager within your management cluster.

You can provide installCertManager: true in your ClusterApiConfig to have the init function install this for you.

This will also require certManagerVersion to be set also. 1.0.4 is the latest, and tested, version.

Feature Gates

Currently, Cluster API supports two feature gates:

  • ClusterResourceSet
  • MachinePool

These can be enabled via the enum type, FeatureGate, when providing your config to the init function.

An empty array will not enable any feature gates.

FAQs

Package last updated on 16 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.