Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
POD
Commits
f3de9c8e
Commit
f3de9c8e
authored
2 years ago
by
Szymon Zimnowoda
Browse files
Options
Download
Email Patches
Plain Diff
added owner label
parent
0853743f
Pipeline
#10465
passed with stage
in 23 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libpod/src/plugin_run.rs
+4
-1
libpod/src/plugin_run.rs
with
4 additions
and
1 deletion
+4
-1
libpod/src/plugin_run.rs
+
4
-
1
View file @
f3de9c8e
...
...
@@ -205,7 +205,10 @@ fn run_kubernetes_container(
"run"
.to_string
(),
"--restart=Never"
.to_string
(),
plugin
.container_id
.clone
(),
format!
(
"--labels=app={},type=plugin"
,
plugin
.container_id
),
format!
(
"--labels=app={},type=plugin,owner={pod_owner}"
,
plugin
.container_id
),
"--port=8080"
.to_string
(),
"--image-pull-policy=Always"
.to_string
(),
format!
(
"--image={}"
,
plugin
.container_image
),
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets