clearml-docs/docs/deploying_clearml/upgrade_server_kubernetes_helm.md

28 lines
968 B
Markdown
Raw Normal View History

2021-05-13 23:48:51 +00:00
---
2022-02-13 16:54:59 +00:00
title: Kubernetes
2021-05-13 23:48:51 +00:00
---
:::important
**This documentation page is being updated.** Please see the new and improved **[ClearML Helm Charts repository](https://github.com/allegroai/clearml-helm-charts)**
for the most updated instructions.
:::
2021-05-13 23:48:51 +00:00
:::note
2022-02-13 16:54:59 +00:00
We strongly encourage to keep the **ClearML Server** up to date, by upgrading to the current release.
2021-05-13 23:48:51 +00:00
:::
1. Upgrade using new or upgraded values.yaml
helm upgrade clearml-server allegroai/clearml-server-chart -f new-values.yaml
1. If **ClearML Server** was previously deployed, first delete old deployments using the following command:
helm delete --purge clearml-server
2022-02-13 16:54:59 +00:00
1. If upgrading from Trains Server version 0.15 or older, a data migration is required before continuing this upgrade.
See instructions [here](clearml_server_es7_migration.md).
2021-05-13 23:48:51 +00:00
1. Upgrade deployment to match repository version.
helm upgrade clearml-server allegroai/clearml-server-chart