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
Copy file name to clipboardExpand all lines: docs/clusters/aws/uninstall.md
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ cortex cluster down
6
6
7
7
## Delete metadata and log groups
8
8
9
-
Since you may wish to have access to your data after spinning down your cluster, Cortex's bucket, log groups, and Prometheus volume are not automatically deleted when running `cortex cluster down`.
9
+
Since you may wish to have access to your data after spinning down your cluster, Cortex's bucket, log groups, and
10
+
Prometheus volume are not automatically deleted when running `cortex cluster down`.
To delete the Prometheus volume, navigate to the [EC2 volumes page](https://console.aws.amazon.com/ec2/v2/home?#Volumes) in the AWS console (be sure to set the appropriate region), select the volume, and click "Actions" and then "Delete Volume". A Prometheus volume that Cortex created has a name that starts with `kubernetes-dynamic-pvc`, the `kubernetes.io/cluster/<cluster name>` tag is set to `owned`, and the `kubernetes.io/created-for/pvc/name` tag starts with `prometheus-`.
29
+
## Delete Volumes
29
30
30
-
If you've configured a custom domain for your APIs, you can remove the SSL Certificate and Hosted Zone for the domain by following these [instructions](networking/custom-domain.md#cleanup).
31
+
The volumes used by Cortex's Prometheus and Grafana instances are not deleted by default, as they might contain important
32
+
information. If these volumes are not required anymore, you can delete them in the AWS console.
33
+
34
+
To delete the volumes, navigate to the [EC2 volumes page](https://console.aws.amazon.com/ec2/v2/home?#Volumes)
35
+
in the AWS console (be sure to set the appropriate region), select the volumes, click "Actions" and then "Delete Volume"
36
+
. Both volumes for Prometheus and Grafana that Cortex created have a name that starts with `kubernetes-dynamic-pvc`,
37
+
the `kubernetes.io/cluster/<cluster name>` tag is set to `owned`, and the `kubernetes.io/created-for/pvc/name` tag start
38
+
with `prometheus-` and `grafana-` respectively.
39
+
40
+
## Delete Certificates
41
+
42
+
If you've configured a custom domain for your APIs, you can remove the SSL Certificate and Hosted Zone for the domain by
43
+
following these [instructions](networking/custom-domain.md#cleanup).
31
44
32
45
## Troubleshooting
33
46
34
-
On rare occasions, `cortex cluster down` may not be able to spin down your Cortex cluster. When this happens, follow these steps:
47
+
On rare occasions, `cortex cluster down` may not be able to spin down your Cortex cluster. When this happens, follow
48
+
these steps:
35
49
36
-
1. If you've manually created any AWS networking resources that are pointed to the cluster or its VPC (e.g. API Gateway VPC links, custom domains, etc), delete them from the AWS console.
50
+
1. If you've manually created any AWS networking resources that are pointed to the cluster or its VPC (e.g. API Gateway
51
+
VPC links, custom domains, etc), delete them from the AWS console.
37
52
38
-
1. Replace "<region>" and "<cluster_name>" in the following URL, and open it in your browser: `https://console.aws.amazon.com/cloudformation/home?region=<region>#/stacks?filteringText=eksctl-<cluster_name>-`
53
+
1. Replace "<region>" and "<cluster_name>" in the following URL, and open it in your
1. For each CloudFormation stack which contains the word "nodegroup", select the stack and click "Delete".
43
59
44
60
1. Select the final stack (the one that ends in "-cluster") and click "Delete".
45
61
46
-
If deleting the stack fails, navigate to the EC2 dashboard in the AWS console, delete the load balancers that are associated with the cluster, and try again (you can determine which load balancers are associated with the cluster by setting the correct region in the console and checking the `cortex.dev/cluster-name` tag on all load balancers). If the problem still persists, delete any other AWS resources that are blocking the stack deletion and try again.
62
+
If deleting the stack fails, navigate to the EC2 dashboard in the AWS console, delete the load balancers that are
63
+
associated with the cluster, and try again (you can determine which load balancers are associated with the cluster by
64
+
setting the correct region in the console and checking the `cortex.dev/cluster-name` tag on all load balancers). If
65
+
the problem still persists, delete any other AWS resources that are blocking the stack deletion and try again.
47
66
48
-
1. In rare cases, you may need to delete other AWS resources associated with your Cortex cluster. For each the following resources, go to the appropriate AWS Dashboard (in the region that your cluster was in), and confirm that there are no resources left behind by the cluster: CloudWatch Dashboard, SQS Queues, S3 Bucket, and CloudWatch LogGroups (the Cortex bucket and log groups are not deleted by `cluster down` in order to preserve your data).
67
+
1. In rare cases, you may need to delete other AWS resources associated with your Cortex cluster. For each the following
68
+
resources, go to the appropriate AWS Dashboard (in the region that your cluster was in), and confirm that there are
69
+
no resources left behind by the cluster: CloudWatch Dashboard, SQS Queues, S3 Bucket, and CloudWatch LogGroups (the
70
+
Cortex bucket and log groups are not deleted by `cluster down` in order to preserve your data).
Copy file name to clipboardExpand all lines: docs/clusters/gcp/uninstall.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,14 @@
4
4
cortex cluster-gcp down
5
5
```
6
6
7
-
The `cortex cluster-gcp down` command doesn't wait for the cluster to spin down. You can ensure that the cluster has spun down by checking the GKE console.
7
+
The `cortex cluster-gcp down` command doesn't wait for the cluster to spin down. You can ensure that the cluster has
8
+
spun down by checking the GKE console.
8
9
9
-
## Delete Prometheus Volume
10
+
## Delete Volumes
10
11
11
-
The volume used by Cortex's Prometheus instance is not deleted by default, as it might contain important information. If this volume is not required anymore, you can delete it in the GCP console. Navigate to the [Disks](https://console.cloud.google.com/compute/disks) page (be sure to set the appropriate project), select the volume, and click "Delete". A Prometheus volume that Cortex created has a name that starts with `gke-<cluster name>-`, and the `kubernetes.io/created-for/pvc/name` tag starts with `prometheus-`.
12
+
The volumes used by Cortex's Prometheus and Grafana instances are not deleted by default, as they might contain important
13
+
information. If these volumes are not required anymore, you can delete them in the GCP console. Navigate to
14
+
the [Disks](https://console.cloud.google.com/compute/disks) page (be sure to set the appropriate project), select the
15
+
volumes, and click "Delete". The Prometheus and Grafana volumes that Cortex created have a name that starts
16
+
with `gke-<cluster name>-`, and the `kubernetes.io/created-for/pvc/name` tag starts with `prometheus-` and `grafana-`
0 commit comments