Skip to content

Commit

Permalink
new update for eks-cluster-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanracker committed Mar 18, 2024
1 parent 1c31b6a commit a6030bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-08-03-eks-cluster-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Steps from 6 to 18 are common to any migration of stateful apps, not limited to

> important thing to keep in mind when reusing retained PVs is deploying a new PV with the same name would not work as in deploying a new release with `PVC.spec.volumeName`. This will open up anyone to hijack the PVs by just knowings its name. Hence an admin intervention is required to delete the `PV.Spec.ClaimRef` from the retained PVs or pre-fill `PV.Spec.ClaimRef` with a pointer to the new PVC as explained [here](https://github.com/kubernetes/kubernetes/issues/48609#issuecomment-314066616)
In the end, the traffic was fully transferred to the new cluster, and the old cluster was taken down when it was confirmed that the entire rollout was successful.
These steps were thoroughly tested against the UAT cluster with different versions of the addons especially the service meshes and the app versions consequently decided the steps were fool proof before production execution. Production execution went on as planned with few minor hiccups which will require another blog post along the similar lines later.



Expand Down

0 comments on commit a6030bd

Please sign in to comment.