Skip to content

Commit a825e96

Browse files
Mo MesginMo Mesgin
authored andcommitted
rke1 deprecation banner on create and edit pages
1 parent 1fd665a commit a825e96

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

app/authenticated/cluster/edit/template.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
</h1>
55
</section>
66

7+
<BannerMessage
8+
@color="bg-warning"
9+
@icon="icon-alert"
10+
@message={{t "clustersPage.rke1DeprecationMessage" htmlSafe=true}}
11+
/>
12+
713
<CruCluster
814
@applyClusterTemplate={{not (is-empty clusterTemplateRevision)}}
915
@clusterTemplateRevisionId={{mut clusterTemplateRevision}}

lib/global-admin/addon/clusters/new/template.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
</h1>
2121
</section>
2222
<section class="cluster-launch">
23+
<BannerMessage
24+
@color="bg-warning"
25+
@icon="icon-alert"
26+
@message={{t "clustersPage.rke1DeprecationMessage" htmlSafe=true}}
27+
/>
2328
{{outlet}}
2429
</section>

translations/en-us.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,7 @@ clustersPage:
14261426
label: "Add Cluster - Select Cluster Type"
14271427
template:
14281428
label: "Add Cluster - Select RKE Template"
1429+
rke1DeprecationMessage: 'Rancher Kubernetes Engine (RKE, RKE1) will reach end of life on July 31, 2025. Rancher 2.12.0 and later will no longer support provisioning or managing downstream RKE1 clusters. We recommend replatforming RKE1 clusters to RKE2 to ensure continued support and security updates. Learn more about the transition <a href="https://www.suse.com/support/kb/doc/?id=000021518" target="_blank" rel="noopener noreferrer nofollow">here</a>.'
14291430

14301431
clusterRibbonNav:
14311432
title: Recent Clusters

0 commit comments

Comments
 (0)