Skip to content

Commit 173d6f2

Browse files
Merge pull request #294254 from SnehaSudhirG/07Feb-SpringbootUpdate
Updated note
2 parents 04c53a2 + 639b944 commit 173d6f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/migrate/tutorial-discover-spring-boot.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Vikram1988
55
ms.author: vibansa
66
ms.manager: abhemraj
77
ms.topic: tutorial
8-
ms.date: 10/23/2024
8+
ms.date: 02/07/2025
99
ms.custom: mvc, subject-rbac-steps, engagement-fy25, references_regions
1010
---
1111

@@ -145,8 +145,9 @@ If your machine is behind an outbound proxy server, requests must be routed via
145145
After you save the script on the Linux server, follow these steps:
146146

147147
> [!Note]
148-
> This script needs to be run after you connect to a Linux machine on its terminal that has met the networking pre-requisite and OS compatibility.
149-
> Ensure that you have curl installed on the server. For Ubuntu, you can install it using the command `sudo apt-get install curl`, and for other OS (RHEL), you can use the command `yum install curl`.
148+
> - This script needs to be run after you connect to a Linux machine on its terminal that has met the networking pre-requisite and OS compatibility.
149+
> - Ensure that you install curl on the server. For Ubuntu, you can install it using the command `sudo apt-get install curl`, and for other OS (RHEL), you can use the command `yum install curl`.
150+
> - Ensure that you install microk8s 1.29 on the server. For Ubuntu, you can install using the command `sudo snap install microk8s --classic --channel=1.29/stable`. Learn more on [how to install microk8s on Red Hat Enterprise Linux 9](https://snapcraft.io/install/microk8s/rhel).
150151
151152
> [!Important]
152153
> Don't edit the script unless you want to clean up the setup.

0 commit comments

Comments
 (0)