You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/common/operator.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2965,7 +2965,7 @@ spec:
2965
2965
replace_address_first_boot:
2966
2966
additionalProperties:
2967
2967
type: string
2968
-
description: replace_address_first_boot holds addresses which should be replaced by new nodes.
2968
+
description: 'replace_address_first_boot holds addresses which should be replaced by new nodes. DEPRECATED: since Scylla Operator 1.10 it''s only used for deprecated replace node procedure (ScyllaDB OS <5.2, Enterprise <2023.1). With Scylla Operator 1.11+ this field may be empty.'
2969
2969
type: object
2970
2970
stale:
2971
2971
description: stale indicates if the current rack status is collected for a previous generation. stale should eventually become false when the appropriate controller writes a fresh status.
Copy file name to clipboardExpand all lines: pkg/api/scylla/v1/scylla.scylladb.com_scyllaclusters.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2009,7 +2009,7 @@ spec:
2009
2009
replace_address_first_boot:
2010
2010
additionalProperties:
2011
2011
type: string
2012
-
description: replace_address_first_boot holds addresses which should be replaced by new nodes.
2012
+
description: 'replace_address_first_boot holds addresses which should be replaced by new nodes. DEPRECATED: since Scylla Operator 1.10 it''s only used for deprecated replace node procedure (ScyllaDB OS <5.2, Enterprise <2023.1). With Scylla Operator 1.11+ this field may be empty.'
2013
2013
type: object
2014
2014
stale:
2015
2015
description: stale indicates if the current rack status is collected for a previous generation. stale should eventually become false when the appropriate controller writes a fresh status.
0 commit comments