feat(dev): localReport 에 kubectl context 추가(콘솔 연결·삭제 탭 안내용)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-29 22:16:14 +09:00
parent a0352d02c0
commit 225a53aa24

View File

@ -382,6 +382,8 @@ def _report_to_console(project: str, reqs: list, wls: list) -> None:
return return
report = { report = {
"project": project, "project": project,
"context": CTX, # kubectl 컨텍스트(콘솔 연결·삭제 탭 안내용) — kind-yak-<name>
# secret = 노트북 kind 커넥션 Secret 이름 → 콘솔이 connSecretRef 로 저장, 에이전트가 이 이름으로 읽음. # secret = 노트북 kind 커넥션 Secret 이름 → 콘솔이 connSecretRef 로 저장, 에이전트가 이 이름으로 읽음.
"sources": [{"name": r["name"], "type": str(r.get("type", "")).upper(), "sources": [{"name": r["name"], "type": str(r.get("type", "")).upper(),
"secret": f"yak-dev-src-{sanitize(r['name'])}"} for r in reqs], "secret": f"yak-dev-src-{sanitize(r['name'])}"} for r in reqs],