Difference between revisions of "Error: The configmap "aws-auth" does not exist"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Error: The configmap "aws-auth" does not exist | Error: The configmap "aws-auth" does not exist | ||
− | 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" { | ||
+ | |||
+ | [[create_aws_auth_configmap]] = yes | ||
== See also == | == See also == |
Latest revision as of 16:48, 24 October 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" {
create_aws_auth_configmap = yes
See also[edit]
- 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: