Skip to content

Commit d53bcaf

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Translate docs
1 parent 5aafffe commit d53bcaf

File tree

385 files changed

+29638
-10564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+29638
-10564
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"codeList":["$ wget https://raw.githubusercontent.com/milvus-io/milvus/v2.5.16/configs/milvus.yaml\n","# For Milvus standalone\n$ wget https://github.com/milvus-io/milvus/releases/download/v2.5.16/milvus-standalone-docker-compose.yml -O docker-compose.yml\n","...\n standalone:\n container_name: milvus-standalone\n image: milvusdb/milvus:v2.2.13\n command: [\"milvus\", \"run\", \"standalone\"]\n environment:\n ETCD_ENDPOINTS: etcd:2379\n MINIO_ADDRESS: minio:9000\n volumes:\n - /local/path/to/your/milvus.yaml:/milvus/configs/milvus.yaml # Map the local path to the container path\n - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus\n ports:\n - \"19530:19530\"\n - \"9091:9091\"\n depends_on:\n - \"etcd\"\n - \"minio\"\n...\n","$ sudo docker compose up -d\n"],"headingContent":"Configure Milvus with Docker Compose","anchorList":[{"label":"تكوين Milvus باستخدام Docker Compose","href":"Configure-Milvus-with-Docker-Compose","type":1,"isActive":false},{"label":"تنزيل ملف التكوين","href":"Download-a-configuration-file","type":2,"isActive":false},{"label":"تعديل ملف التكوين","href":"Modify-the-configuration-file","type":2,"isActive":false},{"label":"تنزيل ملف التثبيت","href":"Download-an-installation-file","type":2,"isActive":false},{"label":"تعديل ملف التثبيت","href":"Modify-the-installation-file","type":2,"isActive":false},{"label":"بدء تشغيل ميلفوس","href":"Start-Milvus","type":2,"isActive":false},{"label":"ما التالي","href":"Whats-next","type":2,"isActive":false}]}
1+
{"codeList":["$ wget https://raw.githubusercontent.com/milvus-io/milvus/v2.5.17/configs/milvus.yaml\n","# For Milvus standalone\n$ wget https://github.com/milvus-io/milvus/releases/download/v2.5.17/milvus-standalone-docker-compose.yml -O docker-compose.yml\n","...\n standalone:\n container_name: milvus-standalone\n image: milvusdb/milvus:v2.2.13\n command: [\"milvus\", \"run\", \"standalone\"]\n environment:\n ETCD_ENDPOINTS: etcd:2379\n MINIO_ADDRESS: minio:9000\n volumes:\n - /local/path/to/your/milvus.yaml:/milvus/configs/milvus.yaml # Map the local path to the container path\n - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus\n ports:\n - \"19530:19530\"\n - \"9091:9091\"\n depends_on:\n - \"etcd\"\n - \"minio\"\n...\n","$ sudo docker compose up -d\n"],"headingContent":"Configure Milvus with Docker Compose","anchorList":[{"label":"تكوين Milvus باستخدام Docker Compose","href":"Configure-Milvus-with-Docker-Compose","type":1,"isActive":false},{"label":"تنزيل ملف التكوين","href":"Download-a-configuration-file","type":2,"isActive":false},{"label":"تعديل ملف التكوين","href":"Modify-the-configuration-file","type":2,"isActive":false},{"label":"تنزيل ملف التثبيت","href":"Download-an-installation-file","type":2,"isActive":false},{"label":"تعديل ملف التثبيت","href":"Modify-the-installation-file","type":2,"isActive":false},{"label":"بدء تشغيل ميلفوس","href":"Start-Milvus","type":2,"isActive":false},{"label":"ما التالي","href":"Whats-next","type":2,"isActive":false}]}

