File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 --app-version ${{ env.VERSION_LABEL }} \
5454 --destination release/
5555
56+ - name : Copy Replicated configs
57+ run : |
58+ cp .replicated release/
59+ cp embedded-cluster-config.yaml release/
60+
5661 - name : Create Replicated release
5762 id : create-release
5863 uses : replicatedhq/replicated-actions/create-release@v1
Original file line number Diff line number Diff line change 5050 --app-version ${{ env.VERSION }} \
5151 --destination release/
5252
53+ - name : Copy Replicated configs
54+ run : |
55+ cp .replicated release/
56+ cp embedded-cluster-config.yaml release/
57+
5358 - name : Create Replicated release
5459 id : create-release
5560 uses : replicatedhq/replicated-actions/create-release@v1.20.0
Original file line number Diff line number Diff line change 7979 documentation about expected platform. ~ 10 min.
8080 8 . No end-to-end "first deploy" walkthrough — "I would have
8181 churned." Each issue above was discovered independently through
82- failure. ~ 1.5 hours cumulative.
82+ failure. ~ 1.5 hours cumulative.
83+
84+
85+ ## Items I skipped and (may or not have) returned to
86+ 1 . Tier 0 — TLS/cert-manager — template exists but couldn't test due to
87+ CMX tunnel + Cloudflare CNAME conflict. Deferred to embedded cluster
88+ where it should work.
89+ 2 . Tier 2.6 — Update available banner — skipped, claiming SDK integration
90+ mode (aliased as gameshelf-sdk) breaks version reporting/update checks.
91+ May be worth retesting.
92+ 3 . Tier 2 — Optional ingress — template exists but untested on CMX.
93+ 4 . Tier 3 — External DB preflight analyzer — runPod collector output path
94+ doesn't match textAnalyze fileName. Never resolved.
95+ 5 . Tier 3 — Support bundle health + DB analyzers — just fixed the
96+ fileNames, not yet re-verified on CMX.
97+ 6 . Duplicate preflight: block in values.yaml — cosmetic, needs cleanup.
98+ 7 . Word search game bug — broken in browser.
99+
100+ Items 1-4 are rubric-relevant. Want to circle back on any of these before
101+ moving to Tier 4, or press forward?
102+
You can’t perform that action at this time.
0 commit comments