Skip to content

Commit

Permalink
Merge pull request #1568 from haircommander/manage-ns-lifecycle
Browse files Browse the repository at this point in the history
cri-o: set manage_ns_lifecycle to true
  • Loading branch information
openshift-merge-robot committed Mar 30, 2020
2 parents 68bf465 + 9b3e28d commit f6bd286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ contents:
# regarding the proper termination of the container.
ctr_stop_timeout = 0
# ManageNetworkNSLifecycle determines whether we pin and remove network namespace
# and manage its lifecycle.
manage_network_ns_lifecycle = false
# ManageNSLifecycle determines whether we pin and remove namespaces
# and manage their lifecycle.
manage_ns_lifecycle = true
# The "crio.runtime.runtimes" table defines a list of OCI compatible runtimes.
# The runtime to use is picked based on the runtime_handler provided by the CRI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ contents:
# regarding the proper termination of the container.
ctr_stop_timeout = 0
# ManageNetworkNSLifecycle determines whether we pin and remove network namespace
# and manage its lifecycle.
manage_network_ns_lifecycle = false
# ManageNSLifecycle determines whether we pin and remove namespaces
# and manage their lifecycle.
manage_ns_lifecycle = true
# The "crio.runtime.runtimes" table defines a list of OCI compatible runtimes.
# The runtime to use is picked based on the runtime_handler provided by the CRI.
Expand Down

0 comments on commit f6bd286

Please sign in to comment.