Skip to content

Commit 8bcde65

Browse files
authored
Update eks-edw-deploy.md
1 parent e27dd17 commit 8bcde65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/eks-edw-deploy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ The script records the state of the deployment in a file called `deploy.state`,
4141
4242
As the script executes the commands to configure the infrastructure for the workflow, it checks that each command executes successfully. If any issues occur, an error message is displayed, and the execution stops.
4343
44-
The script displays a log as it runs. You can persist the log by redirecting the log information output and saving it to the `install.log` file in the `logs` directory using the following command:
44+
The script displays a log as it runs. You can persist the log by redirecting the log information output and saving it to the `install.log` file in the `logs` directory using the following commands:
4545
4646
```bash
47+
mkdir ./logs
4748
./deployment/infra/deploy.sh | tee ./logs/install.log
4849
```
4950

@@ -304,4 +305,4 @@ For more information on developing and running applications in AKS, see the foll
304305
[helm-aks]: ./kubernetes-helm.md
305306
[k8s-aks]: ./deploy-marketplace.md
306307
[openai-aks]: ./open-ai-quickstart.md
307-
[nap-aks]: ./node-autoprovision.md
308+
[nap-aks]: ./node-autoprovision.md

0 commit comments

Comments
 (0)