Skip to content

Commit

Permalink
Merge pull request #347 from catpineapple/readme-fix
Browse files Browse the repository at this point in the history
[fix](readme) modify warning
  • Loading branch information
intelligentfu8 authored Mar 4, 2025
2 parents 5ca427d + c6095f3 commit 5ea7e13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ kubectl apply -f https://raw.githubusercontent.com/apache/doris-operator/$(curl
```shell
kubectl apply -f https://raw.githubusercontent.com/apache/doris-operator/$(curl -s https://api.github.com/repos/apache/doris-operator/releases/latest | grep tag_name | cut -d '"' -f4)/doc/examples/doriscluster-sample.yaml
```
>[!WARNING]
>When custom the FE startup configuration, please set `enable_fqdn_mode=true`. Please refer to [the official doc](https://doris.apache.org/docs/3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-config-cluster) for how to use.
## Documentation
- integration of storage and computation
Expand All @@ -55,6 +57,3 @@ kubectl apply -f https://raw.githubusercontent.com/apache/doris-operator/$(curl
## Open source support
- [CN Forum](https://ask.selectdb.com/)
- [github issues](https://github.com/apache/doris-operator/issues)

>[!WARNING]
>1. When custom the FE startup configuration, please set `enable_fqdn_mode=true`. Please refer to [the official doc](https://doris.apache.org/docs/3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-config-cluster) for how to use.

0 comments on commit 5ea7e13

Please sign in to comment.