diff --git a/docs/usage/networking/natgateway.md b/docs/usage/networking/natgateway.md index 91769de50..c4e3b048f 100644 --- a/docs/usage/networking/natgateway.md +++ b/docs/usage/networking/natgateway.md @@ -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 ``` diff --git a/docs/usage/networking/virtualip.md b/docs/usage/networking/virtualip.md index cb0e6385a..82bdc5b83 100644 --- a/docs/usage/networking/virtualip.md +++ b/docs/usage/networking/virtualip.md @@ -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