Open
Description
just noticed a cert manager error on new install regarding master not having access to ListHostedZonesByName but that permission exists in kops.1.9.0.cluster.yaml file
{
"Effect": "Allow",
"Action": "route53:ListHostedZonesByName",
"Resource": "arn:aws:route53:::hostedzone/{{ settings.provision.dnszone_id }}"
}
needs to be tested on new install.
Metadata
Metadata
Assignees
Labels
No labels