You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ensure that you have performed software inventory by providing the server credentials on the appliance configuration manager. [Learn more](how-to-discover-applications.md).
49
+
- Only Migrate projects created with Public endpoint connectivity are supported. Private endpoint projects are not supported.
49
50
50
51
## Set up Kubernetes-based appliance
51
52
@@ -152,40 +153,47 @@ After you save the script on the Linux server, follow these steps:
152
153
1. Open the Terminal on the server and execute the following command to execute the script as a root user:
153
154
`sudo su -`
154
155
155
-
2. Change the directory to where you saved the script and execute the script using command: `bash deploy.sh`
156
+
1. Change the directory to where you saved the script and execute the script using command: `bash deploy.sh`
156
157
157
-
3. Follow the instructions in the script and sign in with your Azure user account when prompted.
158
+
1. Follow the instructions in the script and sign in with your Azure user account when prompted.
158
159
159
-
4. The script performs the following steps:
160
+
1. The script performs the following steps:
160
161
161
162
1. Installing required CLI extensions.
162
163
2. Registering Azure Resource Providers
163
164
3. Checking for prerequisites like connectivity to required endpoints
164
165
4. Setting up MicroK8s Kubernetes cluster
165
166
5. Installing the required operators on the cluster
166
167
6. Creating the required Migrate resources
168
+
169
+
1. After the script is executed successfully, configure the appliance through the portal.
167
170
168
171
#### [Bring your own cluster](#tab/K8-byoc)
169
172
173
+
After you save the script on the Linux server, follow these steps:
174
+
170
175
> [!Note]
171
176
> - This script needs to be run after you connect to a Linux machine on its terminal that meets the networking prerequisites and OS compatibility.
172
177
> - 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/Centos), you can use the `yum install curl` command.
173
178
174
179
> [!Important]
175
180
> Don't edit the script unless you want to clean up the setup.
176
181
177
-
178
182
1. Open the terminal on the server and execute the following command to execute the script as a root user:
179
183
`sudo su -`
180
-
2. Navigate to the directory where you saved the script and execute the script using the `bash deploy.sh` command.
181
-
3. Follow the instructions in the script and sign in with your Azure user account when prompted.
182
-
4. The script performs the following steps:
184
+
1. Navigate to the directory where you saved the script and execute the script using the `bash deploy.sh` command.
185
+
186
+
1. Follow the instructions in the script and sign in with your Azure user account when prompted.
187
+
188
+
1. The script performs the following steps:
189
+
183
190
1. Installing required CLI extensions.
184
191
2. Registering Azure Resource Providers.
185
192
3. Checking for prerequisites like connectivity to required endpoints.
186
193
5. Installing the required operators on the cluster.
187
194
6. Creating the required Migrate resources.
188
-
5. After the script is executed successfully, configure the appliance through the portal.
195
+
196
+
1. After the script is executed successfully, configure the appliance through the portal.
0 commit comments