Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ spec:
status:
description: BareMetalHostStatus defines the observed state of BareMetalHost
properties:
errorCount:
description: ErrorCount records how many times the host has encoutered
an error since the last successful operation
type: integer
default: 0
errorMessage:
description: the last error message reported by the provisioning subsystem
type: string
Expand Down Expand Up @@ -705,6 +710,7 @@ spec:
type: string
type: object
required:
- errorCount

This comment was marked as resolved.

Copy link
Author

@andfasano andfasano Nov 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, I've added a default value for the field to allow smoother upgrade

(see also metal3-io/baremetal-operator#722)

- errorMessage
- hardwareProfile
- operationHistory
Expand Down