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.
operator.qdrant.com/reinit
1 parent 3c18a43 commit 78cf18bCopy full SHA for 78cf18b
api/v1/qdrantcluster_types.go
@@ -29,6 +29,9 @@ const (
29
// The value should be non-empty, but is free to use, and will be used in Events.
30
// This feature requires that the cluster-manager is enabled.
31
RecreateNodeAnnotationKey = "operator.qdrant.com/recreate-node"
32
+ // ReinitAnnotationKey is the annotation key to trigger reinitialization of the given cluster.
33
+ // The annotation value is ignored and can be used to document why reinitialization is requested.
34
+ ReinitAnnotationKey = "operator.qdrant.com/reinit"
35
)
36
37
// GPUType specifies the type of GPU to use.
0 commit comments