k3s/cluster/addons/python-image
Yifan Gu 516032f336 kube-addons: Use python container if python is not found on the machine.
To build the python image, BUILD_PYTHON_IMAGE should be set during make.
When the addon script is running, it will check if python is installed
on the machine, if not, it will use the python image that built previously.
2015-12-18 15:14:56 -08:00
..
Dockerfile kube-addons: Use python container if python is not found on the machine. 2015-12-18 15:14:56 -08:00
README.md kube-addons: Use python container if python is not found on the machine. 2015-12-18 15:14:56 -08:00

README.md

Python image

The python image here is used by OS distros that don't have python installed to run python scripts to parse the yaml files in the addon updator script.

Analytics