Skip to content

Controller for management of c-n-d-e Operator resources retrieved from c-n-d-e Dashboard

Notifications You must be signed in to change notification settings

Cloud-Native-Coding/c-n-d-e-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-n-d-e Controller

The c-n-d-e Controller serves as a client to the c-n-d-e Dashboard.

Additionally it creates CRs and other necessary Kubernetes resources for the c-n-d-e Operator.

Installation

  • create c-n-d-e Operator and c-n-d-e Dashboard instances
  • If you are using a Dashboard with mTLS, then add the certs to folder config/api-client-cert and uncomment the respective sections in kustomization.yaml and controller.yaml
  • configure a new Cluster via the Dashboard and add CNDE_CLUSTER_NAME, CNDE_API_KEY, CNDE_URL and CNDE_KEYCLOAK_HOST to file config/cnde-controller.properties
  • select the c-n-d-e Operator Namespace, cd to folder config and execute kubectl apply --dry-run=server -k . and if does not show any errors, execute kubectl apply -k .

About

Controller for management of c-n-d-e Operator resources retrieved from c-n-d-e Dashboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published