diff --git a/frontend/public/components/modals/cluster-update-modal.tsx b/frontend/public/components/modals/cluster-update-modal.tsx index ab998d7504bb..348ae68e56f8 100644 --- a/frontend/public/components/modals/cluster-update-modal.tsx +++ b/frontend/public/components/modals/cluster-update-modal.tsx @@ -3,21 +3,10 @@ import * as React from 'react'; import { useTranslation } from 'react-i18next'; import { Alert, Radio, Text, TextContent, TextVariants } from '@patternfly/react-core'; import { useK8sWatchResource } from '@console/internal/components/utils/k8s-watch-hook'; -import { - documentationURLs, - ExternalLink, - getDocumentationURL, -} from '@console/internal/components/utils'; import { DropdownWithSwitch } from '@console/shared/src/components/dropdown'; import { ClusterVersionModel, MachineConfigPoolModel, NodeModel } from '../../models'; -import { - FieldLevelHelp, - HandlePromiseProps, - LinkifyExternal, - isManaged, - withHandlePromise, -} from '../utils'; +import { FieldLevelHelp, HandlePromiseProps, LinkifyExternal, withHandlePromise } from '../utils'; import { ClusterVersionKind, getConditionUpgradeableFalse, @@ -189,7 +178,6 @@ const ClusterUpdateModal = withHandlePromise((props: ClusterUpdateModalProps) => label: t('public~Have known issues'), }); } - const helpURL = getDocumentationURL(documentationURLs.updateUsingCustomMachineConfigPools); return (