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
ITEP-73124: fix missing models in k8s deployment (#228)
## 📝 Description
After recent refactoring in
#99 we need to
adjust how models are beeing downloaded for k8s deployment.
### Testing
```
SKIP_BRINGUP=1 REQUIRED_FPS=0 ./deploy.sh && make -C kubernetes
NAME: scenescape-release-1
LAST DEPLOYED: Tue Jul 29 15:39:10 2025
NAMESPACE: scenescape
STATUS: deployed
REVISION: 1
TEST SUITE: None
make: Leaving directory '/home/jdanieck/repos/scenescape/kubernetes'
jdanieck@jdanieck-dev:~/repos/scenescape$ k -n scenescape get pods
NAME READY STATUS RESTARTS AGE
scenescape-release-1-atag-qcam1-atag-qcam1-de57f5c8-video-mfxrl 1/1 Running 0 98s
scenescape-release-1-atag-qcam2-atag-qcam2-d41a19c2-video-xxnxs 1/1 Running 0 98s
scenescape-release-1-broker-dep-599b987cf7-4pqvs 1/1 Running 0 4m44s
scenescape-release-1-camcalibration-dep-8667f5f9dd-ftqkk 1/1 Running 0 4m44s
scenescape-release-1-camera1-camera1-858d3192-video-dep-6562xv4 1/1 Running 0 98s
scenescape-release-1-camera2-camera2-f4b78bdb-video-dep-578d25n 1/1 Running 0 98s
scenescape-release-1-kubeclient-dep-7f99f85b65-4cdpv 1/1 Running 0 4m44s
scenescape-release-1-ntp-dep-7fc76bdb75-7x4jt 1/1 Running 0 4m44s
scenescape-release-1-pgserver-dep-77b5ddd7f4-nqtzj 1/1 Running 0 4m44s
scenescape-release-1-scene-dep-b59678668-svb5f 1/1 Running 0 4m44s
scenescape-release-1-vdms-dep-5cfbd88dfb-r7gsj 1/1 Running 0 4m44s
scenescape-release-1-web-dep-c7877f6f4-d2lr4 1/1 Running 0 4m44s
...
<img width="1248" height="883" alt="image" src="https://github.com/user-attachments/assets/a19dbd58-270b-4cbf-89c7-d13d87925670" />
## ✨ Type of Change
Select the type of change your PR introduces:
- [x] 🐞 **Bug fix** – Non-breaking change which fixes an issue
- [ ] 🚀 **New feature** – Non-breaking change which adds functionality
- [ ] 🔨 **Refactor** – Non-breaking change which refactors the code base
- [ ] 💥 **Breaking change** – Changes that break existing functionality
- [ ] 📚 **Documentation update**
- [ ] 🔒 **Security update**
- [ ] 🧪 **Tests**
- [ ] 🚂 **CI**
## 🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
- [x] ✅ Tested manually
- [ ] 🤖 Ran automated end-to-end tests
## ✅ Checklist
Before submitting the PR, ensure the following:
- [ ] 🔍 PR title is clear and descriptive
- [ ] 📝 For internal contributors: If applicable, include the JIRA ticket number (e.g., ITEP-123456) in the PR **title**. Do **not** include full URLs
- [ ] 💬 I have commented my code, especially in hard-to-understand areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ✅ I have added tests that prove my fix is effective or my feature works
---------
Co-authored-by: Sarat Poluri <[email protected]>
0 commit comments