Merge pull request #18488 from yifan-gu/dockerized_python

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-19 10:52:15 -08:00
6 changed files with 39 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ of:
pods.
1. Note that this cannot happen for Services as their version is always empty.
Note that in order to run the updator script, python is required on the machine.
For OS distros that don't have python installed, a python container will be used.

View File

@@ -0,0 +1,3 @@
FROM python:2.7-slim
RUN pip install pyyaml

View File

@@ -0,0 +1,6 @@
# 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](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/python-image/README.md?pixel)]()