add async suppor to enable updating ip for new service
This commit is contained in:
@@ -5,7 +5,7 @@ FROM python:3.13-alpine3.19
|
||||
RUN pip install kubernetes
|
||||
|
||||
# Copy the controller script into the container
|
||||
COPY node_external_ip_controller.py /app/node_external_ip_controller.py
|
||||
COPY node_external_ip_controller_async.py /app/node_external_ip_controller.py
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user