Skip to content
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

Update action server without redeploying the k8 cluster #25

Open
tatianafrank opened this issue Jun 1, 2020 · 2 comments
Open

Update action server without redeploying the k8 cluster #25

tatianafrank opened this issue Jun 1, 2020 · 2 comments

Comments

@tatianafrank
Copy link

We are running Rasa X on a Kubernetes cluster. We know that the external action server can be added via the environment variable ACTION_SERVER_TAG but how do we update Rasa when we make changes to the action server? Do we have to manually go into the kubernetes cluster, change the environment variable and redeploy those changes to the k8 cluster? It doesnt seem manageable at all. We can continually make changes to the core/model using the UI or github and we would like a similar continuous development solution for the action server since we make changes to the action server almost as often as we make changes to the core.

@sara-tagger
Copy link

Thanks for the issue, @melindaloubser1 will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

@indam23
Copy link

indam23 commented Jun 10, 2020

In principle you're right, you need to change the env variable/the value in values.yml and run helm upgrade.

For your model, how are you updating it when changes are made? Is this step fully automated as part of a CD action?

In a CD github action, you could potentially update the tag and redeploy/run helm upgrade from there, which would automate the updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants