Upgrade SPK from v1.7.13 to v1.7.14¶
SPK version 1.7.14 contains an updated version of the F5ingress pod. To successfully move from SPK v1.7.13 to v1.7.14, please follow the steps below.
Important: The Helm Upgrade is not supported. Therefore, the recommended method to upgrade SPK v1.7.13 to v1.7.14 is to uninstall and install the necessary releases.
Note: SPK v1.7.14 contains an updated version of the F5ingress pod only when compared with v1.7.13.
Procedure¶
Follow the steps below to upgrade the SPK from v1.7.13 to v1.7.14:
Uninstall the f5ingress helm chart.
In this example, the f5ingress helm chart is installed in the spk-utils Project.
helm uninstall f5ingress -n spk-utils
Sample Output
release "f5ingress" uninstalled
Reinstall the f5ingress using the new f5ingress helm chart version mentioned in the SPK v1.7.14 tarball.
In this example, the new version of f5ingress helm chart is 10.0.157
helm install f5ingress tar/f5ingress-10.0.157.tgz --namespace spk-utils -f f5ingress_1.7.14.yaml
Sample Output
NAME: f5ingress LAST DEPLOYED: Thu Feb 20 06:55:05 2025 NAMESPACE: spk-utils STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: The F5Ingress Controller has been installed.
See the installed releases in
spk-utils
namespace.In this example, the below command shows the installed releases in spk-utils Project.
helm list -n spk-utils
Sample Output
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION f5ingress spk-utils 1 2025-02-20 06:55:05.040511141 +0000 UTC deployed f5ingress-10.0.157 v10.0.157
Feedback¶
Provide feedback to improve this document by emailing spkdocs@f5.com.