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 6: | Line 6: | ||
│ 510: resource "kubernetes_config_map" "[[aws_auth]]" { | │ 510: resource "kubernetes_config_map" "[[aws_auth]]" { | ||
+ | [[Error: The configmap "aws-auth" does not exist]] | ||
== See also == | == See also == |
Revision as of 06:06, 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
Advertising: