feat(ql3): establish 3.0 incubation baseline

This commit is contained in:
whyour
2026-08-12 00:25:26 +08:00
parent 4bf92dcfeb
commit c699c32461
2817 changed files with 779642 additions and 653 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Secret
metadata:
name: ql3-worker-credential
labels:
app.kubernetes.io/name: ql3-worker
app.kubernetes.io/component: worker
app.kubernetes.io/part-of: qinglong3
app.kubernetes.io/managed-by: qinglong3
qinglong.io/worker-credential-target: prepared-v3
type: Opaque
data: {}
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: qinglong3-worker
resources:
- credential-secret.yaml