1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 20:13:49 +02:00

kops: add validate example (#10910)

This commit is contained in:
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

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}}`