-
Notifications
You must be signed in to change notification settings - Fork 803
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
cd: use rasactl to operate models #663
Conversation
@tczekajlo tag you here because you know rasactl the best. Have you seen this error before? Error: Post "https://***/api/projects/default/models": http2: server sent GOAWAY and closed the connection; LastStreamID=5, ErrCode=ENHANCE_YOUR_CALM, debug="" Is it about the header field size for http2 configured on nginx server? Update: This error is caused by the fact that Rasa X instance does not support http2. Fixed adb5582 |
This reverts commit 9118192.
@tczekajlo @melindaloubser1 💫 Ready for review. See this successful run. I am so happy that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one Q about what the ns line is for, otherwise glad it works !
Co-authored-by: Melinda Loubser <[email protected]>
* Use rasactl to upload model * tmp: enable deployment for testing * Add helm release name * update syntax * Debug * Upgrade helmfile to v0.141.0 * Update env var syntax * Add label to k8s namespace * Do not pass helm release name * handle the case where namespace is already labeled * Trick * Handle the case where secret does not set * debug * Disable http2client * Clean ns label * Move tag model * Refactoring a bit * Revert "tmp: enable deployment for testing" This reverts commit 9118192. * Update .github/workflows/continuous_deployment.yml Co-authored-by: Melinda Loubser <[email protected]> Co-authored-by: Tomasz Czekajlo <[email protected]> Co-authored-by: Melinda Loubser <[email protected]>
Fix #657