전체 글
-
error: You must be logged in to the server (the server has asked for the client to provide credentials)카테고리 없음 2022. 6. 24. 17:16
#에러메시지 aws eks build error error: You must be logged in to the server (the server has asked for the client to provide credentials) 해결 kubectl edit -n kube-system configmap/aws-auth - groups: - system:masters rolearn: arn:aws:iam::214124124:role/role-codebuild-124 username:role-codebuild-124
-
external-dns카테고리 없음 2022. 6. 24. 15:55
apiVersion: v1 kind: ServiceAccount metadata: name: external-dns # If you're using Amazon EKS with IAM Roles for Service Accounts, specify the following annotation. # Otherwise, you may safely omit it. annotations: # Substitute your account ID and IAM service role name below. # eks.amazonaws.com/role-arn: arn:aws:iam::124124124:role/eks--dns --- apiVersion: rbac.authorization.k8s.io/v1 kind: Clu..
-
aws-load-balancer-controller 설치카테고리 없음 2022. 6. 22. 13:47
aws eks aws-load-balancer-controller 설치 방법 AWS Load Balancer Controller 추가 기능 출처 https://oops4u.tistory.com/2586 아래와 같이 진행 ------------------------------- eksctl utils associate-iam-oidc-provider \ --region ap-northeast-2 \ --cluster eks-name \ --approve curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/main/docs/install/iam_policy.json aws ia..
-