Giter VIP home page Giter VIP logo

terraform-kerberus-crossplane's Introduction

Terraform Kerberus Crossplane

Terraform module which deploys Crossplane on your Kubernetes cluster.

This module is part of the Kerberus Platform

Usage

module "kerberus_crossplane" {
  source = "project-kerberus/crossplane/kerberus"

  crossplane_provider = "{crossplane/provider-gcp:v0.15.0,crossplane/provider-helm:v0.5.0}"
}

Examples

Requirements

Name Version
terraform >= 1.0.0
helm 2.2.0
kubernetes 2.3.2
null 3.1.0

Providers

Name Version
helm 2.2.0
kubernetes 2.3.2
null 3.1.0

Modules

No modules.

Resources

Name Type
helm_release.crossplane resource
kubernetes_namespace.crossplane_namespace resource
kubernetes_secret.create_credentials resource
null_resource.install_providers resource

Inputs

Name Description Type Default Required
crossplane_chart crossplane chart name to be installed. string "crossplane" no
crossplane_chart_version Specify the exact crossplane chart version to install. If this is not specified, the latest version is installed. string null no
crossplane_namespace The name of crossplane namespace for the Kerberus dashboard. string "crossplane-system" no
crossplane_providers A map of Provider packages yaml to install on Crossplane. Where the key is the provider name and the value is the corrispondig YAML file. map(string) {} no
crossplane_repository Repository URL where to locate the crossplane chart string "https://charts.crossplane.io/stable" no
crossplane_secrets A map of secrets to create for Crossplane. Where the key is the secret name and the value is the credential. map(string) {} no
crossplane_values_path crossplane helm chart values.yaml path. string "" no
path_kubeconfig path kubeconfig string n/a yes

Outputs

No outputs.

Authors

The module is maintained by Kiratech with help from these awesome contributors.

License

See LICENSE for full details.

terraform-kerberus-crossplane's People

Contributors

giglium avatar idallaserra avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

terraform-kerberus-crossplane's Issues

Namespace creation and Crossplane secret are created at the same time

During the installation, kubernetes_secret resources are executed at the same time as kubernetes_namespace.

module.crossplane.kubernetes_secret.create_credentials["my-secret"]: Creating...
module.crossplane.kubernetes_namespace.crossplane_namespace: Creating...

This can be a problem because we cannot create secrets until the namespace is created. It can be useful to create a dependency between kubernetes_secret and kubernetes_namespace, to avoid an unwanted error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.