diff --git a/packages/manager/apps/pci-kubernetes/src/components/service/ClusterInformation.component.tsx b/packages/manager/apps/pci-kubernetes/src/components/service/ClusterInformation.component.tsx index 6d93c648db35..7a628e641696 100644 --- a/packages/manager/apps/pci-kubernetes/src/components/service/ClusterInformation.component.tsx +++ b/packages/manager/apps/pci-kubernetes/src/components/service/ClusterInformation.component.tsx @@ -18,6 +18,7 @@ import { } from '@ovh-ux/manager-react-components'; import { TKube } from '@/types'; import ClusterStatus from './ClusterStatus.component'; +import ClusterETCD from './ClusterETCD.component'; import AdmissionPlugins from './AdmissionPlugins.component'; import { isProcessing } from './ClusterManagement.component'; @@ -110,7 +111,19 @@ export default function ClusterInformation({ {kubeDetail.region} - + + + {kubeDetail.name} + + + + +