Skip to content

Commit ce509c6

Browse files
committed
address review comments
1 parent d6b9343 commit ce509c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/usage/networking/natgateway.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Imagine you have a private server in a private subnet without a public IP. It ne
5151
After reconciling all `NATGateways`, log the successful reconciliation and update the `NATGateways` status with the corresponding values for `ips`as shown below.
5252

5353
```
54-
#status:
55-
# ips:
56-
# - name: ip1
57-
# ip: 10.0.0.1
54+
status:
55+
ips:
56+
- name: ip1
57+
ip: 10.0.0.1
5858
```

docs/usage/networking/virtualip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ If successfully allocated, update the status with the assigned IP address.
3939

4040
for example:
4141
```
42-
#status:
43-
# ip: 10.0.0.1 # This will be populated by the corresponding controller.
42+
status:
43+
ip: 10.0.0.1 # This will be populated by the corresponding controller.
4444
```
4545
- **Networking Configuration**:
4646
- VM Integration: The allocated VirtualIP is associated with the VM through network configuration mechanisms

0 commit comments

Comments
 (0)