Skip to content

buuhsmead/cluster-config-archived

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluster Config Hands OFF

cluster-config

based on the fine repo https://github.com/gnunn-gitops/cluster-config

General install of Operator

kustomize build base/openshift-gitops/operator/ | oc apply -f -

Adjustment for the current environment

kustomize build overlays/sandbox/openshift-gitops/instance | oc apply -f -

Create a group for access named ‘argocd-admins’

oc adm groups new argocd-admins USER1 USER2

Load the cluster-config

kustomize build overlays/sandbox/cluster-config | oc apply -f -

serverless

TODO

kustomize build overlays/sandbox/cluster-components/cluster-openshift-serverless | oc apply -f - TODO sequence not yet right TODO inter-dependencies not right

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages