Difference between revisions of "Terraform resource: kubernetes config map v1 data"
Jump to navigation
Jump to search
(Created page with "{{lc}} kubernetes_config_map_v1_data") |
|||
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | Terraform resource <code>[[kubernetes_config_map_v1_data]]</code> allows Terraform to manage data within a pre-existing ConfigMap. |
− | + | * https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/config_map_v1_data | |
+ | |||
+ | |||
+ | │ 510: resource "kubernetes_config_map" "[[aws_auth]]" { | ||
+ | |||
+ | [[Error: The configmap "aws-auth" does not exist]] | ||
+ | [[Your current user or role does not have access to Kubernetes objects on this EKS cluster]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[kubectl get configmap -A]]</code> | ||
+ | * <code>[[aws-auth]]</code> | ||
+ | * <code>[[manage_aws_auth_configmap]]</code> | ||
+ | * <code>[[create_aws_auth_configmap]]</code> | ||
+ | * [[Terraform resource: kubernetes_config_map]] | ||
+ | |||
+ | == See also == | ||
+ | * {{aws-auth}} | ||
+ | * {{ConfigMap}} | ||
+ | * {{tf eks}} | ||
+ | |||
+ | [[Category:Terraform]] | ||
+ | [[Category:K8s]] |
Latest revision as of 08:55, 11 July 2024
Terraform resource kubernetes_config_map_v1_data
allows Terraform to manage data within a pre-existing ConfigMap.
│ 510: resource "kubernetes_config_map" "aws_auth" {
Error: The configmap "aws-auth" does not exist Your current user or role does not have access to Kubernetes objects on this EKS cluster
Related[edit]
kubectl get configmap -A
aws-auth
manage_aws_auth_configmap
create_aws_auth_configmap
- Terraform resource: kubernetes_config_map
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: