Commit e1dfc3bc authored by one_jh's avatar one_jh
Browse files

Update k8soper_1.py

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