Skip to content

Commit 178b827

Browse files
authored
Merge pull request #294259 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 2/7
2 parents cfcb519 + 026ae6f commit 178b827

File tree

13 files changed

+12
-11
lines changed

13 files changed

+12
-11
lines changed
Loading
-12.7 KB
Loading
Loading
-8.98 KB
Loading
-8.75 KB
Loading
22.7 KB
Loading
Loading
Loading
Loading

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)