Skip to content

Use Pulumi to configure an existing EKS cluster

Notifications You must be signed in to change notification settings

zhelyan/eks-pulumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configure an existing EKS cluster with Pulumi

Testing how can we do this with Pulumi.

  • change the AWS account number,subnet ids, AZs, Cluster name in Pulumi.test.yaml then:

One-off:

# used by the test stack
export PULUMI_CONFIG_PASSPHRASE="foo"

pulumi login file://.

pulumi stack init test

Developing

export PULUMI_CONFIG_PASSPHRASE="foo"
pulumi preview
pulumi up