localization/v2.5.x/site/ar/adminGuide/configure-docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ title: تكوين Milvus باستخدام Docker Compose
3838
d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"
3939
></path>
4040
</svg>
41-
</button></h2><p><a href="https://raw.githubusercontent.com/milvus-io/milvus/v2.5.16/configs/milvus.yaml">قم بتنزيل</a> <code translate="no">milvus.yaml</code> مباشرة أو باستخدام الأمر التالي.</p>
42-
<pre><code translate="no"><span class="hljs-meta prompt_">$ </span><span class="language-bash">wget https://raw.githubusercontent.com/milvus-io/milvus/v2.5.16/configs/milvus.yaml</span>
41+
</button></h2><p><a href="https://raw.githubusercontent.com/milvus-io/milvus/v2.5.17/configs/milvus.yaml">قم بتنزيل</a> <code translate="no">milvus.yaml</code> مباشرة أو باستخدام الأمر التالي.</p>
42+
<pre><code translate="no"><span class="hljs-meta prompt_">$ </span><span class="language-bash">wget https://raw.githubusercontent.com/milvus-io/milvus/v2.5.17/configs/milvus.yaml</span>
4343
<button class="copy-code-btn"></button></code></pre>
4444
<h2 id="Modify-the-configuration-file" class="common-anchor-header">تعديل ملف التكوين<button data-href="#Modify-the-configuration-file" class="anchor-icon" translate="no">
4545
<svg translate="no"
@@ -211,10 +211,10 @@ title: تكوين Milvus باستخدام Docker Compose
211211
d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"
212212
></path>
213213
</svg>
214-
</button></h2><p>قم بتنزيل ملف التثبيت الخاص بـ Milvus <a href="https://github.com/milvus-io/milvus/releases/download/v2.5.16/milvus-standalone-docker-compose.yml">المستقل،</a> واحفظه بصيغة <code translate="no">docker-compose.yml</code>.</p>
214+
</button></h2><p>قم بتنزيل ملف التثبيت الخاص بـ Milvus <a href="https://github.com/milvus-io/milvus/releases/download/v2.5.17/milvus-standalone-docker-compose.yml">المستقل،</a> واحفظه بصيغة <code translate="no">docker-compose.yml</code>.</p>
215215
<p>يمكنك أيضاً ببساطة تشغيل الأمر التالي.</p>
216216
<pre><code translate="no"><span class="hljs-meta prompt_"># </span><span class="language-bash">For Milvus standalone</span>
217-
<span class="hljs-meta prompt_">$ </span><span class="language-bash">wget https://github.com/milvus-io/milvus/releases/download/v2.5.16/milvus-standalone-docker-compose.yml -O docker-compose.yml</span>
217+
<span class="hljs-meta prompt_">$ </span><span class="language-bash">wget https://github.com/milvus-io/milvus/releases/download/v2.5.17/milvus-standalone-docker-compose.yml -O docker-compose.yml</span>
218218
<button class="copy-code-btn"></button></code></pre>
219219
<h2 id="Modify-the-installation-file" class="common-anchor-header">تعديل ملف التثبيت<button data-href="#Modify-the-installation-file" class="anchor-icon" translate="no">
220220
<svg translate="no"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"codeList":["helm repo add grafana https://grafana.github.io/helm-charts\nhelm repo update\n","loki:\n commonConfig:\n replication_factor: 1\n auth_enabled: false\n\nminio:\n enabled: true\n","loki:\n commonConfig:\n replication_factor: 1\n auth_enabled: false\n storage:\n bucketNames:\n chunks: loki-chunks\n ruler: loki-ruler\n admin: loki-admin\n type: 's3'\n s3:\n endpoint: s3.us-west-2.amazonaws.com\n region: us-west-2\n secretAccessKey: <accessKey>\n accessKeyId: <keyId>\n","kubectl create ns loki\nhelm install --values loki.yaml loki grafana/loki -n loki\n","config:\n clients:\n - url: http://loki-gateway/loki/api/v1/push\n","helm install --values promtail.yaml promtail grafana/promtail -n loki\n","kubectl create ns monitoring\nhelm install my-grafana grafana/grafana --namespace monitoring\n","kubectl get secret --namespace monitoring my-grafana -o jsonpath=\"{.data.admin-password}\" | base64 --decode ; echo\n","export POD_NAME=$(kubectl get pods --namespace monitoring -l \"app.kubernetes.io/name=grafana,app.kubernetes.io/instance=my-grafana\" -o jsonpath=\"{.items[0].metadata.name}\")\nkubectl --namespace monitoring port-forward $POD_NAME 3000\n"],"headingContent":"Configure Grafana Loki","anchorList":[{"label":"تكوين Grafana Loki","href":"Configure-Grafana-Loki","type":1,"isActive":false},{"label":"المتطلبات الأساسية","href":"Prerequisites","type":2,"isActive":false},{"label":"نشر لوكي","href":"Deploy-Loki","type":2,"isActive":false},{"label":"نشر برومتيل","href":"Deploy-Promtail","type":2,"isActive":false},{"label":"الاستعلام عن السجلات باستخدام غرافانا","href":"Query-Logs-with-Grafana","type":2,"isActive":false}]}
1+
{"codeList":["helm repo add grafana https://grafana.github.io/helm-charts\nhelm repo update\n","loki:\n commonConfig:\n replication_factor: 1\n auth_enabled: false\n\nminio:\n enabled: true\n","loki:\n commonConfig:\n replication_factor: 1\n auth_enabled: false\n storage:\n bucketNames:\n chunks: loki-chunks\n ruler: loki-ruler\n admin: loki-admin\n type: 's3'\n s3:\n endpoint: s3.us-west-2.amazonaws.com\n region: us-west-2\n secretAccessKey: <accessKey>\n accessKeyId: <keyId>\n","kubectl create ns loki\nhelm install --values loki.yaml loki grafana/loki -n loki\n","alloy:\n enableReporting: false\n resources: {}\n configMap:\n create: true\n content: |-\n loki.write \"default\" {\n endpoint {\n url = \"http://loki-gateway/loki/api/v1/push\"\n }\n }\n\n discovery.kubernetes \"pod\" {\n role = \"pod\"\n }\n\n loki.source.kubernetes \"pod_logs\" {\n targets = discovery.relabel.pod_logs.output\n forward_to = [loki.write.default.receiver]\n }\n\n // Rewrite the label set to make log query easier\n discovery.relabel \"pod_logs\" {\n targets = discovery.kubernetes.pod.targets\n rule {\n source_labels = [\"__meta_kubernetes_namespace\"]\n action = \"replace\"\n target_label = \"namespace\"\n }\n\n // \"pod\" <- \"__meta_kubernetes_pod_name\"\n rule {\n source_labels = [\"__meta_kubernetes_pod_name\"]\n action = \"replace\"\n target_label = \"pod\"\n }\n\n // \"container\" <- \"__meta_kubernetes_pod_container_name\"\n rule {\n source_labels = [\"__meta_kubernetes_pod_container_name\"]\n action = \"replace\"\n target_label = \"container\"\n }\n\n // \"app\" <- \"__meta_kubernetes_pod_label_app_kubernetes_io_name\"\n rule {\n source_labels = [\"__meta_kubernetes_pod_label_app_kubernetes_io_name\"]\n action = \"replace\"\n target_label = \"app\"\n }\n\n // \"job\" <- \"__meta_kubernetes_namespace\", \"__meta_kubernetes_pod_container_name\"\n rule {\n source_labels = [\"__meta_kubernetes_namespace\", \"__meta_kubernetes_pod_container_name\"]\n action = \"replace\"\n target_label = \"job\"\n separator = \"/\"\n replacement = \"$1\"\n }\n\n // L\"__path__\" <- \"__meta_kubernetes_pod_uid\", \"__meta_kubernetes_pod_container_name\"\n rule {\n source_labels = [\"__meta_kubernetes_pod_uid\", \"__meta_kubernetes_pod_container_name\"]\n action = \"replace\"\n target_label = \"__path__\"\n separator = \"/\"\n replacement = \"/var/log/pods/*$1/*.log\"\n }\n\n // \"container_runtime\" <- \"__meta_kubernetes_pod_container_id\"\n rule {\n source_labels = [\"__meta_kubernetes_pod_container_id\"]\n action = \"replace\"\n target_label = \"container_runtime\"\n regex = \"^(\\\\S+):\\\\/\\\\/.+$\"\n replacement = \"$1\"\n }\n }\n","helm install --values promtail.yaml promtail grafana/promtail -n loki\n","kubectl create ns monitoring\nhelm install my-grafana grafana/grafana --namespace monitoring\n","kubectl get secret --namespace monitoring my-grafana -o jsonpath=\"{.data.admin-password}\" | base64 --decode ; echo\n","export POD_NAME=$(kubectl get pods --namespace monitoring -l \"app.kubernetes.io/name=grafana,app.kubernetes.io/instance=my-grafana\" -o jsonpath=\"{.items[0].metadata.name}\")\nkubectl --namespace monitoring port-forward $POD_NAME 3000\n"],"headingContent":"Configure Grafana Loki","anchorList":[{"label":"تكوين Grafana Loki","href":"Configure-Grafana-Loki","type":1,"isActive":false},{"label":"المتطلبات الأساسية","href":"Prerequisites","type":2,"isActive":false},{"label":"نشر لوكي","href":"Deploy-Loki","type":2,"isActive":false},{"label":"1. إضافة مستودع المخططات البيانية لـ Grafana's Helm","href":"1-Add-Grafanas-Helm-Chart-Repository","type":3,"isActive":false},{"label":"2. تكوين تخزين الكائنات لـ Loki","href":"2-Configure-Object-Storage-for-Loki","type":3,"isActive":false},{"label":"3. تثبيت Loki","href":"3-Install-Loki","type":3,"isActive":false},{"label":"نشر السبيكة","href":"Deploy-Alloy","type":2,"isActive":false},{"label":"1. إنشاء تكوين السبيكة","href":"1-Create-Alloy-Configuration","type":3,"isActive":false},{"label":"2. تثبيت السبيكة","href":"2-Install-Alloy","type":3,"isActive":false},{"label":"الاستعلام عن السجلات باستخدام Grafana","href":"Query-Logs-with-Grafana","type":2,"isActive":false},{"label":"1. نشر غرافانا","href":"1-Deploy-Grafana","type":3,"isActive":false},{"label":"2. إضافة لوكي كمصدر بيانات في جرافانا","href":"2-Add-Loki-as-a-Data-Source-in-Grafana","type":3,"isActive":false},{"label":"3. الاستعلام عن سجلات ميلفوس","href":"3-Query-Milvus-Logs","type":3,"isActive":false}]}

0 commit comments

Comments
 (0)