Skip to content

Commit afa42dd

Browse files
committed
More
1 parent 10dbd7c commit afa42dd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
docs:
3+
files:
4+
- content/nginx-one/how-to/staged-configs/add-staged-config.md
5+
- content/nginx-one/how-to/staged-configs/edit-staged-config.md
6+
---
7+
It takes time to set up NGINX configuration files can take time. Staged Configurations can help. They work like a draft that uses the features of NGINX One Console.
8+
You can save your work before you push a configuration to an instance of NGINX.
9+
10+
With Staged Configurations, you can use these features of NGINX One Console:
11+
12+
- Automatic syntax checking
13+
- Contextual documentation
14+
- Dynamic analysis of your work in progress
15+
- Our AI assistant to explain what you've done
16+
17+
Once you've finished your work and have pushed the changes to an Insance or a Config Sync Group, you are then free to delete that Staged Configuration.

content/nginx-one/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This glossary defines terms used in the F5 NGINX One Console and F5 Distributed
2020
| **Data Plane** | The data plane is the part of a network architecture that carries user traffic. It handles tasks like forwarding data packets between devices and managing network communication. In the context of NGINX, the data plane is responsible for tasks such as load balancing, caching, and serving web content. |
2121
| **Instance** | An instance is an individual system with NGINX installed. You can group the instances of your choice in a Config Sync Group. When you add an instance to NGINX One, you need to use a data plane key. |
2222
| **Namespace** | In F5 Distributed Cloud, a namespace groups a tenant’s configuration objects, similar to administrative domains. Every object in a namespace must have a unique name, and each namespace must be unique to its tenant. This setup ensures isolation, preventing cross-referencing of objects between namespaces. |
23-
| **Staged Configurations** | Also known as **Staged Configs**. It allows you to save "work in progress." You can create it from scratch, an Instance, another Staged Config, or a Config Sync Group. It does _not_ have to be a working configuration until you publish it to an instance or a Config Sync Group. You can even maanage your **Staged Configurations** through our [API](link to staged configs API page). |
23+
| **Staged Configurations** | Also known as **Staged Configs**. It allows you to save "work in progress." You can create it from scratch, an Instance, another Staged Config, or a Config Sync Group. It does _not_ have to be a working configuration until you publish it to an instance or a Config Sync Group. You can even manage your **Staged Configurations** through our [API](link to staged configs API page). |
2424
<!-- Set up include, with changelog -->
2525
| **Tenant** | A tenant in F5 Distributed Cloud is an entity that owns a specific set of configuration and infrastructure. It is fundamental for isolation, meaning a tenant cannot access objects or infrastructure of other tenants. Tenants can be either individual or enterprise, with the latter allowing multiple users with role-based access control (RBAC). |
2626
{{</bootstrap-table>}}

0 commit comments

Comments
 (0)