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
After an unsuccessful trial at setting up JenkinsX on EKS. It created 3 m5.large instances running. I am trying to destroy whatever resources were created so that I don't incur additional charges.
Steps to reproduce the behavior
Expected behavior
removal of all the resources
Actual behavior
╷
│ Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp 127.0.0.1:80: connect: connection refused
│
│ with module.eks-jx.module.cluster.module.eks.kubernetes_config_map.aws_auth[0],
│ on .terraform/modules/eks-jx.cluster.eks/aws_auth.tf line 63, in resource "kubernetes_config_map" "aws_auth":
│ 63: resource "kubernetes_config_map" "aws_auth" {
│
╵
╷
│ Error: Kubernetes cluster unreachable: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
│
│ with module.eks-jx.module.vault.helm_release.vault-operator[0],
│ on .terraform/modules/eks-jx/modules/vault/charts.tf line 1, in resource "helm_release" "vault-operator":
│ 1: resource "helm_release" "vault-operator" {
Summary
After an unsuccessful trial at setting up JenkinsX on EKS. It created 3 m5.large instances running. I am trying to destroy whatever resources were created so that I don't incur additional charges.
Steps to reproduce the behavior
Expected behavior
removal of all the resources
Actual behavior
Terraform version
The output of
terraform version
is:Module version
Operating system
Ubuntu 22
The text was updated successfully, but these errors were encountered: