fix: pin Antigravity user data to home PVC to survive pod restarts #22

Merged
cpfarhood merged 2 commits from fix/antigravity-userdata-persistence into main 2026-02-20 20:46:07 +00:00
cpfarhood commented 2026-02-20 20:43:29 +00:00 (Migrated from github.com)

Summary

  • Antigravity was showing the setup wizard on every pod restart because its user data directory wasn't explicitly set, so it may have defaulted to a path outside /home (the persistent PVC)
  • Adds --user-data-dir $HOME/.config/antigravity and --extensions-dir $HOME/.antigravity/extensions to guarantee config lands on the home PVC

Test plan

  • Complete the Antigravity setup wizard once
  • Restart the pod
  • Confirm the wizard does not reappear and settings are preserved

🤖 Generated with Claude Code

## Summary - Antigravity was showing the setup wizard on every pod restart because its user data directory wasn't explicitly set, so it may have defaulted to a path outside `/home` (the persistent PVC) - Adds `--user-data-dir $HOME/.config/antigravity` and `--extensions-dir $HOME/.antigravity/extensions` to guarantee config lands on the home PVC ## Test plan - [ ] Complete the Antigravity setup wizard once - [ ] Restart the pod - [ ] Confirm the wizard does not reappear and settings are preserved 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.