반응형
k8s 헬름으로 카펜터를 돌리다가
알 수 없는 오류가 갑자기 나서 깜놀했다.
│ Error: Error locating chart
│
│ with module.karpenter.helm_release.karpenter[0],
│ on .terraform/modules/karpenter/aws/karpenter/karpenter.tf line 9, in resource "helm_release" "karpenter":
│ 9: resource "helm_release" "karpenter" {
│
│ Unable to locate chart oci://public.ecr.aws/karpenter/karpenter: error getting credentials - err: exec: "docker-credential-desktop":
│ executable file not found in $PATH, out: ``
왜 뜬금 없이 docker-credential-desktop 이지?
참고 링크
Docker-credential-desktop.exe executable file not found in $PATH using wsl2
Using the latest build of Windows 10 and Docker for Windows 19.03.13, I cannot specify image versions in my images using WSL2 and Ubuntu 18. If I have the line FROM centos:7 in my Dockerfile, I get and error message saying failed to solve with frontend doc
forums.docker.com
~/.docker/config.json 파일의 credsStore 가 credStore로 변경되서 인식이 안되는 이슈였다.
변경해주면 끝
반응형
'IT > Cloud' 카테고리의 다른 글
[참석] Hashicorp Stratege Day 2024 (0) | 2024.11.14 |
---|---|
[Github] git clone에 대한 LFS 설정 (0) | 2023.06.05 |
[AWS re:Invent 2022] AWS Certification Lounge 후기 (0) | 2022.12.05 |
[ncloud] MAC M1 ncp-iam-authenticator zsh 오류 (0) | 2022.11.15 |
[AWS] AWS 입문자를 위한 WorkShops (0) | 2022.11.08 |
댓글