Once the prerequisites have been met, the next step to installing CORD is to bring up the Helm charts for the platform components.
{% include "partials/helm/add-cord-repo.md" %}
Then, to install the CORD Platform you can use the corresponding chart:
helm install -n cord-platform cord/cord-platform --version=6.1.0
Alternatively, you may want to install the individual components separately. The following are the individual components included in the cord-platform
chart:
Once the installation completes, monitor your setup using kubectl get pods
. Wait until all pods are in Running state and “Tosca-loader” pods are in Completed state.
Note: Your pods may periodically transition into error state. This is expected. They will retry and eventually get to the desired state.
You're now ready to install the desired profile. Please, continue to the profile section.