22 lines
751 B
Markdown
22 lines
751 B
Markdown
<!--
|
||
* @Author: jackning 270580156@qq.com
|
||
* @Date: 2025-08-04 14:54:18
|
||
* @LastEditors: jackning 270580156@qq.com
|
||
* @LastEditTime: 2025-08-04 15:08:16
|
||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||
* Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE
|
||
* contact: 270580156@qq.com
|
||
*
|
||
* Copyright (c) 2025 by bytedesk.com, All Rights Reserved.
|
||
-->
|
||
# k8s
|
||
|
||
```bash
|
||
# mac 安装
|
||
brew install kompose
|
||
# 转换文件
|
||
kompose convert -f docker-compose.yaml
|
||
```
|