examples icon indicating copy to clipboard operation
examples copied to clipboard

aws-ts-eks-distro error

Open zigius opened this issue 4 years ago • 0 comments

running the aws-ts-eks-distro example without performing any changes to the code.

Expected behavior

stack should be created

Current behavior

getting the following error:

Diagnostics:
  pulumi-nodejs:dynamic:Resource (cluster):
    error: Command failed: kops create --name luke.cluster.pulumi-demos.net --state s3://kops-state-store-81a56ad -f -
    error: error creating cluster: spec.metricsServer.insecure: Forbidden: Secure metrics server requires that cert manager is enabled

  pulumi:pulumi:Stack (aws-ts-eks-distro-zigi):
    error: error creating cluster: spec.metricsServer.insecure: Forbidden: Secure metrics server requires that cert manager is enabled

    error: update failed


Steps to reproduce

  1. pulumi up

Context (Environment)

➜  aws-ts-eks-distro git:(master) kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.0", GitCommit:"cb303e613a121a29364f75cc67d3d580833a7479", GitTreeState:"clean", BuildDate:"2021-04-08T21:15:16Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"darwin/amd64"}
➜  aws-ts-eks-distro git:(master) kops version
Version 1.20.0

Affected feature

zigius avatar May 01 '21 14:05 zigius