fix: update add worker command

This commit is contained in:
jialin
2026-02-11 17:54:34 +08:00
parent c9245f957e
commit 59c19f3fae
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export default {
'clusters.create.k8sTips2':
'You can also skip this step and register it later from the cluster list.',
'clusters.addworker.theadNotes':
'If the <span class="bold-text">/usr/local/PPU_SDK</span> directory does not exist, please create a symbolic link pointing to the T-Head installed path: <span class="bold-text">ln -s /path/to/PPU_SDK /usr/local/PPU_SDK</span>.',
'If the <span class="bold-text">/usr/local/PPU_SDK</span> directory does not exist, please create a symbolic link pointing to the T-Head PPU SDK installed path: <span class="bold-text">ln -s /path/to/PPU_SDK /usr/local/PPU_SDK</span>.',
'clusters.addworker.theadNotes-02':
'T-Head PPU uses the Container Device Interface (CDI) for device injection and requires the <span class="bold-text">/var/run/cdi</span> directory to be available for CDI generation.'
};
+1 -1
View File
@@ -6,5 +6,5 @@ export default {
'vendor.iluvatar': 'Iluvatar',
'vendor.metax': 'Metax',
'vendor.cambricon': 'Cambricon',
'vendor.thead': 'T-Head (PPU)'
'vendor.thead': 'T-Head PPU'
};