Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kubernetes

How Can I Properly Kill A Celery Task In A Kubernetes Environment?

How can I properly kill celery tasks running on containers inside a kubernetes environment? The str… Read more How Can I Properly Kill A Celery Task In A Kubernetes Environment?

Python 2.7 On Openshift V3: Update Setuptools Before Build?

When installing cryptography package I get the following error: Invalid environment marker: platfor… Read more Python 2.7 On Openshift V3: Update Setuptools Before Build?

How To Provide Env Variable From K8s To A Python App During The Docker Run

I have a docker file in which I am hardcoding the env variables for now as it gets injected in the … Read more How To Provide Env Variable From K8s To A Python App During The Docker Run

Kubernetes Python Client Error Create_namespaced_binding: (409) Reason: Conflict

I'm using k8 v1.7 and Python Client v2.0. My custom scheduler detects a pending pod and schedul… Read more Kubernetes Python Client Error Create_namespaced_binding: (409) Reason: Conflict