mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 03:03:33 +02:00
Removed carriage return line endings.
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: aws-auth
|
name: aws-auth
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
data:
|
data:
|
||||||
mapRoles: |
|
mapRoles: |
|
||||||
- rolearn: ${role_arn}
|
- rolearn: ${role_arn}
|
||||||
username: system:node:{{EC2PrivateDNSName}}
|
username: system:node:{{EC2PrivateDNSName}}
|
||||||
groups:
|
groups:
|
||||||
- system:bootstrappers
|
- system:bootstrappers
|
||||||
- system:nodes
|
- system:nodes
|
||||||
|
|||||||
@@ -1,29 +1,29 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
preferences: {}
|
preferences: {}
|
||||||
kind: Config
|
kind: Config
|
||||||
|
|
||||||
clusters:
|
clusters:
|
||||||
- cluster:
|
- cluster:
|
||||||
server: ${endpoint}
|
server: ${endpoint}
|
||||||
certificate-authority-data: ${cluster_auth_base64}
|
certificate-authority-data: ${cluster_auth_base64}
|
||||||
name: ${cluster_name}
|
name: ${cluster_name}
|
||||||
|
|
||||||
contexts:
|
contexts:
|
||||||
- context:
|
- context:
|
||||||
cluster: ${cluster_name}
|
cluster: ${cluster_name}
|
||||||
user: ${user_name}
|
user: ${user_name}
|
||||||
name: ${context_name}
|
name: ${context_name}
|
||||||
current-context: ${context_name}
|
current-context: ${context_name}
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- name: ${user_name}
|
- name: ${user_name}
|
||||||
user:
|
user:
|
||||||
exec:
|
exec:
|
||||||
apiVersion: client.authentication.k8s.io/v1alpha1
|
apiVersion: client.authentication.k8s.io/v1alpha1
|
||||||
command: ${aws_authenticator_command}
|
command: ${aws_authenticator_command}
|
||||||
args:
|
args:
|
||||||
- "token"
|
- "token"
|
||||||
- "-i"
|
- "-i"
|
||||||
- "${cluster_name}"
|
- "${cluster_name}"
|
||||||
${aws_authenticator_additional_args}
|
${aws_authenticator_additional_args}
|
||||||
${aws_authenticator_env_variables}
|
${aws_authenticator_env_variables}
|
||||||
Reference in New Issue
Block a user