Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@pulumi-packs/kubernetes-cluster-api-equinix-metal

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi-packs/kubernetes-cluster-api-equinix-metal

Pulumi Kubernetes Cluster API Integration for Equinix Metal

latest
Source
npmnpm
Version
0.2.0-alpha4
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Cluster API on Equinix Metal for Pulumi

Installation

yarn add @pulumi-packs/cluster-api-equinix-metal

# or

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

Prerequisites

You'll need Cluster API available on your management cluster. This library depends on @pulumi-packs/cluster-api, which provides an init function to simplify this.

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

const capiConfig: ClusterApiConfig = {
  installCertManager: false,
  kubernetesProvider: provider,
};

const capiManifests = init(capiConfig);

Getting Started

import { init } from "@pulumi-packs/cluster-api-equinix-metal";

const cappManifests = init({
  kubernetesProvider: provider,
  // If you're not using Pulumi secrets, you can pass a raw string
  apiKey: pulumi.requireSecret("secretName"),
});

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