Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AKS-Arc/aks-bare-metal-deploy-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Follow the steps below to deploy a nginx deployment on your AKS on bare metal cl
### Step 1: Create the deployment

```bash
kubectl create deployment nginx --image=mcr.microsoft.com/cbl-mariner/base/nginx:1.24
kubectl create deployment nginx --image=mcr.microsoft.com/cbl-mariner/base/nginx:1.22
```

### Step 2: Verify the pod is running
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
spec:
containers:
- name: hello-app
image: mcr.microsoft.com/cbl-mariner/base/nginx:1.24
image: mcr.microsoft.com/cbl-mariner/base/nginx:1.22
ports:
- containerPort: 80
resources:
Expand Down