You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
AWS GovCloud regions to not match expected region
To Reproduce
Steps to reproduce the behavior:
Deploy k8s-pvc-tagger to AWS GovCloud hosted k8s cluster
Expected behavior
GovCloud regions are supported, and pods don't crash
Additional context
"level":"debug","msg":"ec2Metadata region","region":"us-gov-west-1"
"level":"fatal","msg":"Given AWS_REGION does not match AWS Region format."
Describe the bug
AWS GovCloud regions to not match expected region
To Reproduce
Steps to reproduce the behavior:
Expected behavior
GovCloud regions are supported, and pods don't crash
Additional context
"level":"debug","msg":"ec2Metadata region","region":"us-gov-west-1"
"level":"fatal","msg":"Given AWS_REGION does not match AWS Region format."
k8s-pvc-tagger/aws.go
Line 43 in 66cc9e1
Regex doesn't match for gov regions
The text was updated successfully, but these errors were encountered: