-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix. enables download tks image #87
Conversation
This PR is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 3 days. |
Imagepullpolicy가 Always이면 늘 최신 이미지를 다운받는것 아닌가요? |
Imagepullpolicy가 always라고 하더라도 머신에 이미 받아놓은 동일버전의 이미지가 있다면 새로운 이미지를 받지 않더라구요 |
동일한 tag라도 Image의 sha값이 다르면 받아오기때문에 원하시는 동작이 이루어집니다. deployment의 latest태그 사용해서 테스트해봤어요 |
혹시 어떻게 테스트하셨는지 알 수 있을까요? 아래와 같이 테스트 했을때 저는 최신 이미지로 반영되지 않는 것 같아요. |
helm upgrade에서는 values값의 변화가 없기 때문에 helm에서 아무일도 하지 않을것이고, |
아, helm upgrade 시 latest 이미지 갱신을 위해 이 작업을 했었어요. |
This PR is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 3 days. |
deployment 의 annotation 을 롤백하였고, image 저장소만 sktcloud 로 변경하였습니다. tks-apis deployment는 추후 gitops 구축시 진행하면 좋겠네요. |
TKS 최신 버전의 이미지를 download 하기 위해 chart 를 수정합니다.
tks-apis 를 변경후, admin cluster 에서 helm upgrade 를 실행해야 latest 이미지가 deploy 됩니다.
admin cluster 는 아직 gitops 처리가 되어 있지 않기에, 추후 자동 deploy 기능을 개발합니다.