79739707

Date: 2025-08-19 09:37:18
Score: 1
Natty:
Report link
provider "kubernetes" {
  host                   = "https://<MASTER_NODE_IP>:6443"
  client_certificate     = file("~/.kube/client-cert.pem")
  client_key             = file("~/.kube/client-key.pem")
  cluster_ca_certificate = file("~/.kube/cluster-ca-cert.pem")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ranjesh Mishra