-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
The CI failed with:
It seems that I will change the default value to not include tags with empty string values. |
The CI is happy now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Seems weird the not useful default "CreatedBy = "Unspecified"
but I guess it encourages people to set it... So, I'm okay with that too. We can change it later if needed :)
@@ -223,6 +223,7 @@ Reference the DNS zone id with `"${aws_route53_zone.zone-for-clusters.zone_id}"` | |||
| service_cidr | CIDR IPv4 range to assign to Kubernetes services | "10.3.0.0/16" | "10.3.0.0/24" | | |||
| cluster_domain_suffix | FQDN suffix for Kubernetes services answered by coredns. | "cluster.local" | "k8s.example.com" | | |||
| certs_validity_period_hours | Validity of all the certificates in hours | 8760 | 17520 | | |||
| tags | Optional details to tag on AWS resources | `{}` | `{"CreatedBy" = "Devops team"}` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| tags | Optional details to tag on AWS resources | `{}` | `{"CreatedBy" = "Devops team"}` | | |
| tags | Optional details to tag on AWS resources | `{}` | `{"CreatedBy" = "DevOps team"}` | |
Ideas of possible use cases:
"CreatedBy"="Tom"
to know who created which cluster.