Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Config template error on init #1823

@USA-RedDragon

Description

@USA-RedDragon

I seem to be having an issue during the init process.

Running the command (redacted for privacy):

kube-aws init \
  --cluster-name=kube-aws-test \
  --external-dns-name=kube.ourcompany.com \
  --hosted-zone-id=Z53861T2NU46E2 \
  --region=us-east-1 \
  --availability-zone=us-east-1a \
  --key-name=kubernetes \
  --kms-key-arn="arn:aws:kms:us-east-1:123456789012:key/a1111aa-11a1-1a11-111a-a1a11111aa1a" \
  --s3-uri=s3://kube-aws-test/

gives the output of:

Error: error exec-ing default config template: Error exec-ing default config template: template: cluster.yaml:1658:57: executing "cluster.yaml" at <.Config.AdminAPIEndpoint.DNSName>: can't evaluate field Config in type config.InitialConfig

in v0.15.0. Downgrading to v0.14.3 resolved the issue.

Metadata

Metadata

Labels

lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions