Skip to content

Commit

Permalink
Merge pull request #1048 from mmerkes/patch-4
Browse files Browse the repository at this point in the history
Fixes typo and formatting in development.md
  • Loading branch information
k8s-ci-robot authored Nov 7, 2024
2 parents 8dd447d + 30aea05 commit e101f87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output tex
export KOPS_STATE_STORE=s3://e2e-kops-state-$AWS_ACCOUNT_ID
# Set the version that will be used
export GIT_VERSION=v1.32.1
make test-e2
make test-e2e
```

**NOTE: If tests fail and the cluster isn't deleted, you can manually delete with `kops delete cluster --name ENTER_NAME`. The S3 kops state bucket will include all clusters not cleaned up.**
> [!NOTE]
> If tests fail and the cluster isn't deleted, you can manually delete with `kops delete cluster --name ENTER_NAME`. The S3 kops state bucket will include all clusters not cleaned up.

0 comments on commit e101f87

Please sign in to comment.