Difference between revisions of "Error: The configmap "aws-auth" does not exist"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
with [[module.eks]].kubernetes_config_map_v1_data.aws_auth[0], | with [[module.eks]].kubernetes_config_map_v1_data.aws_auth[0], | ||
− | on .terraform/modules/eks/main.tf line 550, in resource "kubernetes_config_map_v1_data" "aws_auth": | + | on .terraform/modules/eks/main.tf line 550, in resource "[[kubernetes_config_map_v1_data]]" "aws_auth": |
550: resource "kubernetes_config_map_v1_data" "aws_auth" { | 550: resource "kubernetes_config_map_v1_data" "aws_auth" { | ||
Revision as of 15:49, 22 March 2023
Error: The configmap "aws-auth" does not exist with module.eks.kubernetes_config_map_v1_data.aws_auth[0], on .terraform/modules/eks/main.tf line 550, in resource "kubernetes_config_map_v1_data" "aws_auth": 550: resource "kubernetes_config_map_v1_data" "aws_auth" {
See also
- AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping
,mapUsers:, mapRoles:, mapAccounts:
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
- Terraform EKS: EKS module, EKS resources, EKS provider, EKS data sources
Advertising: