Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-0505 committed Jan 29, 2025
1 parent d6b9343 commit ce509c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/usage/networking/natgateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Imagine you have a private server in a private subnet without a public IP. It ne
After reconciling all `NATGateways`, log the successful reconciliation and update the `NATGateways` status with the corresponding values for `ips`as shown below.

```
#status:
# ips:
# - name: ip1
# ip: 10.0.0.1
status:
ips:
- name: ip1
ip: 10.0.0.1
```
4 changes: 2 additions & 2 deletions docs/usage/networking/virtualip.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ If successfully allocated, update the status with the assigned IP address.

for example:
```
#status:
# ip: 10.0.0.1 # This will be populated by the corresponding controller.
status:
ip: 10.0.0.1 # This will be populated by the corresponding controller.
```
- **Networking Configuration**:
- VM Integration: The allocated VirtualIP is associated with the VM through network configuration mechanisms
Expand Down

0 comments on commit ce509c6

Please sign in to comment.