Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit c0ea4f1

Browse files
committed
sample with kopf
1 parent a216fea commit c0ea4f1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile_kopf

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM python:3.7
2+
ADD /kopf /kopf
3+
RUN pip install kopf kubernetes
4+
CMD kopf run /kopf/handlers.py --verbose

kopf_handler.py kopf/handlers.py

File renamed without changes.

0 commit comments

Comments
 (0)