Difference between revisions of "Terraform resource: kubernetes config map v1 data"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 11: | Line 11: | ||
* {{aws-auth}} | * {{aws-auth}} | ||
* {{ConfigMap}} | * {{ConfigMap}} | ||
+ | * {{tf eks module}} | ||
* {{tf eks}} | * {{tf eks}} | ||
[[Category:Terraform]] | [[Category:Terraform]] | ||
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 15:50, 22 March 2023
kubernetes_config_map_v1_data
│ 510: resource "kubernetes_config_map" "aws_auth" {
Error: The configmap "aws-auth" does not exist
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 module:
manage_aws_auth_configmap, create_aws_auth_configmap, aws_auth_roles, aws_auth_users, aws_auth_accounts, module.eks, Amazon EKS Blueprints for Terraform, OIDC
- Terraform EKS: EKS module, EKS resources, EKS provider, EKS data sources
Advertising: