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 feature you are requesting
The backend sg is currently auto generated with k8s-traffic-<cluster_name>-<hash>
It should be possible to set a custom name (prefix) like this my-cluster-xyz-backend-<hash>.
It would also be great to set custom tags just the security group (i know it's possible to set default tags), but for some tags like name it might be helpful.
Describe the proposed solution you'd like
A parameter to set the prefix of the name.
Contribution Intention (Optional)
-[ ] Yes, I am willing to contribute a PR to implement this feature
-[x] No, I cannot work on a PR at this time
The text was updated successfully, but these errors were encountered:
Today, it is not possible to configure a custom name prefix for LBC-managed security groups. As an alternative, you can use your own security groups with custom name tags.
Could you tell us more about your motivation / usecase to rename the security group? Thanks :)
Describe the feature you are requesting
The backend sg is currently auto generated with
k8s-traffic-<cluster_name>-<hash>
It should be possible to set a custom name (prefix) like this
my-cluster-xyz-backend-<hash>
.It would also be great to set custom tags just the security group (i know it's possible to set default tags), but for some tags like
name
it might be helpful.Describe the proposed solution you'd like
A parameter to set the prefix of the name.
Contribution Intention (Optional)
-[ ] Yes, I am willing to contribute a PR to implement this feature
-[x] No, I cannot work on a PR at this time
The text was updated successfully, but these errors were encountered: