Skip to content

Fix destroy to include test stage

Sophia Manicor requested to merge smanicor-new-eks-cluster-fix-destroy into master

What does this MR do and why?

This is to fix the EKS documentation, currently when trying to destroy the cluster and following the given instructions the error in screen shot 1 results. This is due to the addition of the testing shown in screenshot 2. By adding in a test stage the pipeline was fixed and I was able to destroy my cluster.

Screenshots or screen recordings

  1. Screen_Shot_2022-07-21_at_3.41.23_PM
  2. Screen_Shot_2022-07-21_at_3.43.40_PM

How to set up and validate locally

  1. Try to destroy a cluster following the current instructions. This should fail.
  2. Add the test stage and run again. This should pass.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports