4 comments (4 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python4,859 stars (4,859 stars)311 forks (311 forks)batch import
P0good first issuegood starter issues
Description
This issue does not include a description.
- Issue type
- bug
- Research direction
- Investigate why `sky ssh up` must be rerun after a `helm upgrade`. Start by examining the `sky ssh up` command implementation (likely in `sky/ssh.py`) and how SSH configuration is stored. Review the Helm chart files to see if upgrades reset SSH related resources. Check if there are any existing comments or linked issues in the issue #7659 discussion. Consider if the issue is related to missing post upgrade hooks or configuration persistence. Look for any recent changes in the repository that might have introduced this behavior.