You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: efs-sc failed to create kubernetes rest client for update of resource: Get "http://localhost/api?timeout=32s": dial tcp [::1]:80: connect: connection refused
with module.efs_csi_driver.kubectl_manifest.storage_class[0],
on .terraform/modules/efs_csi_driver/storage-class.tf line 1, in resource "kubectl_manifest" "storage_class":
1: resource "kubectl_manifest" "storage_class" {
Error: efs-sc failed to create kubernetes rest client for update of resource: Get "http://localhost/api?timeout=32s": dial tcp [::1]:80: connect: connection refused
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details (optional)
[email protected]
Description. What happened?
The below error when creating a storage class
`module.efs_csi_driver.kubectl_manifest.storage_class[0]: Creating...
Error: efs-sc failed to create kubernetes rest client for update of resource: Get "http://localhost/api?timeout=32s": dial tcp [::1]:80: connect: connection refused
with module.efs_csi_driver.kubectl_manifest.storage_class[0],
on .terraform/modules/efs_csi_driver/storage-class.tf line 1, in resource "kubectl_manifest" "storage_class":
1: resource "kubectl_manifest" "storage_class" {
ERROR: Job failed: exit code 1`
Steps to reproduce
use module as below
module "efs_csi_driver" {
source = "git::https://github.com/DNXLabs/terraform-aws-eks-efs-csi-driver.git"
cluster_name = module.eks.cluster_name
cluster_identity_oidc_issuer = module.eks.cluster_oidc_issuer_url
cluster_identity_oidc_issuer_arn = module.eks.oidc_provider_arn
}
Expected behavior
No response
Actual behavior
error creating the storageclass
Occurrence
Frequently
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: