Merge pull request #22308 from taosdata/docs/yuanliu/deploy-k8s-TD-25202
Docs/yuanliu/deploy k8s td 25202
This commit is contained in:
commit
ab9155cdec
|
@ -128,4 +128,4 @@ In the query above you are selecting the first timestamp (ts) in the interval, a
|
|||
|
||||
## Additional Information
|
||||
|
||||
For more information about deploying TDengine in a Docker environment, see [Using TDengine in Docker](../../reference/docker).
|
||||
For more information about deploying TDengine in a Docker environment, see [Deploying TDengine with Docker](../../deployment/docker).
|
||||
|
|
|
@ -122,4 +122,4 @@ SELECT FIRST(ts), AVG(current), MAX(voltage), MIN(phase) FROM test.d10 INTERVAL(
|
|||
|
||||
## 其它
|
||||
|
||||
更多关于在 Docker 环境下使用 TDengine 的细节,请参考 [在 Docker 下使用 TDengine](../../reference/docker)。
|
||||
更多关于在 Docker 环境下使用 TDengine 的细节,请参考 [用 Docker 部署 TDengine](../../deployment/docker)。
|
||||
|
|
Loading…
Reference in New Issue