Files
mai-bot/helm-chart/files/adapter-pip-installer.sh

6 lines
210 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/sh
# 这个脚本的作用是安装必要的python包为adapter-cm-generator.py脚本做准备
pip3 install -i https://mirrors.ustc.edu.cn/pypi/simple kubernetes toml
python3 adapter-cm-generator.py