llama-stack-mirror/docs/source/distributions/eks/gp3-topology-aware.yaml
Eric Huang 2f51129495 adhoc, test, rm storage class
# What does this PR do?


## Test Plan
# What does this PR do?


## Test Plan
2025-07-08 15:54:22 -07:00

15 lines
376 B
YAML

# Set up default storage class on AWS EKS
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: gp3-topology-aware
annotations:
storageclass.kubernetes.io/is-default-class: "true"
parameters:
type: gp3
iops: "3000"
throughput: "125"
provisioner: ebs.csi.aws.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: true