Skip to content

Commit

Permalink
cri-o: set manage_ns_lifecycle to true
Browse files Browse the repository at this point in the history
As it is more secure and gives cri-o more control of namespace lifecycle. Also change the outdated config name value

Signed-off-by: Peter Hunt <pehunt@redhat.com>
  • Loading branch information
haircommander committed Mar 16, 2020
1 parent d737c57 commit 9b3e28d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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
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 9b3e28d

Please sign in to comment.