You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove workflow test changes from images.yaml
- Remove --dry-run from provisioners (use y-cluster-converge-ystack directly)
- Remove kubie null workaround from qemu teardown
- Use absolute paths for yconverge calls (no cd to YSTACK_HOME)
- y-image-list-ystack: let kustomize errors propagate
- kubectl-yconverge: replace grep -c with wc -l, guard file existence
in _find_imports, use || : for legitimate empty-string fallbacks
- y-cluster-converge-ystack: use absolute paths in _resolve_target
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NS_GUESS=$(kubectl config view --minify --context="$CONTEXT" -o jsonpath='{.contexts[0].context.namespace}'2>/dev/null)||true# y-script-lint:disable=or-true # context may not exist in kubeconfig
0 commit comments