Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
one_jh
airflow-test-jh
Commits
e563496d
Commit
e563496d
authored
May 11, 2022
by
one_jh
Browse files
Update k8soper_1.py
parent
8a5b757b
Changes
1
Hide whitespace changes
Inline
Side-by-side
k8soper_1.py
View file @
e563496d
...
@@ -56,8 +56,8 @@ run = KubernetesPodOperator(
...
@@ -56,8 +56,8 @@ 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"
,
"-O"
,
"https://cdn.jsdelivr.net/npm/vue/dist/vue.js"
],
#
cmds=["curl", "-O","https://cdn.jsdelivr.net/npm/vue/dist/vue.js"],
cmds
=
[
"echo"
,
"helloworld"
]
# secrets=[
# secrets=[
# env
# env
# ],
# ],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment