cluster-config-controller

command module
v0.0.0-...-f354697 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: MIT Imports: 11 Imported by: 0

README

cluster-conifg-controller

Introduction

cluster-config-controller is a tool (a Kubernetes operator) to manage ConfigMaps cluster-wide.

Usage

Please make sure you have a Kubernetes cluster running before using the operator.

  • Clone the repository.
  • To install the CRD (ClusterConfigMap) into the cluster: make install
  • To run the controller: make run ENABLE_WEBHOOKS=false
Using Docker
  • make deploy aryan9600/cluster-config-controller:latest

  • Create a Namespace:

    # ns1.yaml
    apiVersion: v1
    kind: Namespace
    metadata:
        name: ns1
        labels:
            managed: "aryan"
    

    kubectl apply -f ns1.yaml

  • Create a ClusterConfigMap object: kubectl apply -f example/ccm.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the extensions v1alpha1 API group +kubebuilder:object:generate=true +groupName=extensions.toolkit.fluxcd.io
Package v1alpha1 contains API Schema definitions for the extensions v1alpha1 API group +kubebuilder:object:generate=true +groupName=extensions.toolkit.fluxcd.io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL