diff --git a/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts b/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts index 695feb53e..9c590687c 100644 --- a/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts +++ b/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts @@ -69,7 +69,7 @@ export const newEnvironmentTypes: EnvironmentOption[] = [ { id: 'kaas', value: 'kaas', - label: 'Provision KaaS Cluster', + label: 'Provision KaaS Cluster (Deprecated)', description: "Provision a Kubernetes cluster via a cloud provider's Kubernetes as a Service", icon: KaaS, diff --git a/app/react/portainer/environments/wizard/EnvironmentsCreationView/EnvironmentsCreationView.tsx b/app/react/portainer/environments/wizard/EnvironmentsCreationView/EnvironmentsCreationView.tsx index a56095bfc..666193743 100644 --- a/app/react/portainer/environments/wizard/EnvironmentsCreationView/EnvironmentsCreationView.tsx +++ b/app/react/portainer/environments/wizard/EnvironmentsCreationView/EnvironmentsCreationView.tsx @@ -17,6 +17,7 @@ import { PageHeader } from '@@/PageHeader'; import { Button } from '@@/buttons'; import { FormSection } from '@@/form-components/FormSection'; import { Icon } from '@@/Icon'; +import { Alert } from '@@/Alert'; import { EnvironmentOptionValue, @@ -84,6 +85,19 @@ export function EnvironmentCreationView() {