kluctl
kluctl copied to clipboard
Kluctl requires aws credentials even on kind-kind context
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
- Set up AWS profiles and credentials under ~/.aws
- 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