core服务的DNS名称是动态的,无法在adapter服务的配置文件中提前确定,因此在部署helm chart时动态生成adapter的配置文件
This commit is contained in:
5
helm-chart/files/adapter-pip-installer.sh
Normal file
5
helm-chart/files/adapter-pip-installer.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# 这个脚本的作用是安装必要的python包,为adapter-cm-generator.py脚本做准备
|
||||
|
||||
pip3 install -i https://mirrors.ustc.edu.cn/pypi/simple kubernetes toml
|
||||
python3 adapter-cm-generator.py
|
||||
Reference in New Issue
Block a user