Skip to content
Open
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
3 changes: 2 additions & 1 deletion deployment/deployment-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ ansible all -a 'ps'

- 下载 jdk 到 /opt 目录下
- 创建脚本文件:`vim /opt/2-jdk8-playbook.yml`
- 如果公司重视许可证,建议使用 u202版本或者最新的adoptopenjdk。

```
- hosts: all
Expand Down Expand Up @@ -1362,4 +1363,4 @@ http {
172.16.16.4 management.cdk8s.com
172.16.16.4 tkey-sso-client-management
172.16.16.4 tkey-sso
```
```