Difference between revisions of "Terraform EKS module: create aws auth configmap"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
create_aws_auth_configmap | create_aws_auth_configmap | ||
+ | |||
+ | |||
+ | # Create a new cluster where both an identity provider and Fargate profile is created | ||
+ | # will result in conflicts since only one can take place at a time | ||
+ | # # OIDC Identity provider | ||
+ | # cluster_identity_providers = { | ||
+ | # sts = { | ||
+ | # client_id = "sts.amazonaws.com" | ||
+ | # } | ||
+ | # } | ||
+ | |||
+ | # aws-auth configmap | ||
+ | manage_aws_auth_configmap = true | ||
== Related == | == Related == |
Revision as of 08:03, 7 March 2023
create_aws_auth_configmap
# Create a new cluster where both an identity provider and Fargate profile is created # will result in conflicts since only one can take place at a time # # OIDC Identity provider # cluster_identity_providers = { # sts = { # client_id = "sts.amazonaws.com" # } # }
# aws-auth configmap manage_aws_auth_configmap = true
Related
See also
- Terraform EKS resources:
aws_eks_cluster, aws_eks_addon, aws_eks_fargate_profile, aws_eks_node_group, aws_eks_identity_provider_config, kubernetes_config_map_v1_data
- Terraform EKS, Terraform EKS module, Deploy EKS cluster using Terraform, Terraform EKS apply output,
terraform show, ~/.kube/config
,aws_eks_cluster, aws_eks_addon, module.eks_managed_node_group, eks-cluster.tf, node_groups, worker_groups
Advertising: