amazon-eks-user-guide
amazon-eks-user-guide copied to clipboard
Update quickstart.md to include missing namespace to ebs-pvc.yaml
Summary
This pull request fixes an issue where the ebs-pvc.yaml file was missing the namespace field. This caused the PVC to be created in the default namespace instead of the intended game-2048 namespace. This prevented the PVC from binding with the ebs-sc Storage class. This correction ensures that the PVC is created in the correct namespace and can bind to the Storage class properly.
Changes
- Added the
namespace: game-2048field to theebs-pvc.yamlfile to ensure the PVC is created in the correct namespace.
File Modified
ebs-pvc.yaml
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.