We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609056b commit 7cad1d0Copy full SHA for 7cad1d0
frontend/src/pages/modelServing/screens/projects/InferenceServiceModal/PVCSelect.tsx
@@ -88,7 +88,7 @@ export const PvcSelect: React.FC<PvcSelectProps> = ({
88
</StackItem>
89
{selectedPVC && accessMode !== AccessMode.RWX && (
90
<StackItem>
91
- <Alert variant="warning" title="Warning" isInline>
+ <Alert variant="warning" title="Storage access mode warning" isInline>
92
The access mode of the selected cluster storage is not <strong>ReadWriteMany</strong>.
93
This can prevent replicas from working as expected.
94
</Alert>
0 commit comments