Skip to content

Commit 0afaa47

Browse files
authored
Merge pull request #3742 from sgibson91/update-decom-template
Update the hub decommission issue template
2 parents 97bdd73 + 9c1656b commit 0afaa47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/3_decommission-hub.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,19 @@ Usually, it is because it was a hub that we created for a workshop/conference an
4040
- [ ] Remove the hub deployment
4141
- `helm --namespace HUB_NAME delete HUB_NAME`
4242
- `kubectl delete namespace HUB_NAME`
43+
- TIP: Run `deployer use-cluster-credentials <cluster_name>` before running the above commands
4344

4445
#### Phase III - Cluster Removal
4546

4647
_This phase is only necessary for single hub clusters._
4748

4849
- [ ] Remove the cluster's datasource from the central Grafana with:
49-
- `deployer grafana central-ds remove CLUSTER_NAME`
50+
- `deployer grafana central-ds remove <cluster_name>`
5051
- [ ] Run `terraform plan -destroy` and `terraform apply` from the [appropriate workspace](https://infrastructure.2i2c.org/en/latest/topic/terraform.html#workspaces), to destroy the cluster
5152
- [ ] Delete the terraform workspace: `terraform workspace delete <NAME>`
53+
- [ ] Delete the terraform values file under the `projects` folder associated with the relevant cloud provider (e.g. `terraform/gcp/projects/` for GCP)
5254
- [ ] Remove the associated `config/clusters/<cluster_name>` directory and all its contents
5355
- Remove the cluster from CI:
5456
- [ ] [`deploy-hubs.yaml`](https://github.com/2i2c-org/infrastructure/blob/HEAD/.github/workflows/deploy-hubs.yaml)
55-
- [ ] [`validate-clusters.yaml`](https://github.com/2i2c-org/infrastructure/blob/HEAD/.github/workflows/validate-clusters.yaml)
56-
- [ ] Remove the cluster from the list of grafana datasources at https://grafana.pilot.2i2c.cloud/datasources
57+
- [ ] [`deploy-grafana-dashboards.yaml`](https://github.com/2i2c-org/infrastructure/blob/HEAD/.github/workflows/deploy-grafana-dashboards.yaml)
5758
- [ ] Remove A record from Namecheap account

0 commit comments

Comments
 (0)