Commit a5e3cbce authored by one_jh's avatar one_jh
Browse files

Update k8soper_1.py

parent 6a8b55ab
...@@ -56,7 +56,7 @@ run = KubernetesPodOperator( ...@@ -56,7 +56,7 @@ run = KubernetesPodOperator(
namespace='airflow', namespace='airflow',
# image='curlimages/curl@sha256:c05146450820bb943c400bf2173a2423096c586a3984b989619d9165d61f1a24', # image='curlimages/curl@sha256:c05146450820bb943c400bf2173a2423096c586a3984b989619d9165d61f1a24',
image='curlimages/curl:latest', image='curlimages/curl:latest',
cmds=["curl", "http://localhost:30042"], cmds=["curl", "-v","http://localhost:30042"],
# secrets=[ # secrets=[
# env # env
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment