Reinstall the CWC and F5ingress pods to upgrade SPK from v1.7.9 to v1.7.10

The latest version of SPK v1.7.10 includes updated versions of CWC and F5ingress. The CWC and F5ingress pods’ uninstallation and then reinstallation allows smooth transition from v1.7.9 to v1.7.10. To successfully move from SPK v1.7.9 to v1.7.10, please follow the steps outlined below.

_images/spk_warn.png Important: The Helm Upgrade is not supported. Therefore, the recommended method to upgrade SPK v1.7.9 to v1.7.10 is to uninstall and install the necessary pods.

Procedure

Use the steps below to upgrade the SPK from v1.7.9 to v1.7.10.

  1. Uninstall the CWC pod.

    In this example, the CWC helm chart is installed in the spk-telemetry Project.

    helm uninstall cwc -n spk-telemetry
    
  2. Reinstall the CWC using the new CWC helm chart version mentioned in SPK v1.7.10 tar ball.

    In this example, the new version of CWC helm chart is 2.0.17.

    helm install cwc tar/cwc-2.0.17.tgz -n spk-telemetry -f cwc-values.yaml --set cert-orchestrator.enabled=true --set rabbitmqNamespace=spk-telemetry --set cpclConfig.jwt="JWT"
    
  3. Uninstall the f5ingress helm chart.

    In this example, the f5ingress helm chart is installed in the spk-ingress Project.

    helm uninstall f5ingress -n spk-ingress
    
  4. Reinstall the f5ingress using the new f5ingress helm chart version mentioned in the SPK v1.7.10. tar ball.

    In this example, the new version of f5ingress helm chart is 10.0.109.

    helm install f5ingress tar/f5ingress-10.0.109.tgz -n spk-ingress -f f5ingress-values.yaml
    

Feedback

Provide feedback to improve this document by emailing spkdocs@f5.com.