diff --git a/inventory/inventory/inventory/api/controllers/v1/utils.py b/inventory/inventory/inventory/api/controllers/v1/utils.py index 42a19493..ab0f2c7c 100755 --- a/inventory/inventory/inventory/api/controllers/v1/utils.py +++ b/inventory/inventory/inventory/api/controllers/v1/utils.py @@ -259,13 +259,6 @@ def get_distributed_cloud_role(dbapi=None): return system.distributed_cloud_role -def is_kubernetes_config(dbapi=None): - if not dbapi: - dbapi = pecan.request.dbapi - system = dbapi.system_get_one() - return system.capabilities.get('kubernetes_enabled', False) - - def is_aio_duplex_system(): return get_system_mode() == constants.SYSTEM_MODE_DUPLEX and \ SystemHelper.get_product_build() == constants.TIS_AIO_BUILD