Description
The requirement is for K8GB to be parameterized for Route53 so that it can have Parameters for without IRSA profiles as needed in an AWS Account
we are getting an error in which we need to "input" other values as needed to get this to work with a Vanilla Kubernetes
time="2021-07-26T12:30:04Z" level=info msg="Instantiating new Kubernetes client"
time="2021-07-26T12:30:04Z" level=debug msg="apiServerURL: "
time="2021-07-26T12:30:04Z" level=debug msg="kubeConfig: "
time="2021-07-26T12:30:04Z" level=info msg="Using inCluster-config based on serviceaccount-token"
time="2021-07-26T12:30:04Z" level=info msg="Created Kubernetes client https://172.20.0.1:443"
time="2021-07-26T12:30:09Z" level=debug msg="Refreshing zones list cache"
time="2021-07-26T12:30:11Z" level=error msg="records retrieval failed: failed to list hosted zones: WebIdentityErr: failed to retrieve credentials\ncaused by: InvalidIdentityToken: No OpenIDConnect provider found in your account for https://oidc.eks.eu-west-1.amazonaws.com/id/22F96C30EAA45C35CA9540EC18B9626D\n\tstatus code: 400, request id: 9d1b6020-a181-4613-8ce3-f63879fa1598"
time="2021-07-26T12:31:09Z" level=debug msg="Refreshing zones list cache"
for reference is https://github.com/k8gb-io/k8gb/blob/master/chart/k8gb/templates/external-dns/rbac.yaml#L34
Activity