kops: add validate example (#10910)

pull/23/head
Rui Alves 2023-10-10 05:04:43 +01:00 committed by GitHub
parent 74711aa141
commit 195f19a402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@
- Delete a cluster:
`kops delete cluster {{cluster_name}} --yes`
- Validate a cluster:
`kops validate cluster {{cluster_name}} --wait {{wait_time_until_ready}} --count {{num_required_validations}}`