Go to file
2025-09-23 07:40:28 +00:00
3rd feat: add load-watcher project with initial implementation and CI configuration 2025-03-19 15:59:37 +08:00
aml-services
apps
assets fix: update Jenkins token in gitea webhook configuration 2025-07-24 16:51:35 +08:00
cluster feat: add node 2025-09-15 12:09:30 +08:00
diagrams
docs feat: add prometheusrule for metrics service 2025-09-23 14:20:52 +08:00
first-class-pipeline Further increase the timeout period 2025-09-23 12:14:18 +08:00
freeleaps ci(bump): bump devops image version for alpha to snapshot-3cba9e4 2025-09-23 07:40:28 +00:00
freeleaps-devops-reconciler 更新 freeleaps-devops-reconciler/helm-pkg/reconciler/values.prod.yaml 2025-09-19 07:37:25 +00:00
freeleaps-secret-operator
infra
jobs
magicleaps 更新 magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml 2025-09-09 12:20:27 +00:00
migrate
.gitattributes
.gitignore
.gitmodules
CHANGELOG.md
README.md
VERSION

Freeleaps Ops

All GitOps relates manifests or scripts.

Introduce

This repo has stored all manifests files of Freeleaps productions, infrastructures and cluster.

The project layout is follow this pattern:

layout

How to use ?

Please do not edit files under this repo if you do not know what you doing.

This repo files are managed by CI/CD services (Jenkins, Argo CD etc,.).

About cluster folder

P.S. THIS FOLDER IS ONLY USED FOR CLUSTER ADMINISTRATOR, YOU MUST KNOW WHAT YOU DOING BEFORE YOU MODIFY IT.

If you want to working with cluster folder, you must set-up local maintaining environment first.
You need make sure you have Python 3 environment in local and Ansible already installed.
And you need to make sure run git submodule update --init --recursive to clone kubespray repo before you start to work.

cluster folder stores the infrastructure components, applications manifests and kubespray configuration files for entire cluster.

cluster/manifests/<namespace>/<component> stores the manifests of components or applications.

cluster/ansible/ see cluster/ansible/README.md