We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f11b98 commit 1f80a52Copy full SHA for 1f80a52
pkg/api/v1/cluster_types.go
@@ -523,7 +523,7 @@ const (
523
PhaseImageCatalogError = "Cluster has incomplete or invalid image catalog"
524
525
// PhaseUnrecoverable for an unrecoverable cluster
526
- PhaseUnrecoverable = "Cluster is in an unrecoverable state, needs manual intervention"
+ PhaseUnrecoverable = "Cluster is unrecoverable and needs manual intervention"
527
528
// PhaseArchitectureBinaryMissing is the error phase describing a missing architecture
529
PhaseArchitectureBinaryMissing = "Cluster cannot execute instance online upgrade due to missing architecture binary"
0 commit comments