Upgrade Connect - EcoSys - 3.1 - Installation & Upgrade - Hexagon

EcoSys Connect Installation and Configuration (Microk8s Kubernetes)

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
3.1
  1. Transfer the helm and install folders from the installation media to the installation machine into a new directory. You should preserve the original installation directory.

  2. Change directories to the installer directory.

  3. To provide all the script executable permissions, run the command, ‘chmod +x *.sh'

  4. Go to the microk8s sub directory.

  5. To provide all the script executable permissions, run the command, ‘chmod +x *.sh’

    When upgrading from Connect 3.0 or lower to a higher version, the port-forwarder needs to be re-installed. Execute './uninstall-port-forwarder.sh' to uninstall the port-forwarder and then execute './install-port-forwarder.sh' to install it again.

  6. To upgrade Connect, run ‘./upgrade-connect.sh’

    You will be asked to identify the Cluster connect is running on.

    You will be asked to identify the namespace connect is using. Default is connect.

    Once the script is executed, the new configuration and containers are deployed.

  7. Run ‘microk8s kubectl get pods -n <CONNECT_NAMESPACE>’ to check the status.

  8. To upgrade Agent, run ‘./upgrade-agent.sh’

    You will be asked to identify the Cluster connect is running on.

    You will be asked to identify the namespace connect-agent is using. Default is connect-agent.

  9. Once the script is executed, the new configuration and containers are deployed.

  10. Run ‘microk8s kubectl get pods -n <AGENT_NAMESPACE>’ to check the status.