-
Notifications
You must be signed in to change notification settings - Fork 2
Improve usage doc, fix typos and follow style guide #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve usage doc, fix typos and follow style guide #89
Conversation
ad2051f
to
48b052e
Compare
docs/iaas/usage-guides/networking.md
Outdated
@@ -1,5 +1,7 @@ | |||
# Networking Resources | |||
|
|||
This guide describes the core networking resources in IronCore, such as `Networks`, `NetworkInterfaces`, `VirtualIPs`, `NAT gateways`, `LoadBalancers`, and `NetworkPolicies`. It explains how to define, configure, and manage these resources for the infrastructure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This guide describes the core networking resources in IronCore, such as `Networks`, `NetworkInterfaces`, `VirtualIPs`, `NAT gateways`, `LoadBalancers`, and `NetworkPolicies`. It explains how to define, configure, and manage these resources for the infrastructure. | |
This guide describes the core networking resources in IronCore, such as `Networks`, `NetworkInterfaces`, `VirtualIPs`, `NAT gateways`, `LoadBalancers`, and `NetworkPolicies`. |
docs/iaas/usage-guides/networking.md
Outdated
|
||
### Reconciliation Process: | ||
- `peerings` (`list`): Are the list of network peerings with this `Network` (optional). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove extra newline.
docs/iaas/usage-guides/networking.md
Outdated
Once created and with an allocated ID, the IronCore `Network` will be patched with the corresponding provider ID of the apinet Network and set to state: `Available`. | ||
Once the `Network` resource is in an available state. The format of a network provider ID is as follows: | ||
`ironcore-net://<namespace>/<name>/<id>/<uid>` | ||
- **Network creation**: [ironcore-net](https://github.com/ironcore-dev/ironcore-net) is the network plugin for IronCore that realizes the `Network` resource, When an IronCore `Network` is created, a corresponding `core.apinet.ironcore.dev/Network` is created in the ironcore-net(apinet) cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Network creation**: [ironcore-net](https://github.com/ironcore-dev/ironcore-net) is the network plugin for IronCore that realizes the `Network` resource, When an IronCore `Network` is created, a corresponding `core.apinet.ironcore.dev/Network` is created in the ironcore-net(apinet) cluster. | |
- **Network creation**: [ironcore-net](https://github.com/ironcore-dev/ironcore-net) is the network plugin for IronCore that realizes the `Network` resource. When an IronCore `Network` is created, a corresponding `core.apinet.ironcore.dev/Network` is created in the ironcore-net(apinet) cluster. |
docs/iaas/usage-guides/networking.md
Outdated
- name: peering1 | ||
state: Ready | ||
state: Available | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove extra newline.
6d2dcaf
to
cae317f
Compare
cae317f
to
e95812d
Compare
e95812d
to
c891dd2
Compare
Proposed Changes