Network Module class structure for Kube support

Related-PROD: PROD-35903

Change-Id: I474a347452b472df3e2272357d1a036b4893e844
diff --git a/cfg_checker/common/settings.py b/cfg_checker/common/settings.py
index 89457d7..1a30ac0 100644
--- a/cfg_checker/common/settings.py
+++ b/cfg_checker/common/settings.py
@@ -252,9 +252,9 @@
                     self.kube_node_user
                 )
             else:
-                # Init keys for nodes in case of remote env
-                # KUBE_NODE_KEYPATH is provided in case of nodes key would be
-                # different to master nodes key, which is supplied
+                # Init key for nodes
+                # KUBE_NODE_KEYPATH is provided in case of node keys would be
+                # different to master node key, which is supplied
                 # using MCP_SSH_KEY (mandatory) and, for the most cases,
                 # should be the same for remote envs
                 if not self.kube_node_keypath and not self.force_no_key: