Skip to content

Commit

Permalink
[kots]: add check for default storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Mar 22, 2022
1 parent a77f34d commit 89ac56f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/kots/manifests/kots-preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,10 @@ spec:
message: The cluster must have least 16GB of memory
- pass:
message: There is at least 16GB of memory in the cluster
- storageClass:
checkName: Check for default storage class
outcomes:
- fail:
message: No default storage class found
- pass:
message: Default storage class found

0 comments on commit 89ac56f

Please sign in to comment.