Commit 721e59bb authored by one_jh's avatar one_jh
Browse files

Update k8soper_1.py

parent 8e467636
...@@ -58,7 +58,7 @@ run = KubernetesPodOperator( ...@@ -58,7 +58,7 @@ run = KubernetesPodOperator(
image='curlimages/curl:latest', image='curlimages/curl:latest',
# cmds=["curl", "-O","https://cdn.jsdelivr.net/npm/vue/dist/vue.js"], # cmds=["curl", "-O","https://cdn.jsdelivr.net/npm/vue/dist/vue.js"],
# cmds=["echo","hello world man"], # cmds=["echo","hello world man"],
cmds=["nslookup","http://webhook.seldon-deploy.cluster.local:30080"], cmds=["curl","webhook.seldon-deploy:30080"],
# 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