Discover Packages
github.com/aryan9600/cluster-config-controller
command
module
Version:
v0.0.0-...-f354697
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
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
Click to show internal directories.
Click to hide internal directories.