Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Mar 8, 2024
1 parent abcf07b commit 1167c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/kube/volume/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ func CreatePV(
PersistentVolumeReclaimPolicy: corev1.PersistentVolumeReclaimDelete,
},
}

fmt.Printf("zone is %s and region is %s\n", vol.Az, zoneToRegion(vol.Az))

switch volType {
case blockstorage.TypeEBS:
pv.Spec.PersistentVolumeSource.AWSElasticBlockStore = &corev1.AWSElasticBlockStoreVolumeSource{
Expand Down

0 comments on commit 1167c35

Please sign in to comment.