Skip to content

Commit 73bf9d4

Browse files
committed
address review comments
1 parent a1d3359 commit 73bf9d4

1 file changed

Lines changed: 6 additions & 17 deletions

File tree

source/adminguide/networking/dns_framework.rst

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ This framework is designed with extensibility in mind, allowing additional DNS p
2626

2727
As part of the initial implementation, PowerDNS is the supported DNS provider.
2828

29-
Architecture
30-
^^^^^^^^^^^^
31-
The DNS Framework consists of the following components:
32-
33-
- Core DNS service layer: Defines interfaces and orchestrates DNS operations
34-
- Provider plugins: Implementations for specific DNS providers (e.g., PowerDNS)
35-
- API layer: Exposes DNS functionality to users and administrators
36-
- UI integration: Provides user interface components for DNS management
37-
38-
The framework abstracts provider-specific logic, enabling seamless integration of multiple DNS backends.
39-
4029
Terminology and Hierarchy
4130
^^^^^^^^^^^^^^^^^^^^^^^^^
4231
The DNS Framework introduces several new concepts and entities:
@@ -495,11 +484,6 @@ Automatic DNS registration operates at the Instance level and integrates with In
495484

496485
The feature ensures that DNS records reflect the current state of deployed Instances in real time or near real time, depending on the configured DNS provider behavior.
497486

498-
Behavior
499-
--------
500-
501-
Automatic DNS registration is driven by instance lifecycle events and NIC-level changes within networks that have an associated DNS zone.
502-
503487
**Prerequisites**
504488

505489
Before automatic DNS registration can function, the following conditions must be met:
@@ -510,6 +494,11 @@ Before automatic DNS registration can function, the following conditions must be
510494

511495
If any of the above prerequisites are not met, no automatic DNS operations will be performed.
512496

497+
Behavior
498+
--------
499+
500+
Automatic DNS registration is driven by instance lifecycle events and NIC-level changes within networks that have an associated DNS zone.
501+
513502

514503
**Event Mapping**
515504

@@ -642,4 +631,4 @@ Or use the API to disassociate:
642631
Limitations
643632
^^^^^^^^^^^
644633

645-
- Automatic DNS registration for Instances is limited to **Shared Networks**
634+
- Automatic DNS registration for Instances is currently limited to **Shared Networks**

0 commit comments

Comments
 (0)