kluctl icon indicating copy to clipboard operation
kluctl copied to clipboard

Kluctl requires aws credentials even on kind-kind context

Open pomcho555 opened this issue 6 months ago • 0 comments

Operating system

macOS Sequoia 15.5 (24F74)

Kluctl Version

2.27.0

Kubernetes Version

v1.27.3

kubectl Version

v1.18.2

Bug description

simple (main) kluctl deploy --target simple

✓ Initializing k8s client
✗ credential type source_profile requires role_arn, profile default
kluctl-examples (main) kubectl config current-context

kind-kind

I also set up aws credentials for different project. But I'm not sure how it's related to kluctl deploy

 ls ~/.aws
cli         config      credentials ssh

Steps to reproduce

  1. Set up AWS profiles and credentials under ~/.aws
  2. Execute the following example deployment
git clone [email protected]:kluctl/kluctl-examples.git
cd kluctl-examples/simple
kluctl diff --target simple
kluctl deploy --target simple

Relevant log output


pomcho555 avatar Aug 04 '25 04:08 pomcho555