Token

From wikieduonline
(Redirected from Tokens)
Jump to navigation Jump to search

Kubernetes:


Terraform EKS
 provider "kubernetes" {
   load_config_file = false
   host                   = data.aws_eks_cluster.cluster.endpoint
   token                  = data.aws_eks_cluster_auth.cluster.token
   cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data)
 }

Related[edit]

See also[edit]

Advertising: