Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
2. Deploy the ConfigMap
Use the following command to deploy the custom ConfigMap containing the startup configuration to the Kubernetes cluster:
```yaml
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
Here, `${namespace}` is the namespace where the `DorisDisaggregatedCluster` is deployed, and `${beConfigMapFileName}` is the name of the file containing the custom ConfigMap.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
2. 部署 ConfigMap
使用如下命令将自定义启动配置信息的 ConfigMap 部署到 Kubernetes 集群中:
```shell
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
`${namespace}` 为 `DorisDisaggregatedCluster` 部署的命名空间,${beConfigMapFileName} 为包含自定义 ConfigMap 的文件名称。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
2. 部署 ConfigMap
使用如下命令将自定义启动配置信息的 ConfigMap 部署到 Kubernetes 集群中:
```shell
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
`${namespace}` 为 `DorisDisaggregatedCluster` 部署的命名空间,${beConfigMapFileName} 为包含自定义 ConfigMap 的文件名称。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
2. 部署 ConfigMap
使用如下命令将自定义启动配置信息的 ConfigMap 部署到 Kubernetes 集群中:
```shell
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
`${namespace}` 为 `DorisDisaggregatedCluster` 部署的命名空间,${beConfigMapFileName} 为包含自定义 ConfigMap 的文件名称。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
以下のコマンドを使用して、スタートアップ設定を含むカスタムConfigMapをKubernetesクラスターにデプロイします:

```yaml
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
ここで、`${namespace}` は `DorisDisaggregatedCluster` がデプロイされる名前空間であり、`${beConfigMapFileName}` はカスタムConfigMapを含むファイルの名前です。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
以下のコマンドを使用して、スタートアップ設定を含むカスタムConfigMapをKubernetesクラスターにデプロイします:

```yaml
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
ここで、`${namespace}` は `DorisDisaggregatedCluster` がデプロイされる名前空間であり、`${beConfigMapFileName}` はカスタム ConfigMap を含むファイルの名前です。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
以下のコマンドを使用して、スタートアップ設定を含むカスタムConfigMapをKubernetesクラスターにデプロイします:

```yaml
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
ここで、`${namespace}` は `DorisDisaggregatedCluster` がデプロイされる名前空間であり、`${beConfigMapFileName}` はカスタムConfigMapを含むファイルの名前です。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
2. Deploy the ConfigMap
Use the following command to deploy the custom ConfigMap containing the startup configuration to the Kubernetes cluster:
```yaml
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
Here, `${namespace}` is the namespace where the `DorisDisaggregatedCluster` is deployed, and `${beConfigMapFileName}` is the name of the file containing the custom ConfigMap.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
2. Deploy the ConfigMap
Use the following command to deploy the custom ConfigMap containing the startup configuration to the Kubernetes cluster:
```yaml
kubectl -n ${namespace} -f ${beConfigMapFileName}.yaml
kubectl apply -n ${namespace} -f ${beConfigMapFileName}.yaml
```
Here, `${namespace}` is the namespace where the `DorisDisaggregatedCluster` is deployed, and `${beConfigMapFileName}` is the name of the file containing the custom ConfigMap.

Expand Down