Go to file
zhenyus 57db8d64d6 fix: enable reconciler debug mode in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-08 15:31:12 +08:00
3rd
aml-services
apps
assets fix: update Jenkins token in gitea webhook configuration 2025-07-24 16:51:35 +08:00
cluster ci(bump): bump reconciler image version for alpha to snapshot-9f1a2bc 2025-08-04 15:59:50 +08:00
diagrams
first-class-pipeline
freeleaps Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-08-08 14:54:02 +08:00
freeleaps-devops-reconciler fix: enable reconciler debug mode in values.alpha.yaml 2025-08-08 15:31:12 +08:00
infra
jobs revert 05faf32ef8 2025-08-07 04:44:40 +00:00
magicleaps
migrate
.gitattributes
.gitignore
.gitmodules
CHANGELOG.md chore(release): bump version to 1.0.1 and upload released assets [ci skip] 2025-08-05 11:31:22 +00:00
README.md
VERSION chore(release): bump version to 1.0.1 and upload released assets [ci skip] 2025-08-05 11:31:22 +00:00

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