diff --git a/calico-cloud/reference/api.mdx b/calico-cloud/reference/api.mdx index 680e0df767..4ec8fb41a6 100644 --- a/calico-cloud/reference/api.mdx +++ b/calico-cloud/reference/api.mdx @@ -1,5 +1,5 @@ --- -description: Learn about the Tigera client library and how to use it. +description: Calico Cloud Go client library reference for working with cluster resources programmatically against the Calico Cloud API in connected clusters. --- # Tigera Client library diff --git a/calico-cloud/reference/architecture/data-path.mdx b/calico-cloud/reference/architecture/data-path.mdx index 83c592c747..d3d99e87c8 100644 --- a/calico-cloud/reference/architecture/data-path.mdx +++ b/calico-cloud/reference/architecture/data-path.mdx @@ -1,5 +1,5 @@ --- -description: Learn how packets flow between workloads in a datacenter, or between a workload and the internet. +description: Reference covering the Calico Cloud data path explaining how packets flow between workloads and to external destinations in connected clusters. --- # 'The Calico Cloud data path: IP routing and iptables' diff --git a/calico-cloud/reference/architecture/design/index.mdx b/calico-cloud/reference/architecture/design/index.mdx index 717ac9f295..154c4cbe06 100644 --- a/calico-cloud/reference/architecture/design/index.mdx +++ b/calico-cloud/reference/architecture/design/index.mdx @@ -1,5 +1,5 @@ --- -description: Deep dive into using Calico over Ethernet and IP fabrics. +description: Network design reference for Calico Cloud connected clusters covering layer-2 and layer-3 interconnect fabric options for the underlay network. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/architecture/design/l2-interconnect-fabric.mdx b/calico-cloud/reference/architecture/design/l2-interconnect-fabric.mdx index 9565ad0458..fdb4b8312b 100644 --- a/calico-cloud/reference/architecture/design/l2-interconnect-fabric.mdx +++ b/calico-cloud/reference/architecture/design/l2-interconnect-fabric.mdx @@ -1,5 +1,5 @@ --- -description: Understand the interconnect fabric options in a Calico network. +description: Reference for using Calico Cloud over a layer-2 Ethernet interconnect fabric covering BGP peering and broadcast domain considerations. --- # Calico over Ethernet fabrics diff --git a/calico-cloud/reference/architecture/design/l3-interconnect-fabric.mdx b/calico-cloud/reference/architecture/design/l3-interconnect-fabric.mdx index 19a180507d..1db0910c0a 100644 --- a/calico-cloud/reference/architecture/design/l3-interconnect-fabric.mdx +++ b/calico-cloud/reference/architecture/design/l3-interconnect-fabric.mdx @@ -1,5 +1,5 @@ --- -description: Understand considerations for implementing interconnect fabrics with Calico. +description: Reference for using Calico Cloud over a layer-3 IP interconnect fabric covering BGP topology choices and route propagation. --- # Calico over IP fabrics diff --git a/calico-cloud/reference/architecture/index.mdx b/calico-cloud/reference/architecture/index.mdx index 2782bfb10a..a6838e6e4d 100644 --- a/calico-cloud/reference/architecture/index.mdx +++ b/calico-cloud/reference/architecture/index.mdx @@ -1,5 +1,5 @@ --- -description: Calico Cloud component architecture diagram, network design, and the data path between workloads. +description: Reference content for Calico Cloud architecture including connected cluster diagram, network design, and the data path between workloads. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/attribution.mdx b/calico-cloud/reference/attribution.mdx index 4a2cbf980c..c66b171c27 100644 --- a/calico-cloud/reference/attribution.mdx +++ b/calico-cloud/reference/attribution.mdx @@ -1,5 +1,5 @@ --- -description: Attribution report +description: Third-party license attribution report listing open-source components shipped with Calico Cloud. --- # Attribution diff --git a/calico-cloud/reference/component-resources/configuration.mdx b/calico-cloud/reference/component-resources/configuration.mdx index 24b6cdddc4..c515021fa0 100644 --- a/calico-cloud/reference/component-resources/configuration.mdx +++ b/calico-cloud/reference/component-resources/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Details for configuring the Calico Cloud CNI plugins. +description: Reference for configuring the CNI plugin in Calico Cloud connected clusters covering operator-managed and manifest-mode CNI options. --- # Configuring the Calico Cloud CNI plugins diff --git a/calico-cloud/reference/component-resources/configure-resources.mdx b/calico-cloud/reference/component-resources/configure-resources.mdx index 7bf89363f5..646748356a 100644 --- a/calico-cloud/reference/component-resources/configure-resources.mdx +++ b/calico-cloud/reference/component-resources/configure-resources.mdx @@ -1,5 +1,5 @@ --- -description: Configure Resource requests and limits. +description: Reference for setting Kubernetes resource requests and limits on Calico Cloud components managed by the Tigera Operator in connected clusters. --- # Configure resource requests and limits diff --git a/calico-cloud/reference/component-resources/index.mdx b/calico-cloud/reference/component-resources/index.mdx index c7c4e12306..939169a0e0 100644 --- a/calico-cloud/reference/component-resources/index.mdx +++ b/calico-cloud/reference/component-resources/index.mdx @@ -1,5 +1,5 @@ --- -description: Reference content for Calico Cloud component resources. +description: Reference content for Calico Cloud component resources covering CNI configuration, kube-controllers, and node components in connected clusters. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/component-resources/kube-controllers/configuration.mdx b/calico-cloud/reference/component-resources/kube-controllers/configuration.mdx index e69f9d7fe4..50f5363b00 100644 --- a/calico-cloud/reference/component-resources/kube-controllers/configuration.mdx +++ b/calico-cloud/reference/component-resources/kube-controllers/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Calico Cloud Kubernetes controllers monitor the Kubernetes API and perform actions based on cluster state. +description: Reference for kube-controllers configuration in Calico Cloud connected clusters covering environment variables and KubeControllersConfiguration options. --- # Configuring the Calico Cloud Kubernetes controllers diff --git a/calico-cloud/reference/component-resources/kube-controllers/index.mdx b/calico-cloud/reference/component-resources/kube-controllers/index.mdx index 303cb85423..c34f0ae098 100644 --- a/calico-cloud/reference/component-resources/kube-controllers/index.mdx +++ b/calico-cloud/reference/component-resources/kube-controllers/index.mdx @@ -1,5 +1,5 @@ --- -description: kube-controllers is a set of Kubernetes controllers for Calico +description: Reference content for the kube-controllers component in Calico Cloud connected clusters that watches Kubernetes API events and reconciles cluster state. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/component-resources/kube-controllers/prometheus.mdx b/calico-cloud/reference/component-resources/kube-controllers/prometheus.mdx index ce4a2ea733..e5fbee5ac8 100644 --- a/calico-cloud/reference/component-resources/kube-controllers/prometheus.mdx +++ b/calico-cloud/reference/component-resources/kube-controllers/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the kube-controllers component if you are using Prometheus. +description: Prometheus metrics reference for the kube-controllers component in Calico Cloud connected clusters covering reconcile latency and queue depth. --- # Monitoring kube-controllers with Prometheus diff --git a/calico-cloud/reference/component-resources/node/configuration.mdx b/calico-cloud/reference/component-resources/node/configuration.mdx index 5f65449226..5727001739 100644 --- a/calico-cloud/reference/component-resources/node/configuration.mdx +++ b/calico-cloud/reference/component-resources/node/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Customize cnx-node using environment variables. +description: Reference for configuring the cnx-node container in Calico Cloud connected clusters through environment variables that control Felix, BIRD, and confd. --- # Configuring cnx-node diff --git a/calico-cloud/reference/component-resources/node/felix/configuration.mdx b/calico-cloud/reference/component-resources/node/felix/configuration.mdx index 72b8cce4ad..0a4763599b 100644 --- a/calico-cloud/reference/component-resources/node/felix/configuration.mdx +++ b/calico-cloud/reference/component-resources/node/felix/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Configure Felix, the daemon that runs on every machine that provides endpoints. +description: Reference for Felix configuration parameters in Calico Cloud connected clusters covering environment variables, FelixConfiguration fields, and per-node overrides. --- # Configuring Felix diff --git a/calico-cloud/reference/component-resources/node/felix/index.mdx b/calico-cloud/reference/component-resources/node/felix/index.mdx index b7c1e2d1c1..9b827cc62b 100644 --- a/calico-cloud/reference/component-resources/node/felix/index.mdx +++ b/calico-cloud/reference/component-resources/node/felix/index.mdx @@ -1,5 +1,5 @@ --- -description: Felix is a Calico component that runs on every machine that provides endpoints. +description: Reference content for Felix in Calico Cloud connected clusters, the per-node daemon that programs routes and tiered policy rules into the Linux data plane. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/component-resources/node/felix/prometheus.mdx b/calico-cloud/reference/component-resources/node/felix/prometheus.mdx index 48bcbedfa2..cf98b0a1a8 100644 --- a/calico-cloud/reference/component-resources/node/felix/prometheus.mdx +++ b/calico-cloud/reference/component-resources/node/felix/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the Felix component if you are using Prometheus. +description: Prometheus metrics reference for Felix in Calico Cloud connected clusters covering counters and gauges exposed for data plane health and policy evaluation. --- # Monitoring Felix with Prometheus diff --git a/calico-cloud/reference/component-resources/node/index.mdx b/calico-cloud/reference/component-resources/node/index.mdx index 0c41d47538..d9017ea030 100644 --- a/calico-cloud/reference/component-resources/node/index.mdx +++ b/calico-cloud/reference/component-resources/node/index.mdx @@ -1,5 +1,5 @@ --- -description: Learn about the components that comprise the cnx-node. +description: Reference content for the cnx-node component in Calico Cloud connected clusters covering Felix, BIRD, and the per-node agent configuration. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/faq.mdx b/calico-cloud/reference/faq.mdx index 3b7647ea90..2e25a569df 100644 --- a/calico-cloud/reference/faq.mdx +++ b/calico-cloud/reference/faq.mdx @@ -1,5 +1,5 @@ --- -description: Common questions that users ask about Calico Enterprise. +description: Frequently asked questions about Calico Cloud covering connected clusters, the web console, observability, and platform support. --- # Frequently asked questions diff --git a/calico-cloud/reference/host-endpoints/connectivity.mdx b/calico-cloud/reference/host-endpoints/connectivity.mdx index ce65240507..6dfce97390 100644 --- a/calico-cloud/reference/host-endpoints/connectivity.mdx +++ b/calico-cloud/reference/host-endpoints/connectivity.mdx @@ -1,5 +1,5 @@ --- -description: Customize the Calico failsafe policy to protect host endpoints. +description: Reference for the Calico Cloud failsafe policy that protects host endpoints in connected clusters from being cut off by misconfigured host policy. --- # Creating policy for basic connectivity diff --git a/calico-cloud/reference/host-endpoints/conntrack.mdx b/calico-cloud/reference/host-endpoints/conntrack.mdx index c7d6fa1255..45db7470c6 100644 --- a/calico-cloud/reference/host-endpoints/conntrack.mdx +++ b/calico-cloud/reference/host-endpoints/conntrack.mdx @@ -1,5 +1,5 @@ --- -description: Workaround for Linux conntrack if Calico policy is not working as it should. +description: Reference covering Linux conntrack workarounds for Calico Cloud host endpoint policy when stateful tracking interferes with packet flow in connected clusters. --- # Connection tracking diff --git a/calico-cloud/reference/host-endpoints/failsafe.mdx b/calico-cloud/reference/host-endpoints/failsafe.mdx index d203c50af4..4165b80489 100644 --- a/calico-cloud/reference/host-endpoints/failsafe.mdx +++ b/calico-cloud/reference/host-endpoints/failsafe.mdx @@ -1,5 +1,5 @@ --- -description: Avoid cutting off connectivity to hosts because of incorrect network policies. +description: Reference for the Calico Cloud failsafe inbound and outbound port lists that prevent host network policy from cutting off control-plane connectivity. --- # Failsafe rules diff --git a/calico-cloud/reference/host-endpoints/forwarded.mdx b/calico-cloud/reference/host-endpoints/forwarded.mdx index 92b6c0e087..3aea302f01 100644 --- a/calico-cloud/reference/host-endpoints/forwarded.mdx +++ b/calico-cloud/reference/host-endpoints/forwarded.mdx @@ -1,5 +1,5 @@ --- -description: Learn the subtleties using the applyOnForward option in host endpoint policies. +description: Reference for the applyOnForward field on Calico Cloud host endpoint policy that controls how rules apply to forwarded traffic in connected clusters. --- # Apply on forwarded traffic diff --git a/calico-cloud/reference/host-endpoints/index.mdx b/calico-cloud/reference/host-endpoints/index.mdx index e0e9ce6345..b79d718005 100644 --- a/calico-cloud/reference/host-endpoints/index.mdx +++ b/calico-cloud/reference/host-endpoints/index.mdx @@ -1,5 +1,5 @@ --- -description: Protect host endpoints with Calico network policy. +description: Reference content for protecting host endpoints with Calico Cloud network policy across connected clusters including failsafe ports, applyOnForward, and pre-DNAT. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/host-endpoints/objects.mdx b/calico-cloud/reference/host-endpoints/objects.mdx index 18db880c32..870e296a6c 100644 --- a/calico-cloud/reference/host-endpoints/objects.mdx +++ b/calico-cloud/reference/host-endpoints/objects.mdx @@ -1,5 +1,5 @@ --- -description: To protect a host interface, start by creating a host endpoint object in etcd. +description: Reference for the HostEndpoint object in Calico Cloud describing how to model a host network interface in a connected cluster so policy can select it. --- # Creating host endpoint objects diff --git a/calico-cloud/reference/host-endpoints/overview.mdx b/calico-cloud/reference/host-endpoints/overview.mdx index 3397d1fbf2..7880faa098 100644 --- a/calico-cloud/reference/host-endpoints/overview.mdx +++ b/calico-cloud/reference/host-endpoints/overview.mdx @@ -1,5 +1,5 @@ --- -description: Secure host network interfaces. +description: Reference overview of host endpoint protection in Calico Cloud covering the model for securing host network interfaces with policy across connected clusters. --- # Host endpoints diff --git a/calico-cloud/reference/host-endpoints/pre-dnat.mdx b/calico-cloud/reference/host-endpoints/pre-dnat.mdx index 298b001ce8..2727edd604 100644 --- a/calico-cloud/reference/host-endpoints/pre-dnat.mdx +++ b/calico-cloud/reference/host-endpoints/pre-dnat.mdx @@ -1,5 +1,5 @@ --- -description: Apply rules in a host endpoint policy before any DNAT. +description: Reference for pre-DNAT host endpoint policy in Calico Cloud connected clusters that applies rules to ingress traffic before destination NAT rewrites the address. --- # Pre-DNAT policy diff --git a/calico-cloud/reference/host-endpoints/selector.mdx b/calico-cloud/reference/host-endpoints/selector.mdx index 9fc2d1bc4d..ea8a0536cd 100644 --- a/calico-cloud/reference/host-endpoints/selector.mdx +++ b/calico-cloud/reference/host-endpoints/selector.mdx @@ -1,5 +1,5 @@ --- -description: Apply ordered policies to endpoints that match specific label selectors. +description: Reference for ordered host endpoint policies in Calico Cloud connected clusters that match interfaces using label selectors. --- # Selector-based policies diff --git a/calico-cloud/reference/host-endpoints/summary.mdx b/calico-cloud/reference/host-endpoints/summary.mdx index 4a83b1694c..4284e6cb61 100644 --- a/calico-cloud/reference/host-endpoints/summary.mdx +++ b/calico-cloud/reference/host-endpoints/summary.mdx @@ -1,5 +1,5 @@ --- -description: How different host endpoint rules affect packet flows. +description: Reference summary describing how the different Calico Cloud host endpoint policy types interact and affect packet flows in connected clusters. title: Summary of host endpoint policies --- diff --git a/calico-cloud/reference/index.mdx b/calico-cloud/reference/index.mdx index 5ec11b4961..3fa35a3ce7 100644 --- a/calico-cloud/reference/index.mdx +++ b/calico-cloud/reference/index.mdx @@ -1,5 +1,5 @@ --- -description: Resource definitions and APIs. +description: Reference content for Calico Cloud including resource definitions, APIs, architecture, host endpoints, and component resources for connected clusters. --- import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components'; diff --git a/calico-cloud/reference/installation/api.mdx b/calico-cloud/reference/installation/api.mdx index 7abf346104..398ad3b4b5 100644 --- a/calico-cloud/reference/installation/api.mdx +++ b/calico-cloud/reference/installation/api.mdx @@ -1,5 +1,5 @@ --- -description: Installation API reference +description: Installation API reference for Calico Cloud listing the operator-managed custom resources used to configure connected cluster installation. --- # Installation reference diff --git a/calico-cloud/reference/installation/ia-api.mdx b/calico-cloud/reference/installation/ia-api.mdx index dcc421bb45..77947656c0 100644 --- a/calico-cloud/reference/installation/ia-api.mdx +++ b/calico-cloud/reference/installation/ia-api.mdx @@ -1,5 +1,5 @@ --- -description: Image Assurance Installation API reference +description: Image Assurance installation API reference for Calico Cloud listing operator-managed custom resources that configure the Image Assurance subsystem. --- # Image Assurance Installation reference diff --git a/calico-cloud/reference/public-cloud/aws.mdx b/calico-cloud/reference/public-cloud/aws.mdx index ab9e3cc421..87f1dd95a5 100644 --- a/calico-cloud/reference/public-cloud/aws.mdx +++ b/calico-cloud/reference/public-cloud/aws.mdx @@ -1,5 +1,5 @@ --- -description: Advantages of using Calico Cloud in AWS. +description: Reference for connecting Calico Cloud clusters running on Amazon Web Services covering supported networking modes and AWS platform notes. --- # Amazon Web Services diff --git a/calico-cloud/reference/public-cloud/azure.mdx b/calico-cloud/reference/public-cloud/azure.mdx index 520aef42d4..0879edb472 100644 --- a/calico-cloud/reference/public-cloud/azure.mdx +++ b/calico-cloud/reference/public-cloud/azure.mdx @@ -1,5 +1,5 @@ --- -description: Support for Calico Cloud in Azure. +description: Reference for connecting Calico Cloud clusters running on Microsoft Azure covering supported networking modes and Azure platform notes. --- # Azure diff --git a/calico-cloud/reference/public-cloud/gce.mdx b/calico-cloud/reference/public-cloud/gce.mdx index 1b152e06d9..fba3a414d3 100644 --- a/calico-cloud/reference/public-cloud/gce.mdx +++ b/calico-cloud/reference/public-cloud/gce.mdx @@ -1,5 +1,5 @@ --- -description: Methods to ensure that traffic between containers on different hosts is not dropped by GCE fabric. +description: Reference for connecting Calico Cloud clusters running on Google Compute Engine covering supported networking modes and platform-specific routing. --- # Google Compute Engine diff --git a/calico-cloud/reference/public-cloud/index.mdx b/calico-cloud/reference/public-cloud/index.mdx index 351f132b92..e568a91bff 100644 --- a/calico-cloud/reference/public-cloud/index.mdx +++ b/calico-cloud/reference/public-cloud/index.mdx @@ -1,5 +1,5 @@ --- -description: Tips for configuring Calico Cloud in your public cloud provider. +description: Public cloud reference for Calico Cloud covering platform-specific networking notes for AWS, Azure, and GCE connected clusters. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/resources/alertexception.mdx b/calico-cloud/reference/resources/alertexception.mdx index d6b30975e5..e34d0f1cb2 100644 --- a/calico-cloud/reference/resources/alertexception.mdx +++ b/calico-cloud/reference/resources/alertexception.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the AlertException resource in Calico Cloud connected clusters that suppresses alerts matching a defined filter for a time window. --- # Alert exception diff --git a/calico-cloud/reference/resources/bfdconfig.mdx b/calico-cloud/reference/resources/bfdconfig.mdx index 138fdcc441..936d1e6431 100644 --- a/calico-cloud/reference/resources/bfdconfig.mdx +++ b/calico-cloud/reference/resources/bfdconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the BFD configuration resource in Calico Cloud connected clusters that tunes Bidirectional Forwarding Detection on BGP-peered nodes. --- import Selectors from '@site/calico-enterprise/_includes/content/_selectors.mdx'; diff --git a/calico-cloud/reference/resources/bgpconfig.mdx b/calico-cloud/reference/resources/bgpconfig.mdx index db961f37ed..8d57aa02ef 100644 --- a/calico-cloud/reference/resources/bgpconfig.mdx +++ b/calico-cloud/reference/resources/bgpconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the BGPConfiguration resource in Calico Cloud connected clusters that sets cluster-wide BGP options including route reflectors and AS number. --- # BGP configuration diff --git a/calico-cloud/reference/resources/bgpfilter.mdx b/calico-cloud/reference/resources/bgpfilter.mdx index c2281d4800..f7f6c2cd8b 100644 --- a/calico-cloud/reference/resources/bgpfilter.mdx +++ b/calico-cloud/reference/resources/bgpfilter.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the BGPFilter resource in Calico Cloud connected clusters that filters routes imported from or exported to BGP peers. --- # BGP Filter diff --git a/calico-cloud/reference/resources/bgppeer.mdx b/calico-cloud/reference/resources/bgppeer.mdx index b8cf62f2ae..4f5f8cf678 100644 --- a/calico-cloud/reference/resources/bgppeer.mdx +++ b/calico-cloud/reference/resources/bgppeer.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the BGPPeer resource in Calico Cloud connected clusters that defines BGP neighbor relationships with external routers or other Calico nodes. --- # BGP peer diff --git a/calico-cloud/reference/resources/blockaffinity.mdx b/calico-cloud/reference/resources/blockaffinity.mdx index 451a6bad29..a9c97ee98b 100644 --- a/calico-cloud/reference/resources/blockaffinity.mdx +++ b/calico-cloud/reference/resources/blockaffinity.mdx @@ -1,5 +1,5 @@ --- -description: IP address management block affinity +description: Reference for the BlockAffinity resource in Calico Cloud connected clusters that records which node owns each IP address management block. --- # Block affinity diff --git a/calico-cloud/reference/resources/caliconodestatus.mdx b/calico-cloud/reference/resources/caliconodestatus.mdx index 69fdb137eb..6bb69b852c 100644 --- a/calico-cloud/reference/resources/caliconodestatus.mdx +++ b/calico-cloud/reference/resources/caliconodestatus.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the CalicoNodeStatus resource in Calico Cloud connected clusters that exposes per-node agent, BGP, and routing state. --- # Calico node status diff --git a/calico-cloud/reference/resources/compliance-reports/cis-benchmark.mdx b/calico-cloud/reference/resources/compliance-reports/cis-benchmark.mdx index 59a9007477..84c814efd2 100644 --- a/calico-cloud/reference/resources/compliance-reports/cis-benchmark.mdx +++ b/calico-cloud/reference/resources/compliance-reports/cis-benchmark.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the CIS benchmark compliance report in Calico Cloud connected clusters that audits Kubernetes nodes against CIS recommendations. --- # CIS benchmark report diff --git a/calico-cloud/reference/resources/compliance-reports/index.mdx b/calico-cloud/reference/resources/compliance-reports/index.mdx index dac6207fca..d458872f84 100644 --- a/calico-cloud/reference/resources/compliance-reports/index.mdx +++ b/calico-cloud/reference/resources/compliance-reports/index.mdx @@ -1,5 +1,5 @@ --- -description: Compliance reporting API. +description: Reference index for compliance report types available in Calico Cloud connected clusters covering inventory, network access, policy audit, and CIS benchmark. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/resources/compliance-reports/inventory.mdx b/calico-cloud/reference/resources/compliance-reports/inventory.mdx index f8c8e3219b..2484afff90 100644 --- a/calico-cloud/reference/resources/compliance-reports/inventory.mdx +++ b/calico-cloud/reference/resources/compliance-reports/inventory.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the inventory compliance report in Calico Cloud connected clusters that catalogs endpoints, namespaces, and policies in scope at report time. --- # Inventory report diff --git a/calico-cloud/reference/resources/compliance-reports/network-access.mdx b/calico-cloud/reference/resources/compliance-reports/network-access.mdx index 7e720f86e0..5428812272 100644 --- a/calico-cloud/reference/resources/compliance-reports/network-access.mdx +++ b/calico-cloud/reference/resources/compliance-reports/network-access.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the network access compliance report in Calico Cloud connected clusters that summarizes which endpoints could communicate based on policy. --- # Network Access report diff --git a/calico-cloud/reference/resources/compliance-reports/overview.mdx b/calico-cloud/reference/resources/compliance-reports/overview.mdx index 964cbb03a1..805733c174 100644 --- a/calico-cloud/reference/resources/compliance-reports/overview.mdx +++ b/calico-cloud/reference/resources/compliance-reports/overview.mdx @@ -1,5 +1,5 @@ --- -description: Schedule reports and configure report scope. +description: Reference overview of compliance reporting in Calico Cloud connected clusters covering schedules, report scope, and the GlobalReport resource. --- # Compliance reports (deprecated) diff --git a/calico-cloud/reference/resources/compliance-reports/policy-audit.mdx b/calico-cloud/reference/resources/compliance-reports/policy-audit.mdx index 06970a93ce..66b5ae10b6 100644 --- a/calico-cloud/reference/resources/compliance-reports/policy-audit.mdx +++ b/calico-cloud/reference/resources/compliance-reports/policy-audit.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the policy audit compliance report in Calico Cloud connected clusters that records changes to network policies during the report period. --- # Policy audit report diff --git a/calico-cloud/reference/resources/containeradmissionpolicy.mdx b/calico-cloud/reference/resources/containeradmissionpolicy.mdx index a260bc428d..e540583c4e 100644 --- a/calico-cloud/reference/resources/containeradmissionpolicy.mdx +++ b/calico-cloud/reference/resources/containeradmissionpolicy.mdx @@ -1,5 +1,5 @@ --- -description: Resource definition. +description: Reference for the ContainerAdmissionPolicy resource in Calico Cloud that admits or rejects pod creation based on container image scan results. --- # Container admission policy diff --git a/calico-cloud/reference/resources/deeppacketinspection.mdx b/calico-cloud/reference/resources/deeppacketinspection.mdx index 871175cb5f..7bec247b34 100644 --- a/calico-cloud/reference/resources/deeppacketinspection.mdx +++ b/calico-cloud/reference/resources/deeppacketinspection.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the DeepPacketInspection resource in Calico Cloud connected clusters that defines workloads to scan with the Snort-based IDS engine. --- # Deep packet inspection diff --git a/calico-cloud/reference/resources/egressgatewaypolicy.mdx b/calico-cloud/reference/resources/egressgatewaypolicy.mdx index 3cd371bfa5..d9dcc0ee1e 100644 --- a/calico-cloud/reference/resources/egressgatewaypolicy.mdx +++ b/calico-cloud/reference/resources/egressgatewaypolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the EgressGatewayPolicy resource in Calico Cloud connected clusters that selects which pods route through which egress gateways. --- # Egress gateway policy diff --git a/calico-cloud/reference/resources/felixconfig.mdx b/calico-cloud/reference/resources/felixconfig.mdx index fc3aeb5f1d..af70188971 100644 --- a/calico-cloud/reference/resources/felixconfig.mdx +++ b/calico-cloud/reference/resources/felixconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the FelixConfiguration resource in Calico Cloud connected clusters that controls Felix data plane behavior cluster-wide. toc_max_heading_level: 4 --- diff --git a/calico-cloud/reference/resources/globalalert.mdx b/calico-cloud/reference/resources/globalalert.mdx index 4fde9d3b99..e98f9a984e 100644 --- a/calico-cloud/reference/resources/globalalert.mdx +++ b/calico-cloud/reference/resources/globalalert.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the GlobalAlert resource in Calico Cloud connected clusters that defines an alerting query against flow, audit, or DNS logs. --- # Global Alert diff --git a/calico-cloud/reference/resources/globalnetworkpolicy.mdx b/calico-cloud/reference/resources/globalnetworkpolicy.mdx index 64f955c5f0..acce3b4146 100644 --- a/calico-cloud/reference/resources/globalnetworkpolicy.mdx +++ b/calico-cloud/reference/resources/globalnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the GlobalNetworkPolicy resource in Calico Cloud, a cluster-scoped tiered policy that selects endpoints across all namespaces in a connected cluster. --- # Global network policy diff --git a/calico-cloud/reference/resources/globalnetworkset.mdx b/calico-cloud/reference/resources/globalnetworkset.mdx index 07a97df1e4..1951401930 100644 --- a/calico-cloud/reference/resources/globalnetworkset.mdx +++ b/calico-cloud/reference/resources/globalnetworkset.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the GlobalNetworkSet resource in Calico Cloud connected clusters that defines a cluster-scoped set of CIDRs referenced by tiered network policy. --- # Global network set diff --git a/calico-cloud/reference/resources/globalreport.mdx b/calico-cloud/reference/resources/globalreport.mdx index f9fb46b629..b6df663fef 100644 --- a/calico-cloud/reference/resources/globalreport.mdx +++ b/calico-cloud/reference/resources/globalreport.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the GlobalReport resource in Calico Cloud connected clusters that schedules compliance reports against cluster network and policy state. --- # Global report diff --git a/calico-cloud/reference/resources/globalthreatfeed.mdx b/calico-cloud/reference/resources/globalthreatfeed.mdx index edbab0bc20..a826600827 100644 --- a/calico-cloud/reference/resources/globalthreatfeed.mdx +++ b/calico-cloud/reference/resources/globalthreatfeed.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the GlobalThreatFeed resource in Calico Cloud connected clusters that pulls indicators of compromise into Calico-managed network sets. --- # Global threat feed diff --git a/calico-cloud/reference/resources/hostendpoint.mdx b/calico-cloud/reference/resources/hostendpoint.mdx index c3b8d59479..0ba4870eb2 100644 --- a/calico-cloud/reference/resources/hostendpoint.mdx +++ b/calico-cloud/reference/resources/hostendpoint.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the HostEndpoint resource in Calico Cloud connected clusters that represents a host network interface for tiered policy enforcement. --- # Host endpoint diff --git a/calico-cloud/reference/resources/index.mdx b/calico-cloud/reference/resources/index.mdx index 2285c6bf97..2976314a16 100644 --- a/calico-cloud/reference/resources/index.mdx +++ b/calico-cloud/reference/resources/index.mdx @@ -1,5 +1,5 @@ --- -description: APIs for all Calico networking and network policy resources. +description: Reference index of the Calico Cloud API resources covering networking, observability, threat feeds, and tiered policy custom resources in connected clusters. hide_table_of_contents: true --- diff --git a/calico-cloud/reference/resources/ipamconfig.mdx b/calico-cloud/reference/resources/ipamconfig.mdx index f0e08dcfa2..af25d1fee9 100644 --- a/calico-cloud/reference/resources/ipamconfig.mdx +++ b/calico-cloud/reference/resources/ipamconfig.mdx @@ -1,5 +1,5 @@ --- -description: IP address management global configuration +description: Reference for the IP address management configuration resource in Calico Cloud connected clusters that sets cluster-wide IPAM options. --- # IPAM configuration diff --git a/calico-cloud/reference/resources/ippool.mdx b/calico-cloud/reference/resources/ippool.mdx index bbcb762edf..3e1306480c 100644 --- a/calico-cloud/reference/resources/ippool.mdx +++ b/calico-cloud/reference/resources/ippool.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the IPPool resource in Calico Cloud connected clusters that defines CIDRs available for pod IP address allocation. --- # IP pool diff --git a/calico-cloud/reference/resources/ipreservation.mdx b/calico-cloud/reference/resources/ipreservation.mdx index ab41de81c8..b7e59b1bde 100644 --- a/calico-cloud/reference/resources/ipreservation.mdx +++ b/calico-cloud/reference/resources/ipreservation.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the IPReservation resource in Calico Cloud connected clusters that excludes specific addresses or ranges from automatic allocation. --- # IP reservation diff --git a/calico-cloud/reference/resources/kubecontrollersconfig.mdx b/calico-cloud/reference/resources/kubecontrollersconfig.mdx index 1f7b6fe7de..8f50617cc3 100644 --- a/calico-cloud/reference/resources/kubecontrollersconfig.mdx +++ b/calico-cloud/reference/resources/kubecontrollersconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for KubeControllersConfiguration resource. +description: Reference for the KubeControllersConfiguration resource in Calico Cloud connected clusters that controls behavior of the kube-controllers component. --- import Selectors from '@site/calico-cloud/_includes/content/_selectors.mdx'; diff --git a/calico-cloud/reference/resources/licensekey.mdx b/calico-cloud/reference/resources/licensekey.mdx index ad9ac0620a..8607d5df60 100644 --- a/calico-cloud/reference/resources/licensekey.mdx +++ b/calico-cloud/reference/resources/licensekey.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the LicenseKey resource in Calico Cloud connected clusters that activates entitled features. --- # License key diff --git a/calico-cloud/reference/resources/managedcluster.mdx b/calico-cloud/reference/resources/managedcluster.mdx index 9a12699a5f..37e64371d1 100644 --- a/calico-cloud/reference/resources/managedcluster.mdx +++ b/calico-cloud/reference/resources/managedcluster.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the ManagedCluster resource in Calico Cloud that registers a workload cluster with the Calico Cloud management plane. --- # Managed Cluster diff --git a/calico-cloud/reference/resources/networkpolicy.mdx b/calico-cloud/reference/resources/networkpolicy.mdx index f4b7563e4c..a6b5af96e7 100644 --- a/calico-cloud/reference/resources/networkpolicy.mdx +++ b/calico-cloud/reference/resources/networkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the NetworkPolicy resource in Calico Cloud, a namespaced tiered policy that selects pods within a single namespace in a connected cluster. --- # Network policy diff --git a/calico-cloud/reference/resources/networkset.mdx b/calico-cloud/reference/resources/networkset.mdx index 5d3ce18dba..5ccdcccdee 100644 --- a/calico-cloud/reference/resources/networkset.mdx +++ b/calico-cloud/reference/resources/networkset.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the NetworkSet resource in Calico Cloud connected clusters that defines a namespaced set of CIDRs referenced by tiered network policy. --- # Network set diff --git a/calico-cloud/reference/resources/node.mdx b/calico-cloud/reference/resources/node.mdx index 25c386f6b1..399f7e23e4 100644 --- a/calico-cloud/reference/resources/node.mdx +++ b/calico-cloud/reference/resources/node.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the Node resource in Calico Cloud connected clusters that represents a host running the cnx-node agent. --- # Node diff --git a/calico-cloud/reference/resources/overview.mdx b/calico-cloud/reference/resources/overview.mdx index 828f8ce71f..695aec7abd 100644 --- a/calico-cloud/reference/resources/overview.mdx +++ b/calico-cloud/reference/resources/overview.mdx @@ -1,5 +1,5 @@ --- -description: Calico Cloud resources (APIs) that you can manage using calicoctl. +description: Reference overview of the Calico Cloud API resources, including the manifest format and how kubectl manages them in connected clusters. --- # Resource definitions diff --git a/calico-cloud/reference/resources/packetcapture.mdx b/calico-cloud/reference/resources/packetcapture.mdx index 37c647a518..c5682da364 100644 --- a/calico-cloud/reference/resources/packetcapture.mdx +++ b/calico-cloud/reference/resources/packetcapture.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the PacketCapture resource in Calico Cloud connected clusters that captures pcap files from selected workloads for offline analysis. --- # PacketCapture diff --git a/calico-cloud/reference/resources/policyrecommendations.mdx b/calico-cloud/reference/resources/policyrecommendations.mdx index 01c64c7540..4a2437fc1a 100644 --- a/calico-cloud/reference/resources/policyrecommendations.mdx +++ b/calico-cloud/reference/resources/policyrecommendations.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the PolicyRecommendation resource in Calico Cloud connected clusters that drives policy recommendations from observed namespace flows. --- # Policy recommendation scope diff --git a/calico-cloud/reference/resources/remoteclusterconfiguration.mdx b/calico-cloud/reference/resources/remoteclusterconfiguration.mdx index a129e72c02..4ba8d77f7a 100644 --- a/calico-cloud/reference/resources/remoteclusterconfiguration.mdx +++ b/calico-cloud/reference/resources/remoteclusterconfiguration.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the RemoteClusterConfiguration resource in Calico Cloud that federates resources between connected clusters for shared identity. --- # Remote cluster configuration diff --git a/calico-cloud/reference/resources/runtimesecurity.mdx b/calico-cloud/reference/resources/runtimesecurity.mdx index 14a53f1077..e4d4138559 100644 --- a/calico-cloud/reference/resources/runtimesecurity.mdx +++ b/calico-cloud/reference/resources/runtimesecurity.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource +description: Reference for the RuntimeSecurity resource in Calico Cloud that configures Container Threat Detection in a connected cluster. --- # RuntimeSecurity diff --git a/calico-cloud/reference/resources/securityeventwebhook.mdx b/calico-cloud/reference/resources/securityeventwebhook.mdx index 7ddd22959b..69baa6d59b 100644 --- a/calico-cloud/reference/resources/securityeventwebhook.mdx +++ b/calico-cloud/reference/resources/securityeventwebhook.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the SecurityEventWebhook resource in Calico Cloud connected clusters that forwards security events to external systems such as Slack or Jira. --- # Security event webhook diff --git a/calico-cloud/reference/resources/stagedglobalnetworkpolicy.mdx b/calico-cloud/reference/resources/stagedglobalnetworkpolicy.mdx index c35bf76b9f..8f8fef4f0b 100644 --- a/calico-cloud/reference/resources/stagedglobalnetworkpolicy.mdx +++ b/calico-cloud/reference/resources/stagedglobalnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the StagedGlobalNetworkPolicy resource in Calico Cloud connected clusters that previews cluster-scoped tiered policy without enforcing it. --- # Staged global network policy diff --git a/calico-cloud/reference/resources/stagedkubernetesnetworkpolicy.mdx b/calico-cloud/reference/resources/stagedkubernetesnetworkpolicy.mdx index b1788c896b..d439a7e6ca 100644 --- a/calico-cloud/reference/resources/stagedkubernetesnetworkpolicy.mdx +++ b/calico-cloud/reference/resources/stagedkubernetesnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the StagedKubernetesNetworkPolicy resource in Calico Cloud connected clusters that previews Kubernetes network policy without enforcing it. --- # Staged Kubernetes network policy diff --git a/calico-cloud/reference/resources/stagednetworkpolicy.mdx b/calico-cloud/reference/resources/stagednetworkpolicy.mdx index 7be00ba87a..f424c1eb04 100644 --- a/calico-cloud/reference/resources/stagednetworkpolicy.mdx +++ b/calico-cloud/reference/resources/stagednetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the StagedNetworkPolicy resource in Calico Cloud connected clusters that previews namespaced tiered policy without enforcing it. --- # Staged network policy diff --git a/calico-cloud/reference/resources/tier.mdx b/calico-cloud/reference/resources/tier.mdx index de04b0b681..0d83148a93 100644 --- a/calico-cloud/reference/resources/tier.mdx +++ b/calico-cloud/reference/resources/tier.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the Tier resource in Calico Cloud connected clusters that groups tiered policies into ordered evaluation buckets. --- # Tier diff --git a/calico-cloud/reference/resources/workloadendpoint.mdx b/calico-cloud/reference/resources/workloadendpoint.mdx index 9858f40307..1744136bf5 100644 --- a/calico-cloud/reference/resources/workloadendpoint.mdx +++ b/calico-cloud/reference/resources/workloadendpoint.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Cloud resource. +description: Reference for the WorkloadEndpoint resource in Calico Cloud connected clusters that represents a pod or VM interface for policy and IPAM. --- # Workload endpoint diff --git a/calico-cloud/reference/rest-api-reference.mdx b/calico-cloud/reference/rest-api-reference.mdx index 13b5395dee..42e7e5e6cb 100644 --- a/calico-cloud/reference/rest-api-reference.mdx +++ b/calico-cloud/reference/rest-api-reference.mdx @@ -1,5 +1,5 @@ --- -description: REST API reference +description: REST API reference index for Calico Cloud covering the SaaS management plane endpoints used by the Calico Cloud web console. --- # REST API Reference diff --git a/calico-enterprise/reference/api.mdx b/calico-enterprise/reference/api.mdx index 680e0df767..ec7fa1ef30 100644 --- a/calico-enterprise/reference/api.mdx +++ b/calico-enterprise/reference/api.mdx @@ -1,5 +1,5 @@ --- -description: Learn about the Tigera client library and how to use it. +description: Calico Enterprise Go client library reference for working with enterprise resources such as tiers, global alerts, and managed clusters programmatically. --- # Tigera Client library diff --git a/calico-enterprise/reference/architecture/data-path.mdx b/calico-enterprise/reference/architecture/data-path.mdx index 432cda8c89..0b4d317860 100644 --- a/calico-enterprise/reference/architecture/data-path.mdx +++ b/calico-enterprise/reference/architecture/data-path.mdx @@ -1,5 +1,5 @@ --- -description: Learn how packets flow between workloads in a datacenter, or between a workload and the internet. +description: Reference covering the Calico Enterprise data path explaining how packets flow between workloads and to external destinations across networking modes. --- # 'The Calico Enterprise data path: IP routing and iptables' diff --git a/calico-enterprise/reference/architecture/design/index.mdx b/calico-enterprise/reference/architecture/design/index.mdx index 717ac9f295..b9d6203dd0 100644 --- a/calico-enterprise/reference/architecture/design/index.mdx +++ b/calico-enterprise/reference/architecture/design/index.mdx @@ -1,5 +1,5 @@ --- -description: Deep dive into using Calico over Ethernet and IP fabrics. +description: Network design reference for Calico Enterprise covering layer-2 and layer-3 interconnect fabric options for the underlay network. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/architecture/design/l2-interconnect-fabric.mdx b/calico-enterprise/reference/architecture/design/l2-interconnect-fabric.mdx index a797d36554..e196d68998 100644 --- a/calico-enterprise/reference/architecture/design/l2-interconnect-fabric.mdx +++ b/calico-enterprise/reference/architecture/design/l2-interconnect-fabric.mdx @@ -1,5 +1,5 @@ --- -description: Understand the interconnect fabric options in a Calico network. +description: Reference for using Calico Enterprise over a layer-2 Ethernet interconnect fabric covering BGP peering and broadcast domain considerations. --- # Calico over Ethernet fabrics diff --git a/calico-enterprise/reference/architecture/design/l3-interconnect-fabric.mdx b/calico-enterprise/reference/architecture/design/l3-interconnect-fabric.mdx index 8abb0d5692..d6fd6ed8bd 100644 --- a/calico-enterprise/reference/architecture/design/l3-interconnect-fabric.mdx +++ b/calico-enterprise/reference/architecture/design/l3-interconnect-fabric.mdx @@ -1,5 +1,5 @@ --- -description: Understand considerations for implementing interconnect fabrics with Calico. +description: Reference for using Calico Enterprise over a layer-3 IP interconnect fabric covering BGP topology choices and route propagation. --- # Calico over IP fabrics diff --git a/calico-enterprise/reference/architecture/index.mdx b/calico-enterprise/reference/architecture/index.mdx index cbaca7c5bd..0359ccba65 100644 --- a/calico-enterprise/reference/architecture/index.mdx +++ b/calico-enterprise/reference/architecture/index.mdx @@ -1,5 +1,5 @@ --- -description: Calico Enterprise component architecture diagram, network design, and the data path between workloads. +description: Reference content for Calico Enterprise architecture including component diagram, network design, and the data path between workloads. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/architecture/overview.mdx b/calico-enterprise/reference/architecture/overview.mdx index 29a092639a..179ca2060a 100644 --- a/calico-enterprise/reference/architecture/overview.mdx +++ b/calico-enterprise/reference/architecture/overview.mdx @@ -1,5 +1,5 @@ --- -description: Understand the Calico Enterprise components and the basics of BGP networking. +description: Architectural overview reference of Calico Enterprise components covering the management plane, observability stack, and BGP networking foundations. --- # Component architecture diff --git a/calico-enterprise/reference/attribution.mdx b/calico-enterprise/reference/attribution.mdx index 1f43988066..29c00354ae 100644 --- a/calico-enterprise/reference/attribution.mdx +++ b/calico-enterprise/reference/attribution.mdx @@ -1,5 +1,5 @@ --- -description: Third-party license attribution report for Calico Enterprise +description: Third-party license attribution report listing open-source components shipped with Calico Enterprise. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/apply.mdx b/calico-enterprise/reference/clis/calicoctl/apply.mdx index 1187b4705c..0256241b5f 100644 --- a/calico-enterprise/reference/clis/calicoctl/apply.mdx +++ b/calico-enterprise/reference/clis/calicoctl/apply.mdx @@ -1,5 +1,5 @@ --- -description: Command to apply a policy. +description: Reference for the calicoctl apply command in Calico Enterprise, used to create or update resources from a manifest file. --- # calicoctl apply diff --git a/calico-enterprise/reference/clis/calicoctl/bgp/index.mdx b/calico-enterprise/reference/clis/calicoctl/bgp/index.mdx index 8487f70e8c..a6ad4c92f6 100644 --- a/calico-enterprise/reference/clis/calicoctl/bgp/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/bgp/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl BGP commands. +description: Reference index for the calicoctl BGP subcommands in Calico Enterprise. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/bgp/overview.mdx b/calico-enterprise/reference/clis/calicoctl/bgp/overview.mdx index 8bf9151265..710a16dab1 100644 --- a/calico-enterprise/reference/clis/calicoctl/bgp/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/bgp/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl bgp. +description: Reference overview of the calicoctl BGP subcommands in Calico Enterprise for inspecting BGP peer state. --- # calicoctl bgp diff --git a/calico-enterprise/reference/clis/calicoctl/bgp/peers.mdx b/calico-enterprise/reference/clis/calicoctl/bgp/peers.mdx index 4d04fe2370..9ad919d77f 100644 --- a/calico-enterprise/reference/clis/calicoctl/bgp/peers.mdx +++ b/calico-enterprise/reference/clis/calicoctl/bgp/peers.mdx @@ -1,5 +1,5 @@ --- -description: Command to release an IP address from Calico Enterprise IP management. +description: Reference for the calicoctl BGP peers command in Calico Enterprise, used to list configured BGP peers and their session state. --- # calicoctl bgp peers diff --git a/calico-enterprise/reference/clis/calicoctl/captured-packets.mdx b/calico-enterprise/reference/clis/calicoctl/captured-packets.mdx index 2173484dcf..06e927d379 100644 --- a/calico-enterprise/reference/clis/calicoctl/captured-packets.mdx +++ b/calico-enterprise/reference/clis/calicoctl/captured-packets.mdx @@ -1,5 +1,5 @@ --- -description: Command to access capture files generated by a PacketCapture. +description: Reference for the calicoctl captured-packets command in Calico Enterprise, used to copy or clean pcap files produced by a PacketCapture. --- # calicoctl captured-packets diff --git a/calico-enterprise/reference/clis/calicoctl/cluster/diags.mdx b/calico-enterprise/reference/clis/calicoctl/cluster/diags.mdx index a2bf457326..af93e03ba4 100644 --- a/calico-enterprise/reference/clis/calicoctl/cluster/diags.mdx +++ b/calico-enterprise/reference/clis/calicoctl/cluster/diags.mdx @@ -1,5 +1,5 @@ --- -description: Command to get diagnostics from a Calico cluster. +description: Reference for the calicoctl cluster diags command in Calico Enterprise, used to collect diagnostics from all nodes in a cluster. --- # calicoctl cluster diags diff --git a/calico-enterprise/reference/clis/calicoctl/cluster/index.mdx b/calico-enterprise/reference/clis/calicoctl/cluster/index.mdx index 8dba781deb..fa6ceb4312 100644 --- a/calico-enterprise/reference/clis/calicoctl/cluster/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/cluster/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl cluster commands. +description: Reference index for the calicoctl cluster subcommands in Calico Enterprise. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/cluster/overview.mdx b/calico-enterprise/reference/clis/calicoctl/cluster/overview.mdx index 1a6a15230f..48985657ee 100644 --- a/calico-enterprise/reference/clis/calicoctl/cluster/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/cluster/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl cluster. +description: Reference overview of the calicoctl cluster subcommands in Calico Enterprise for cluster-wide diagnostics. --- # calicoctl cluster diff --git a/calico-enterprise/reference/clis/calicoctl/convert.mdx b/calico-enterprise/reference/clis/calicoctl/convert.mdx index 5ed5394d6d..80b354792c 100644 --- a/calico-enterprise/reference/clis/calicoctl/convert.mdx +++ b/calico-enterprise/reference/clis/calicoctl/convert.mdx @@ -1,5 +1,5 @@ --- -description: Command to convert contents of policy.yaml to v3 policy. +description: Reference for the calicoctl convert command in Calico Enterprise, used to convert v1 resource manifests into v3 format. --- # calicoctl convert diff --git a/calico-enterprise/reference/clis/calicoctl/create.mdx b/calico-enterprise/reference/clis/calicoctl/create.mdx index 3799bc4b7d..6fae32de63 100644 --- a/calico-enterprise/reference/clis/calicoctl/create.mdx +++ b/calico-enterprise/reference/clis/calicoctl/create.mdx @@ -1,5 +1,5 @@ --- -description: Command to create a policy. +description: Reference for the calicoctl create command in Calico Enterprise, used to create resources from a manifest file. --- # calicoctl create diff --git a/calico-enterprise/reference/clis/calicoctl/datastore/index.mdx b/calico-enterprise/reference/clis/calicoctl/datastore/index.mdx index b8957eb3c9..07309c42c5 100644 --- a/calico-enterprise/reference/clis/calicoctl/datastore/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/datastore/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl datastore commands. +description: Reference index for the calicoctl datastore subcommands in Calico Enterprise covering migration between etcdv3 and Kubernetes datastores. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/index.mdx b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/index.mdx index f8edbc2600..91ad6f7bfe 100644 --- a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl datastore migrate commands. +description: Reference index for the calicoctl datastore migrate subcommands in Calico Enterprise. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/lock.mdx b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/lock.mdx index ef21c64252..fd028a8884 100644 --- a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/lock.mdx +++ b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/lock.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for locking a datastore for migration. +description: Reference for the calicoctl datastore migrate lock command in Calico Enterprise, used to lock a datastore during migration. --- # calicoctl datastore migrate lock diff --git a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/overview.mdx b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/overview.mdx index 135dda3081..d490cae3af 100644 --- a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl datastore migrate. +description: Reference overview of the calicoctl datastore migrate subcommands in Calico Enterprise for performing safe datastore migrations. --- # calicoctl datastore migrate diff --git a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/unlock.mdx b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/unlock.mdx index 15fe494687..af13a883b3 100644 --- a/calico-enterprise/reference/clis/calicoctl/datastore/migrate/unlock.mdx +++ b/calico-enterprise/reference/clis/calicoctl/datastore/migrate/unlock.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for unlocking a datastore after migration. +description: Reference for the calicoctl datastore migrate unlock command in Calico Enterprise, used to unlock a datastore after migration completes. --- # calicoctl datastore migrate unlock diff --git a/calico-enterprise/reference/clis/calicoctl/datastore/overview.mdx b/calico-enterprise/reference/clis/calicoctl/datastore/overview.mdx index f1975d552f..dccc843860 100644 --- a/calico-enterprise/reference/clis/calicoctl/datastore/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/datastore/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl datastore +description: Reference overview of the calicoctl datastore subcommands in Calico Enterprise for migrating between etcdv3 and Kubernetes datastores. --- # calicoctl datastore diff --git a/calico-enterprise/reference/clis/calicoctl/delete.mdx b/calico-enterprise/reference/clis/calicoctl/delete.mdx index 564bc74395..78813c8d6e 100644 --- a/calico-enterprise/reference/clis/calicoctl/delete.mdx +++ b/calico-enterprise/reference/clis/calicoctl/delete.mdx @@ -1,5 +1,5 @@ --- -description: Command to delete a policy. +description: Reference for the calicoctl delete command in Calico Enterprise, used to remove resources by name or from a manifest file. --- # calicoctl delete diff --git a/calico-enterprise/reference/clis/calicoctl/get.mdx b/calico-enterprise/reference/clis/calicoctl/get.mdx index ee17f50503..6054eb3ccf 100644 --- a/calico-enterprise/reference/clis/calicoctl/get.mdx +++ b/calico-enterprise/reference/clis/calicoctl/get.mdx @@ -1,5 +1,5 @@ --- -description: Command to list policies in the default output format. +description: Reference for the calicoctl get command in Calico Enterprise, used to list resources in plain, YAML, JSON, or wide output formats. --- # calicoctl get diff --git a/calico-enterprise/reference/clis/calicoctl/index.mdx b/calico-enterprise/reference/clis/calicoctl/index.mdx index 3bfb0ada02..9e00ed2b9d 100644 --- a/calico-enterprise/reference/clis/calicoctl/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/index.mdx @@ -1,5 +1,5 @@ --- -description: Optional command line interface (CLI) to manage Calico resources. +description: Reference content for the calicoctl command-line tool in Calico Enterprise for managing resources, IP address management, BGP, and packet captures. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/check.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/check.mdx index 99080cfc3e..c4b2c18730 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/check.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/check.mdx @@ -1,5 +1,5 @@ --- -description: Command to check IPAM status +description: Reference for the calicoctl IPAM check command in Calico Enterprise, used to audit IP address allocation consistency across the cluster. --- # calicoctl ipam check diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/configure.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/configure.mdx index 88787eaca1..c8b809a371 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/configure.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/configure.mdx @@ -1,5 +1,5 @@ --- -description: Command to change IPAM configuration. +description: Reference for the calicoctl IPAM configure command in Calico Enterprise, used to set IP address management options such as strict affinity. --- # calicoctl ipam configure diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/index.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/index.mdx index 1049df9db0..0d8e37cac8 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl IPAM commands for Calico-assigned IP addresses. +description: Reference index for the calicoctl IPAM subcommands in Calico Enterprise for managing Calico-assigned IP addresses. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/overview.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/overview.mdx index 9eed90a72c..a1ab33ea94 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl IP address management (IPAM). +description: Reference overview of the calicoctl IPAM subcommands in Calico Enterprise for IP address management operations. --- # calicoctl ipam diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/release.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/release.mdx index 39da4689c8..b35f879893 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/release.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/release.mdx @@ -1,5 +1,5 @@ --- -description: Command to release an IP address from Calico Enterprise IP management. +description: Reference for the calicoctl IPAM release command in Calico Enterprise, used to release a leaked or stale IP address back to the pool. --- # calicoctl ipam release diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/show.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/show.mdx index 82a4c4c55f..6cc33d57f3 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/show.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/show.mdx @@ -1,5 +1,5 @@ --- -description: Command to see if IP address is being used. +description: Reference for the calicoctl IPAM show command in Calico Enterprise, used to display the owner and details of an allocated IP address. --- # calicoctl ipam show diff --git a/calico-enterprise/reference/clis/calicoctl/ipam/split.mdx b/calico-enterprise/reference/clis/calicoctl/ipam/split.mdx index da0e5b4315..38b4ceb261 100644 --- a/calico-enterprise/reference/clis/calicoctl/ipam/split.mdx +++ b/calico-enterprise/reference/clis/calicoctl/ipam/split.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for splitting an existing IP pool +description: Reference for the calicoctl IPAM split command in Calico Enterprise, used to split an existing IP pool into smaller pools. --- # calicoctl ipam split diff --git a/calico-enterprise/reference/clis/calicoctl/label.mdx b/calico-enterprise/reference/clis/calicoctl/label.mdx index 6aeafa3cd4..a3fe55f48c 100644 --- a/calico-enterprise/reference/clis/calicoctl/label.mdx +++ b/calico-enterprise/reference/clis/calicoctl/label.mdx @@ -1,5 +1,5 @@ --- -description: Command to change labels for workload endpoints or nodes. +description: Reference for the calicoctl label command in Calico Enterprise, used to add, change, or remove labels on workload endpoints and nodes. --- # calicoctl label diff --git a/calico-enterprise/reference/clis/calicoctl/node/checksystem.mdx b/calico-enterprise/reference/clis/calicoctl/node/checksystem.mdx index a005110637..e384adaffc 100644 --- a/calico-enterprise/reference/clis/calicoctl/node/checksystem.mdx +++ b/calico-enterprise/reference/clis/calicoctl/node/checksystem.mdx @@ -1,5 +1,5 @@ --- -description: Command to check compatibility of host to run a Calico node instance. +description: Reference for the calicoctl node check-system command in Calico Enterprise, used to verify host kernel support for required features. --- # calicoctl node checksystem diff --git a/calico-enterprise/reference/clis/calicoctl/node/diags.mdx b/calico-enterprise/reference/clis/calicoctl/node/diags.mdx index 86f87a07b8..633178f098 100644 --- a/calico-enterprise/reference/clis/calicoctl/node/diags.mdx +++ b/calico-enterprise/reference/clis/calicoctl/node/diags.mdx @@ -1,5 +1,5 @@ --- -description: Command to get diagnostics from a Calico node. +description: Reference for the calicoctl node diags command in Calico Enterprise, used to collect diagnostics from a single Calico node. --- # calicoctl node diags diff --git a/calico-enterprise/reference/clis/calicoctl/node/index.mdx b/calico-enterprise/reference/clis/calicoctl/node/index.mdx index 625828c02d..41da28d348 100644 --- a/calico-enterprise/reference/clis/calicoctl/node/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/node/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl node commands. +description: Reference index for the calicoctl node subcommands in Calico Enterprise. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoctl/node/overview.mdx b/calico-enterprise/reference/clis/calicoctl/node/overview.mdx index 57880633f6..01e1ba78de 100644 --- a/calico-enterprise/reference/clis/calicoctl/node/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/node/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl node. +description: Reference overview of the calicoctl node subcommands in Calico Enterprise for managing the cnx-node container. --- # calicoctl node diff --git a/calico-enterprise/reference/clis/calicoctl/node/run.mdx b/calico-enterprise/reference/clis/calicoctl/node/run.mdx index 74f989db45..784088eb30 100644 --- a/calico-enterprise/reference/clis/calicoctl/node/run.mdx +++ b/calico-enterprise/reference/clis/calicoctl/node/run.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for running a Calico node. +description: Reference for the calicoctl node run command in Calico Enterprise, used to start a cnx-node instance with the supplied options. --- # calicoctl node run diff --git a/calico-enterprise/reference/clis/calicoctl/node/status.mdx b/calico-enterprise/reference/clis/calicoctl/node/status.mdx index 6024a56cc6..cb5a89deb1 100644 --- a/calico-enterprise/reference/clis/calicoctl/node/status.mdx +++ b/calico-enterprise/reference/clis/calicoctl/node/status.mdx @@ -1,5 +1,5 @@ --- -description: Command to check status of a Calico node instance. +description: Reference for the calicoctl node status command in Calico Enterprise, used to display BGP peer state and node liveness. --- # calicoctl node status diff --git a/calico-enterprise/reference/clis/calicoctl/overview.mdx b/calico-enterprise/reference/clis/calicoctl/overview.mdx index 4973014836..3f3e0c9183 100644 --- a/calico-enterprise/reference/clis/calicoctl/overview.mdx +++ b/calico-enterprise/reference/clis/calicoctl/overview.mdx @@ -1,5 +1,5 @@ --- -description: The command line interface tool (CLI) to manage Calico Enterprise network and security policy. +description: Reference overview of the calicoctl command-line tool for managing Calico Enterprise tiered policy, BGP, IP address management, and node operations. --- # calicoctl user reference diff --git a/calico-enterprise/reference/clis/calicoctl/patch.mdx b/calico-enterprise/reference/clis/calicoctl/patch.mdx index e07e0d3c88..74aec4cfb6 100644 --- a/calico-enterprise/reference/clis/calicoctl/patch.mdx +++ b/calico-enterprise/reference/clis/calicoctl/patch.mdx @@ -1,5 +1,5 @@ --- -description: Command to update a node with a patch. +description: Reference for the calicoctl patch command in Calico Enterprise, used to apply a partial update to a resource. --- # calicoctl patch diff --git a/calico-enterprise/reference/clis/calicoctl/replace.mdx b/calico-enterprise/reference/clis/calicoctl/replace.mdx index 245505094b..cc6098d2b8 100644 --- a/calico-enterprise/reference/clis/calicoctl/replace.mdx +++ b/calico-enterprise/reference/clis/calicoctl/replace.mdx @@ -1,5 +1,5 @@ --- -description: Command to replace an existing policy with a different one. +description: Reference for the calicoctl replace command in Calico Enterprise, used to replace an existing resource with one defined in a manifest. --- # calicoctl replace diff --git a/calico-enterprise/reference/clis/calicoctl/review/index.mdx b/calico-enterprise/reference/clis/calicoctl/review/index.mdx index 02a606efa0..26b742fdf7 100644 --- a/calico-enterprise/reference/clis/calicoctl/review/index.mdx +++ b/calico-enterprise/reference/clis/calicoctl/review/index.mdx @@ -1,5 +1,5 @@ --- -description: Review network policy activity with calicoctl. +description: Reference index for the calicoctl review subcommands in Calico Enterprise that audit network policy activity. --- # calicoctl review diff --git a/calico-enterprise/reference/clis/calicoctl/review/unused-policies.mdx b/calico-enterprise/reference/clis/calicoctl/review/unused-policies.mdx index 78f13c9c42..e763f77c1f 100644 --- a/calico-enterprise/reference/clis/calicoctl/review/unused-policies.mdx +++ b/calico-enterprise/reference/clis/calicoctl/review/unused-policies.mdx @@ -1,5 +1,5 @@ --- -description: Identify network policies and rules that have not evaluated any traffic within a specified time window. +description: Reference for the calicoctl review unused-policies command in Calico Enterprise that identifies policies and rules that have not matched any traffic. --- # calicoctl review unused-policies diff --git a/calico-enterprise/reference/clis/calicoctl/validate.mdx b/calico-enterprise/reference/clis/calicoctl/validate.mdx index e6a3c82277..ff98db07c3 100644 --- a/calico-enterprise/reference/clis/calicoctl/validate.mdx +++ b/calico-enterprise/reference/clis/calicoctl/validate.mdx @@ -1,5 +1,5 @@ --- -description: Command to validate Calico resource files. +description: Reference for the calicoctl validate command in Calico Enterprise, used to check resource manifests for syntax and schema errors. --- # calicoctl validate diff --git a/calico-enterprise/reference/clis/calicoctl/version.mdx b/calico-enterprise/reference/clis/calicoctl/version.mdx index 679c111aa2..6126a99a5f 100644 --- a/calico-enterprise/reference/clis/calicoctl/version.mdx +++ b/calico-enterprise/reference/clis/calicoctl/version.mdx @@ -1,5 +1,5 @@ --- -description: Command to display the calicoctl CLI version. +description: Reference for the calicoctl version command in Calico Enterprise, used to display client and cluster version information. --- # calicoctl version diff --git a/calico-enterprise/reference/clis/calicoq/endpoint.mdx b/calico-enterprise/reference/clis/calicoq/endpoint.mdx index 79e5fa0bc5..cd25151558 100644 --- a/calico-enterprise/reference/clis/calicoq/endpoint.mdx +++ b/calico-enterprise/reference/clis/calicoq/endpoint.mdx @@ -1,5 +1,5 @@ --- -description: Command to list policies and profiles for selected endpoints. +description: Reference for the calicoq endpoint command in Calico Enterprise, used to list policies and profiles applied to selected endpoints. --- # calicoq endpoint diff --git a/calico-enterprise/reference/clis/calicoq/eval.mdx b/calico-enterprise/reference/clis/calicoq/eval.mdx index 6e9c568b83..b24f64821a 100644 --- a/calico-enterprise/reference/clis/calicoq/eval.mdx +++ b/calico-enterprise/reference/clis/calicoq/eval.mdx @@ -1,5 +1,5 @@ --- -description: Command to list endpoints matched by a selector. +description: Reference for the calicoq evaluate command in Calico Enterprise, used to list endpoints matched by a policy selector expression. --- # calicoq eval diff --git a/calico-enterprise/reference/clis/calicoq/host.mdx b/calico-enterprise/reference/clis/calicoq/host.mdx index c784301419..dd86ff9088 100644 --- a/calico-enterprise/reference/clis/calicoq/host.mdx +++ b/calico-enterprise/reference/clis/calicoq/host.mdx @@ -1,5 +1,5 @@ --- -description: Command to list endpoints, policies, and profiles on the selected host. +description: Reference for the calicoq host command in Calico Enterprise, used to list endpoints, policies, and profiles on a selected host. --- # calicoq host diff --git a/calico-enterprise/reference/clis/calicoq/index.mdx b/calico-enterprise/reference/clis/calicoq/index.mdx index f71b0a9308..cd6ee65a1f 100644 --- a/calico-enterprise/reference/clis/calicoq/index.mdx +++ b/calico-enterprise/reference/clis/calicoq/index.mdx @@ -1,5 +1,5 @@ --- -description: CLI to check Calico Enterprise security policies. +description: Reference content for the calicoq command-line tool in Calico Enterprise that audits which policies and profiles apply to endpoints. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/clis/calicoq/overview.mdx b/calico-enterprise/reference/clis/calicoq/overview.mdx index ac29036e9a..4955a1651d 100644 --- a/calico-enterprise/reference/clis/calicoq/overview.mdx +++ b/calico-enterprise/reference/clis/calicoq/overview.mdx @@ -1,5 +1,5 @@ --- -description: CLI to verify that your security policies are configured as intended. +description: Reference overview of the calicoq command-line tool in Calico Enterprise for verifying that security policies are configured as intended. --- # calicoq diff --git a/calico-enterprise/reference/clis/calicoq/policy.mdx b/calico-enterprise/reference/clis/calicoq/policy.mdx index 3165636154..6c1b64be1d 100644 --- a/calico-enterprise/reference/clis/calicoq/policy.mdx +++ b/calico-enterprise/reference/clis/calicoq/policy.mdx @@ -1,5 +1,5 @@ --- -description: Command to list endpoints for a policy. +description: Reference for the calicoq policy command in Calico Enterprise, used to list endpoints selected by a given policy. --- # calicoq policy diff --git a/calico-enterprise/reference/clis/calicoq/selectors.mdx b/calico-enterprise/reference/clis/calicoq/selectors.mdx index 807b47a428..c47af646cf 100644 --- a/calico-enterprise/reference/clis/calicoq/selectors.mdx +++ b/calico-enterprise/reference/clis/calicoq/selectors.mdx @@ -1,5 +1,5 @@ --- -description: Use selectors to match criteria in endpoints, policies, or profiles . +description: Reference for selector syntax accepted by calicoq in Calico Enterprise when matching endpoints, policies, or profiles. --- # calicoq and selectors diff --git a/calico-enterprise/reference/clis/calicoq/version.mdx b/calico-enterprise/reference/clis/calicoq/version.mdx index f1e1f4f0f4..4693347e6f 100644 --- a/calico-enterprise/reference/clis/calicoq/version.mdx +++ b/calico-enterprise/reference/clis/calicoq/version.mdx @@ -1,5 +1,5 @@ --- -description: Command to list version of the calicoq CLI. +description: Reference for the calicoq version command in Calico Enterprise, used to display the calicoq client version. --- # calicoq version diff --git a/calico-enterprise/reference/clis/index.mdx b/calico-enterprise/reference/clis/index.mdx index 0d035958bf..06e3501143 100644 --- a/calico-enterprise/reference/clis/index.mdx +++ b/calico-enterprise/reference/clis/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl and calicoq command line interfaces. +description: Reference index for the Calico Enterprise command-line tools calicoctl and calicoq. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/component-resources/configuration.mdx b/calico-enterprise/reference/component-resources/configuration.mdx index ac492b0b40..776974b237 100644 --- a/calico-enterprise/reference/component-resources/configuration.mdx +++ b/calico-enterprise/reference/component-resources/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Details for configuring the Calico Enterprise CNI plugins. +description: Reference for configuring the CNI plugin in Calico Enterprise covering operator-managed and manifest-mode CNI configuration options. --- # Configuring the Calico Enterprise CNI plugins diff --git a/calico-enterprise/reference/component-resources/configure-resources.mdx b/calico-enterprise/reference/component-resources/configure-resources.mdx index cea0e9124e..7281339d8f 100644 --- a/calico-enterprise/reference/component-resources/configure-resources.mdx +++ b/calico-enterprise/reference/component-resources/configure-resources.mdx @@ -1,5 +1,5 @@ --- -description: Configure Resource requests and limits. +description: Reference for setting Kubernetes resource requests and limits on Calico Enterprise components managed by the Tigera Operator. --- # Configure resource requests and limits diff --git a/calico-enterprise/reference/component-resources/index.mdx b/calico-enterprise/reference/component-resources/index.mdx index 3987b49c08..317b6fa36e 100644 --- a/calico-enterprise/reference/component-resources/index.mdx +++ b/calico-enterprise/reference/component-resources/index.mdx @@ -1,5 +1,5 @@ --- -description: Reference content for Calico Enterprise component resources. +description: Reference content for Calico Enterprise component resources covering CNI configuration, Typha, kube-controllers, and node components. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/component-resources/kube-controllers/configuration.mdx b/calico-enterprise/reference/component-resources/kube-controllers/configuration.mdx index a5846410ab..5799695612 100644 --- a/calico-enterprise/reference/component-resources/kube-controllers/configuration.mdx +++ b/calico-enterprise/reference/component-resources/kube-controllers/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Calico Enterprise Kubernetes controllers monitor the Kubernetes API and perform actions based on cluster state. +description: Reference for kube-controllers configuration in Calico Enterprise covering environment variables and KubeControllersConfiguration options. --- # Configuring the Calico Enterprise Kubernetes controllers diff --git a/calico-enterprise/reference/component-resources/kube-controllers/index.mdx b/calico-enterprise/reference/component-resources/kube-controllers/index.mdx index 303cb85423..25bfb0ed00 100644 --- a/calico-enterprise/reference/component-resources/kube-controllers/index.mdx +++ b/calico-enterprise/reference/component-resources/kube-controllers/index.mdx @@ -1,5 +1,5 @@ --- -description: kube-controllers is a set of Kubernetes controllers for Calico +description: Reference content for the kube-controllers component in Calico Enterprise that watches Kubernetes API events and reconciles cluster state. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/component-resources/kube-controllers/prometheus.mdx b/calico-enterprise/reference/component-resources/kube-controllers/prometheus.mdx index ce4a2ea733..28b658b746 100644 --- a/calico-enterprise/reference/component-resources/kube-controllers/prometheus.mdx +++ b/calico-enterprise/reference/component-resources/kube-controllers/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the kube-controllers component if you are using Prometheus. +description: Prometheus metrics reference for the kube-controllers component in Calico Enterprise covering reconcile latency and queue depth. --- # Monitoring kube-controllers with Prometheus diff --git a/calico-enterprise/reference/component-resources/node/configuration.mdx b/calico-enterprise/reference/component-resources/node/configuration.mdx index b43262ddbf..7812d08935 100644 --- a/calico-enterprise/reference/component-resources/node/configuration.mdx +++ b/calico-enterprise/reference/component-resources/node/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Customize cnx-node using environment variables. +description: Reference for configuring the cnx-node container in Calico Enterprise through environment variables that control Felix, BIRD, and confd. --- # Configuring cnx-node diff --git a/calico-enterprise/reference/component-resources/node/felix/configuration.mdx b/calico-enterprise/reference/component-resources/node/felix/configuration.mdx index bc6af07f50..6b71b06104 100644 --- a/calico-enterprise/reference/component-resources/node/felix/configuration.mdx +++ b/calico-enterprise/reference/component-resources/node/felix/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Configure Felix, the daemon that runs on every machine that provides endpoints. +description: Reference for Felix configuration parameters in Calico Enterprise covering environment variables, FelixConfiguration fields, and per-node overrides. --- # Configuring Felix diff --git a/calico-enterprise/reference/component-resources/node/felix/index.mdx b/calico-enterprise/reference/component-resources/node/felix/index.mdx index b7c1e2d1c1..27728985a1 100644 --- a/calico-enterprise/reference/component-resources/node/felix/index.mdx +++ b/calico-enterprise/reference/component-resources/node/felix/index.mdx @@ -1,5 +1,5 @@ --- -description: Felix is a Calico component that runs on every machine that provides endpoints. +description: Reference content for Felix in Calico Enterprise, the per-node daemon that programs routes and tiered policy rules into the Linux data plane. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/component-resources/node/felix/prometheus.mdx b/calico-enterprise/reference/component-resources/node/felix/prometheus.mdx index 4afc5f0d2d..0f2896c5cf 100644 --- a/calico-enterprise/reference/component-resources/node/felix/prometheus.mdx +++ b/calico-enterprise/reference/component-resources/node/felix/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the Felix component if you are using Prometheus. +description: Prometheus metrics reference for Felix in Calico Enterprise covering counters and gauges exposed for data plane health and policy evaluation. --- # Monitoring Felix with Prometheus diff --git a/calico-enterprise/reference/component-resources/node/index.mdx b/calico-enterprise/reference/component-resources/node/index.mdx index c468cc112a..51cdac4d99 100644 --- a/calico-enterprise/reference/component-resources/node/index.mdx +++ b/calico-enterprise/reference/component-resources/node/index.mdx @@ -1,5 +1,5 @@ --- -description: Learn about the components that comprise the cnx-node. +description: Reference content for the cnx-node component in Calico Enterprise covering Felix, BIRD, and the per-node agent configuration. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/component-resources/typha/configuration.mdx b/calico-enterprise/reference/component-resources/typha/configuration.mdx index 039acdcd07..533e3cbc92 100644 --- a/calico-enterprise/reference/component-resources/typha/configuration.mdx +++ b/calico-enterprise/reference/component-resources/typha/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Configure Typha for scaling Kubernetes API datastore (kdd). +description: Reference for Typha configuration parameters in Calico Enterprise covering environment variables and config file options for scaling the Kubernetes datastore. --- # Configuring Typha diff --git a/calico-enterprise/reference/component-resources/typha/index.mdx b/calico-enterprise/reference/component-resources/typha/index.mdx index 7c686c6303..ca19edadd0 100644 --- a/calico-enterprise/reference/component-resources/typha/index.mdx +++ b/calico-enterprise/reference/component-resources/typha/index.mdx @@ -1,5 +1,5 @@ --- -description: Typha is the Calico component for scaling Kubernetes deployments. +description: Reference content for the Typha component in Calico Enterprise that scales Felix connections to the Kubernetes API datastore. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/component-resources/typha/overview.mdx b/calico-enterprise/reference/component-resources/typha/overview.mdx index fc3c771648..6396f92038 100644 --- a/calico-enterprise/reference/component-resources/typha/overview.mdx +++ b/calico-enterprise/reference/component-resources/typha/overview.mdx @@ -1,5 +1,5 @@ --- -description: Increase scale and reduce node impact on the datastore using Typha. +description: Reference overview of the Typha daemon in Calico Enterprise explaining how it reduces datastore load and scales Felix to large clusters. --- # Reduce node impacts on datastore diff --git a/calico-enterprise/reference/component-resources/typha/prometheus.mdx b/calico-enterprise/reference/component-resources/typha/prometheus.mdx index 649fa64f3f..ccff14793c 100644 --- a/calico-enterprise/reference/component-resources/typha/prometheus.mdx +++ b/calico-enterprise/reference/component-resources/typha/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the Typha component if you are using Prometheus. +description: Prometheus metrics reference for Typha in Calico Enterprise covering connection counts, cache health, and fan-out metrics. --- # Monitoring Typha with Prometheus diff --git a/calico-enterprise/reference/component-versions.mdx b/calico-enterprise/reference/component-versions.mdx index 9ac9bf2d61..d0a4ad3e1f 100644 --- a/calico-enterprise/reference/component-versions.mdx +++ b/calico-enterprise/reference/component-versions.mdx @@ -1,5 +1,5 @@ --- -description: A list of component versions for Calico Enterprise +description: Component version reference listing the container images and binaries shipped with each Calico Enterprise release. --- import ComponentVersions from '@site/calico-enterprise/_includes/components/ComponentVersions'; diff --git a/calico-enterprise/reference/faq.mdx b/calico-enterprise/reference/faq.mdx index 1dc2ac6d85..7bc430879d 100644 --- a/calico-enterprise/reference/faq.mdx +++ b/calico-enterprise/reference/faq.mdx @@ -1,5 +1,5 @@ --- -description: Common questions that users ask about Calico Enterprise. +description: Frequently asked questions about Calico Enterprise covering the management UI, tiers, observability, multi-cluster management, and platform support. --- # Frequently asked questions diff --git a/calico-enterprise/reference/host-endpoints/connectivity.mdx b/calico-enterprise/reference/host-endpoints/connectivity.mdx index ce65240507..cc272e947c 100644 --- a/calico-enterprise/reference/host-endpoints/connectivity.mdx +++ b/calico-enterprise/reference/host-endpoints/connectivity.mdx @@ -1,5 +1,5 @@ --- -description: Customize the Calico failsafe policy to protect host endpoints. +description: Reference for the Calico Enterprise failsafe policy that protects host endpoints from being cut off when host network policy is misconfigured. --- # Creating policy for basic connectivity diff --git a/calico-enterprise/reference/host-endpoints/conntrack.mdx b/calico-enterprise/reference/host-endpoints/conntrack.mdx index c7d6fa1255..354f1dd0f7 100644 --- a/calico-enterprise/reference/host-endpoints/conntrack.mdx +++ b/calico-enterprise/reference/host-endpoints/conntrack.mdx @@ -1,5 +1,5 @@ --- -description: Workaround for Linux conntrack if Calico policy is not working as it should. +description: Reference covering Linux conntrack workarounds for Calico Enterprise host endpoint policy when stateful tracking interferes with packet flow. --- # Connection tracking diff --git a/calico-enterprise/reference/host-endpoints/failsafe.mdx b/calico-enterprise/reference/host-endpoints/failsafe.mdx index d203c50af4..7223366cac 100644 --- a/calico-enterprise/reference/host-endpoints/failsafe.mdx +++ b/calico-enterprise/reference/host-endpoints/failsafe.mdx @@ -1,5 +1,5 @@ --- -description: Avoid cutting off connectivity to hosts because of incorrect network policies. +description: Reference for the Calico Enterprise failsafe inbound and outbound port lists that prevent host network policy from cutting off control-plane connectivity. --- # Failsafe rules diff --git a/calico-enterprise/reference/host-endpoints/forwarded.mdx b/calico-enterprise/reference/host-endpoints/forwarded.mdx index 92b6c0e087..bf55608c5e 100644 --- a/calico-enterprise/reference/host-endpoints/forwarded.mdx +++ b/calico-enterprise/reference/host-endpoints/forwarded.mdx @@ -1,5 +1,5 @@ --- -description: Learn the subtleties using the applyOnForward option in host endpoint policies. +description: Reference for the applyOnForward field on Calico Enterprise host endpoint policy that controls how rules apply to forwarded traffic. --- # Apply on forwarded traffic diff --git a/calico-enterprise/reference/host-endpoints/index.mdx b/calico-enterprise/reference/host-endpoints/index.mdx index e0e9ce6345..c05b1bf7a2 100644 --- a/calico-enterprise/reference/host-endpoints/index.mdx +++ b/calico-enterprise/reference/host-endpoints/index.mdx @@ -1,5 +1,5 @@ --- -description: Protect host endpoints with Calico network policy. +description: Reference content for protecting host endpoints with Calico Enterprise network policy including failsafe ports, applyOnForward, pre-DNAT, and connectivity behavior. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/host-endpoints/objects.mdx b/calico-enterprise/reference/host-endpoints/objects.mdx index 881d42708c..4d8957e44f 100644 --- a/calico-enterprise/reference/host-endpoints/objects.mdx +++ b/calico-enterprise/reference/host-endpoints/objects.mdx @@ -1,5 +1,5 @@ --- -description: To protect a host interface, start by creating a host endpoint object in etcd. +description: Reference for the HostEndpoint object in Calico Enterprise describing how to model a host network interface so policy can select it. --- # Creating host endpoint objects diff --git a/calico-enterprise/reference/host-endpoints/overview.mdx b/calico-enterprise/reference/host-endpoints/overview.mdx index 3397d1fbf2..bcc2a84ce2 100644 --- a/calico-enterprise/reference/host-endpoints/overview.mdx +++ b/calico-enterprise/reference/host-endpoints/overview.mdx @@ -1,5 +1,5 @@ --- -description: Secure host network interfaces. +description: Reference overview of host endpoint protection in Calico Enterprise covering the model for securing host network interfaces with policy. --- # Host endpoints diff --git a/calico-enterprise/reference/host-endpoints/pre-dnat.mdx b/calico-enterprise/reference/host-endpoints/pre-dnat.mdx index 298b001ce8..5f95ce3b1a 100644 --- a/calico-enterprise/reference/host-endpoints/pre-dnat.mdx +++ b/calico-enterprise/reference/host-endpoints/pre-dnat.mdx @@ -1,5 +1,5 @@ --- -description: Apply rules in a host endpoint policy before any DNAT. +description: Reference for pre-DNAT host endpoint policy in Calico Enterprise that applies rules to ingress traffic before destination NAT rewrites the address. --- # Pre-DNAT policy diff --git a/calico-enterprise/reference/host-endpoints/selector.mdx b/calico-enterprise/reference/host-endpoints/selector.mdx index 9fc2d1bc4d..a688ddaad8 100644 --- a/calico-enterprise/reference/host-endpoints/selector.mdx +++ b/calico-enterprise/reference/host-endpoints/selector.mdx @@ -1,5 +1,5 @@ --- -description: Apply ordered policies to endpoints that match specific label selectors. +description: Reference for ordered host endpoint policies in Calico Enterprise that match interfaces using label selectors. --- # Selector-based policies diff --git a/calico-enterprise/reference/host-endpoints/summary.mdx b/calico-enterprise/reference/host-endpoints/summary.mdx index 4a83b1694c..9b41a9b09a 100644 --- a/calico-enterprise/reference/host-endpoints/summary.mdx +++ b/calico-enterprise/reference/host-endpoints/summary.mdx @@ -1,5 +1,5 @@ --- -description: How different host endpoint rules affect packet flows. +description: Reference summary describing how the different Calico Enterprise host endpoint policy types interact and affect packet flows. title: Summary of host endpoint policies --- diff --git a/calico-enterprise/reference/index.mdx b/calico-enterprise/reference/index.mdx index f1e1ada162..3e2808cdc5 100644 --- a/calico-enterprise/reference/index.mdx +++ b/calico-enterprise/reference/index.mdx @@ -1,5 +1,5 @@ --- -description: APIs, CLI, architecture and design, and FAQ. +description: Reference content for Calico Enterprise including APIs, CLIs, architecture, host endpoints, component resources, and the platform support policy. --- import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components'; diff --git a/calico-enterprise/reference/installation/api.mdx b/calico-enterprise/reference/installation/api.mdx index 6dfafec983..d7bc845b10 100644 --- a/calico-enterprise/reference/installation/api.mdx +++ b/calico-enterprise/reference/installation/api.mdx @@ -1,5 +1,5 @@ --- -description: Installation API reference +description: Installation API reference for Calico Enterprise listing the operator-managed custom resources used to configure cluster installation. --- # Installation reference diff --git a/calico-enterprise/reference/installation/helm_customization.mdx b/calico-enterprise/reference/installation/helm_customization.mdx index e13274322b..bc3bcdb5ab 100644 --- a/calico-enterprise/reference/installation/helm_customization.mdx +++ b/calico-enterprise/reference/installation/helm_customization.mdx @@ -1,5 +1,5 @@ --- -description: Helm installation reference +description: Helm chart values reference for installing Calico Enterprise covering supported overrides and operator configuration knobs. --- # Helm installation reference diff --git a/calico-enterprise/reference/installation/tigerastatus.mdx b/calico-enterprise/reference/installation/tigerastatus.mdx index 4fe9f14cab..cf68a274d2 100644 --- a/calico-enterprise/reference/installation/tigerastatus.mdx +++ b/calico-enterprise/reference/installation/tigerastatus.mdx @@ -1,5 +1,5 @@ --- -description: Descriptions of Tigera Status fields +description: Reference for the tigerastatus resource in Calico Enterprise that reports per-component installation and reconciliation health. --- # TigeraStatus diff --git a/calico-enterprise/reference/public-cloud/aws.mdx b/calico-enterprise/reference/public-cloud/aws.mdx index e9c53a7980..52cb6f986b 100644 --- a/calico-enterprise/reference/public-cloud/aws.mdx +++ b/calico-enterprise/reference/public-cloud/aws.mdx @@ -1,5 +1,5 @@ --- -description: Advantages of using Calico Enterprise in AWS. +description: Reference for running Calico Enterprise on Amazon Web Services covering supported networking modes and AWS platform integration notes. --- # Amazon Web Services diff --git a/calico-enterprise/reference/public-cloud/azure.mdx b/calico-enterprise/reference/public-cloud/azure.mdx index 1fac89de0d..409b5dc64b 100644 --- a/calico-enterprise/reference/public-cloud/azure.mdx +++ b/calico-enterprise/reference/public-cloud/azure.mdx @@ -1,5 +1,5 @@ --- -description: Support for Calico Enterprise in Azure. +description: Reference for running Calico Enterprise on Microsoft Azure covering supported networking modes and user-defined routes. --- # Azure diff --git a/calico-enterprise/reference/public-cloud/gce.mdx b/calico-enterprise/reference/public-cloud/gce.mdx index 1b152e06d9..4fd31756ca 100644 --- a/calico-enterprise/reference/public-cloud/gce.mdx +++ b/calico-enterprise/reference/public-cloud/gce.mdx @@ -1,5 +1,5 @@ --- -description: Methods to ensure that traffic between containers on different hosts is not dropped by GCE fabric. +description: Reference for running Calico Enterprise on Google Compute Engine covering supported networking modes and platform-specific routing. --- # Google Compute Engine diff --git a/calico-enterprise/reference/public-cloud/index.mdx b/calico-enterprise/reference/public-cloud/index.mdx index 88e2e5b284..8f9e80701c 100644 --- a/calico-enterprise/reference/public-cloud/index.mdx +++ b/calico-enterprise/reference/public-cloud/index.mdx @@ -1,5 +1,5 @@ --- -description: Tips for configuring Calico Enterprise in your public cloud provider. +description: Public cloud reference for Calico Enterprise covering platform-specific networking notes for AWS, Azure, and GCE deployments. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/resources/alertexception.mdx b/calico-enterprise/reference/resources/alertexception.mdx index 29883a0ec1..0e665338b6 100644 --- a/calico-enterprise/reference/resources/alertexception.mdx +++ b/calico-enterprise/reference/resources/alertexception.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the AlertException resource in Calico Enterprise that suppresses alerts matching a defined filter for a time window. --- # Alert exception diff --git a/calico-enterprise/reference/resources/bfdconfig.mdx b/calico-enterprise/reference/resources/bfdconfig.mdx index 138fdcc441..0f3e331ef1 100644 --- a/calico-enterprise/reference/resources/bfdconfig.mdx +++ b/calico-enterprise/reference/resources/bfdconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the BFD configuration resource in Calico Enterprise that tunes Bidirectional Forwarding Detection on BGP-peered nodes. --- import Selectors from '@site/calico-enterprise/_includes/content/_selectors.mdx'; diff --git a/calico-enterprise/reference/resources/bgpconfig.mdx b/calico-enterprise/reference/resources/bgpconfig.mdx index dc15b6e9e0..dd6ff1b4cf 100644 --- a/calico-enterprise/reference/resources/bgpconfig.mdx +++ b/calico-enterprise/reference/resources/bgpconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the BGPConfiguration resource in Calico Enterprise that sets cluster-wide BGP options including route reflectors and AS number. --- # BGP configuration diff --git a/calico-enterprise/reference/resources/bgpfilter.mdx b/calico-enterprise/reference/resources/bgpfilter.mdx index d8dde36fbd..38ba677042 100644 --- a/calico-enterprise/reference/resources/bgpfilter.mdx +++ b/calico-enterprise/reference/resources/bgpfilter.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the BGPFilter resource in Calico Enterprise that filters routes imported from or exported to BGP peers. --- # BGP Filter diff --git a/calico-enterprise/reference/resources/bgppeer.mdx b/calico-enterprise/reference/resources/bgppeer.mdx index a43812aa38..81c1a4625b 100644 --- a/calico-enterprise/reference/resources/bgppeer.mdx +++ b/calico-enterprise/reference/resources/bgppeer.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the BGPPeer resource in Calico Enterprise that defines a BGP neighbor relationship with external routers or other Calico nodes. --- # BGP peer diff --git a/calico-enterprise/reference/resources/blockaffinity.mdx b/calico-enterprise/reference/resources/blockaffinity.mdx index 451a6bad29..ce13e63459 100644 --- a/calico-enterprise/reference/resources/blockaffinity.mdx +++ b/calico-enterprise/reference/resources/blockaffinity.mdx @@ -1,5 +1,5 @@ --- -description: IP address management block affinity +description: Reference for the BlockAffinity resource in Calico Enterprise that records which node owns each IP address management block. --- # Block affinity diff --git a/calico-enterprise/reference/resources/caliconodestatus.mdx b/calico-enterprise/reference/resources/caliconodestatus.mdx index 69fdb137eb..1d35af5cf7 100644 --- a/calico-enterprise/reference/resources/caliconodestatus.mdx +++ b/calico-enterprise/reference/resources/caliconodestatus.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the CalicoNodeStatus resource in Calico Enterprise that exposes per-node agent, BGP, and routing state. --- # Calico node status diff --git a/calico-enterprise/reference/resources/compliance-reports/cis-benchmark.mdx b/calico-enterprise/reference/resources/compliance-reports/cis-benchmark.mdx index d43a6d5f29..92184ddb25 100644 --- a/calico-enterprise/reference/resources/compliance-reports/cis-benchmark.mdx +++ b/calico-enterprise/reference/resources/compliance-reports/cis-benchmark.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the CIS benchmark compliance report in Calico Enterprise that audits Kubernetes nodes against CIS recommendations. --- # CIS benchmark report diff --git a/calico-enterprise/reference/resources/compliance-reports/index.mdx b/calico-enterprise/reference/resources/compliance-reports/index.mdx index dac6207fca..deb390a14f 100644 --- a/calico-enterprise/reference/resources/compliance-reports/index.mdx +++ b/calico-enterprise/reference/resources/compliance-reports/index.mdx @@ -1,5 +1,5 @@ --- -description: Compliance reporting API. +description: Reference index for compliance report types available with Calico Enterprise covering inventory, network access, policy audit, and CIS benchmark. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/resources/compliance-reports/inventory.mdx b/calico-enterprise/reference/resources/compliance-reports/inventory.mdx index f8c8e3219b..4e2585393d 100644 --- a/calico-enterprise/reference/resources/compliance-reports/inventory.mdx +++ b/calico-enterprise/reference/resources/compliance-reports/inventory.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the inventory compliance report in Calico Enterprise that catalogs endpoints, namespaces, and policies in scope at report time. --- # Inventory report diff --git a/calico-enterprise/reference/resources/compliance-reports/network-access.mdx b/calico-enterprise/reference/resources/compliance-reports/network-access.mdx index 6c5b848bf5..e01798e591 100644 --- a/calico-enterprise/reference/resources/compliance-reports/network-access.mdx +++ b/calico-enterprise/reference/resources/compliance-reports/network-access.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the network access compliance report in Calico Enterprise that summarizes which endpoints could communicate based on policy. --- # Network Access report diff --git a/calico-enterprise/reference/resources/compliance-reports/overview.mdx b/calico-enterprise/reference/resources/compliance-reports/overview.mdx index 964cbb03a1..ec0cafe0e5 100644 --- a/calico-enterprise/reference/resources/compliance-reports/overview.mdx +++ b/calico-enterprise/reference/resources/compliance-reports/overview.mdx @@ -1,5 +1,5 @@ --- -description: Schedule reports and configure report scope. +description: Reference overview of compliance reporting in Calico Enterprise covering schedules, report scope, and the GlobalReport resource. --- # Compliance reports (deprecated) diff --git a/calico-enterprise/reference/resources/compliance-reports/policy-audit.mdx b/calico-enterprise/reference/resources/compliance-reports/policy-audit.mdx index 06970a93ce..67d19a5b84 100644 --- a/calico-enterprise/reference/resources/compliance-reports/policy-audit.mdx +++ b/calico-enterprise/reference/resources/compliance-reports/policy-audit.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the policy audit compliance report in Calico Enterprise that records changes to network policies during the report period. --- # Policy audit report diff --git a/calico-enterprise/reference/resources/deeppacketinspection.mdx b/calico-enterprise/reference/resources/deeppacketinspection.mdx index 5c491fa607..5c8a7a912f 100644 --- a/calico-enterprise/reference/resources/deeppacketinspection.mdx +++ b/calico-enterprise/reference/resources/deeppacketinspection.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the DeepPacketInspection resource in Calico Enterprise that defines workloads to scan with the Snort-based IDS engine. --- # Deep packet inspection diff --git a/calico-enterprise/reference/resources/earlynetworkconfiguration.mdx b/calico-enterprise/reference/resources/earlynetworkconfiguration.mdx index 6cadf42066..1e317e97ae 100644 --- a/calico-enterprise/reference/resources/earlynetworkconfiguration.mdx +++ b/calico-enterprise/reference/resources/earlynetworkconfiguration.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the EarlyNetworkConfiguration resource in Calico Enterprise that brings up BGP networking before the kubelet starts. --- # Early Network Configuration diff --git a/calico-enterprise/reference/resources/egressgatewaypolicy.mdx b/calico-enterprise/reference/resources/egressgatewaypolicy.mdx index 3cd371bfa5..741e7ba629 100644 --- a/calico-enterprise/reference/resources/egressgatewaypolicy.mdx +++ b/calico-enterprise/reference/resources/egressgatewaypolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the EgressGatewayPolicy resource in Calico Enterprise that selects which pods route through which egress gateways for outbound traffic. --- # Egress gateway policy diff --git a/calico-enterprise/reference/resources/externalnetwork.mdx b/calico-enterprise/reference/resources/externalnetwork.mdx index 4229006a04..8464633a8e 100644 --- a/calico-enterprise/reference/resources/externalnetwork.mdx +++ b/calico-enterprise/reference/resources/externalnetwork.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the ExternalNetwork resource in Calico Enterprise that models networks outside the cluster for use with egress gateways. --- # External network diff --git a/calico-enterprise/reference/resources/felixconfig.mdx b/calico-enterprise/reference/resources/felixconfig.mdx index be9ff379fb..a5727f931d 100644 --- a/calico-enterprise/reference/resources/felixconfig.mdx +++ b/calico-enterprise/reference/resources/felixconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the FelixConfiguration resource in Calico Enterprise that controls Felix data plane behavior cluster-wide. toc_max_heading_level: 4 --- diff --git a/calico-enterprise/reference/resources/globalalert.mdx b/calico-enterprise/reference/resources/globalalert.mdx index 78c8011442..accf20b02d 100644 --- a/calico-enterprise/reference/resources/globalalert.mdx +++ b/calico-enterprise/reference/resources/globalalert.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the GlobalAlert resource in Calico Enterprise that defines an alerting query against flow, audit, or DNS logs. --- # Global Alert diff --git a/calico-enterprise/reference/resources/globalnetworkpolicy.mdx b/calico-enterprise/reference/resources/globalnetworkpolicy.mdx index 5072e0478b..9522ccb350 100644 --- a/calico-enterprise/reference/resources/globalnetworkpolicy.mdx +++ b/calico-enterprise/reference/resources/globalnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the GlobalNetworkPolicy resource in Calico Enterprise, a cluster-scoped tiered policy that selects endpoints across all namespaces. --- # Global network policy diff --git a/calico-enterprise/reference/resources/globalnetworkset.mdx b/calico-enterprise/reference/resources/globalnetworkset.mdx index ecbf393b44..9e71f562fd 100644 --- a/calico-enterprise/reference/resources/globalnetworkset.mdx +++ b/calico-enterprise/reference/resources/globalnetworkset.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the GlobalNetworkSet resource in Calico Enterprise that defines a cluster-scoped set of CIDRs referenced by tiered network policy. --- # Global network set diff --git a/calico-enterprise/reference/resources/globalreport.mdx b/calico-enterprise/reference/resources/globalreport.mdx index e0ac9c94d7..16e2c70171 100644 --- a/calico-enterprise/reference/resources/globalreport.mdx +++ b/calico-enterprise/reference/resources/globalreport.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the GlobalReport resource in Calico Enterprise that schedules compliance reports against cluster network and policy state. --- # Global report diff --git a/calico-enterprise/reference/resources/globalthreatfeed.mdx b/calico-enterprise/reference/resources/globalthreatfeed.mdx index 8af83d22c6..1d8dd7c126 100644 --- a/calico-enterprise/reference/resources/globalthreatfeed.mdx +++ b/calico-enterprise/reference/resources/globalthreatfeed.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the GlobalThreatFeed resource in Calico Enterprise that pulls IP and domain indicators of compromise into Calico-managed network sets. --- # Global threat feed diff --git a/calico-enterprise/reference/resources/hostendpoint.mdx b/calico-enterprise/reference/resources/hostendpoint.mdx index 2250ca1ba0..130687d4bb 100644 --- a/calico-enterprise/reference/resources/hostendpoint.mdx +++ b/calico-enterprise/reference/resources/hostendpoint.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the HostEndpoint resource in Calico Enterprise that represents a host network interface for tiered policy enforcement. --- # Host endpoint diff --git a/calico-enterprise/reference/resources/index.mdx b/calico-enterprise/reference/resources/index.mdx index 2285c6bf97..f08cc39e35 100644 --- a/calico-enterprise/reference/resources/index.mdx +++ b/calico-enterprise/reference/resources/index.mdx @@ -1,5 +1,5 @@ --- -description: APIs for all Calico networking and network policy resources. +description: Reference index of the Calico Enterprise API resources covering networking, observability, threat feeds, compliance, and tiered policy custom resources. hide_table_of_contents: true --- diff --git a/calico-enterprise/reference/resources/ipamconfig.mdx b/calico-enterprise/reference/resources/ipamconfig.mdx index 07ec7adeb4..beb907cf45 100644 --- a/calico-enterprise/reference/resources/ipamconfig.mdx +++ b/calico-enterprise/reference/resources/ipamconfig.mdx @@ -1,5 +1,5 @@ --- -description: IP address management global configuration +description: Reference for the IP address management configuration resource in Calico Enterprise that sets cluster-wide options such as strict affinity. --- # IPAM configuration diff --git a/calico-enterprise/reference/resources/ippool.mdx b/calico-enterprise/reference/resources/ippool.mdx index 0f990b2a6e..ce5663ea81 100644 --- a/calico-enterprise/reference/resources/ippool.mdx +++ b/calico-enterprise/reference/resources/ippool.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the IPPool resource in Calico Enterprise that defines CIDRs available for pod IP address allocation. --- # IP pool diff --git a/calico-enterprise/reference/resources/ipreservation.mdx b/calico-enterprise/reference/resources/ipreservation.mdx index ab41de81c8..9ba8673563 100644 --- a/calico-enterprise/reference/resources/ipreservation.mdx +++ b/calico-enterprise/reference/resources/ipreservation.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the IPReservation resource in Calico Enterprise that excludes specific addresses or ranges from automatic allocation. --- # IP reservation diff --git a/calico-enterprise/reference/resources/kubecontrollersconfig.mdx b/calico-enterprise/reference/resources/kubecontrollersconfig.mdx index 0be1c62c15..7beac84cf3 100644 --- a/calico-enterprise/reference/resources/kubecontrollersconfig.mdx +++ b/calico-enterprise/reference/resources/kubecontrollersconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for KubeControllersConfiguration resource. +description: Reference for the KubeControllersConfiguration resource in Calico Enterprise that controls behavior of the kube-controllers component. --- import Selectors from '@site/calico-enterprise/_includes/content/_selectors.mdx'; diff --git a/calico-enterprise/reference/resources/licensekey.mdx b/calico-enterprise/reference/resources/licensekey.mdx index 6f403c5bf2..16d1c9e12e 100644 --- a/calico-enterprise/reference/resources/licensekey.mdx +++ b/calico-enterprise/reference/resources/licensekey.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the LicenseKey resource in Calico Enterprise that activates entitled enterprise features in the cluster. --- # License key diff --git a/calico-enterprise/reference/resources/managedcluster.mdx b/calico-enterprise/reference/resources/managedcluster.mdx index b4aa4d13d4..299e98c100 100644 --- a/calico-enterprise/reference/resources/managedcluster.mdx +++ b/calico-enterprise/reference/resources/managedcluster.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the ManagedCluster resource in Calico Enterprise that registers a workload cluster with a management cluster for centralized observability. --- # Managed Cluster diff --git a/calico-enterprise/reference/resources/networkpolicy.mdx b/calico-enterprise/reference/resources/networkpolicy.mdx index b562cc49b2..2d3cc4d3fb 100644 --- a/calico-enterprise/reference/resources/networkpolicy.mdx +++ b/calico-enterprise/reference/resources/networkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the NetworkPolicy resource in Calico Enterprise, a namespaced tiered policy that selects pods within a single namespace. --- # Network policy diff --git a/calico-enterprise/reference/resources/networkset.mdx b/calico-enterprise/reference/resources/networkset.mdx index 8cd63198c5..8b8b724b6a 100644 --- a/calico-enterprise/reference/resources/networkset.mdx +++ b/calico-enterprise/reference/resources/networkset.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the NetworkSet resource in Calico Enterprise that defines a namespaced set of CIDRs referenced by tiered network policy. --- # Network set diff --git a/calico-enterprise/reference/resources/node.mdx b/calico-enterprise/reference/resources/node.mdx index f142e33e63..d15a8accf9 100644 --- a/calico-enterprise/reference/resources/node.mdx +++ b/calico-enterprise/reference/resources/node.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the Node resource in Calico Enterprise that represents a host running the cnx-node agent. --- # Node diff --git a/calico-enterprise/reference/resources/overview.mdx b/calico-enterprise/reference/resources/overview.mdx index 791f2a9424..a70cdfda35 100644 --- a/calico-enterprise/reference/resources/overview.mdx +++ b/calico-enterprise/reference/resources/overview.mdx @@ -1,5 +1,5 @@ --- -description: Calico Enterprise resources (APIs) that you can manage using calicoctl. +description: Reference overview of the Calico Enterprise API resources, including the manifest format and how calicoctl and kubectl manage them. --- # Resource definitions diff --git a/calico-enterprise/reference/resources/packetcapture.mdx b/calico-enterprise/reference/resources/packetcapture.mdx index 3ab10fd9b3..3bbce20ef2 100644 --- a/calico-enterprise/reference/resources/packetcapture.mdx +++ b/calico-enterprise/reference/resources/packetcapture.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the PacketCapture resource in Calico Enterprise that captures pcap files from selected workloads for offline analysis. --- # Packet capture diff --git a/calico-enterprise/reference/resources/policyrecommendations.mdx b/calico-enterprise/reference/resources/policyrecommendations.mdx index fac897b05b..9601b93284 100644 --- a/calico-enterprise/reference/resources/policyrecommendations.mdx +++ b/calico-enterprise/reference/resources/policyrecommendations.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the PolicyRecommendation resource in Calico Enterprise that drives policy recommendations generated from observed namespace flows. --- # Policy recommendation scope diff --git a/calico-enterprise/reference/resources/profile.mdx b/calico-enterprise/reference/resources/profile.mdx index bf24a1e7ce..b039ef3100 100644 --- a/calico-enterprise/reference/resources/profile.mdx +++ b/calico-enterprise/reference/resources/profile.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the Profile resource in Calico Enterprise that groups labels and rules applied to endpoints. --- # Profile diff --git a/calico-enterprise/reference/resources/remoteclusterconfiguration.mdx b/calico-enterprise/reference/resources/remoteclusterconfiguration.mdx index 2f8ac0d1f7..eebb6bf0a9 100644 --- a/calico-enterprise/reference/resources/remoteclusterconfiguration.mdx +++ b/calico-enterprise/reference/resources/remoteclusterconfiguration.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the RemoteClusterConfiguration resource in Calico Enterprise that federates resources between clusters for shared identity. --- # Remote cluster configuration diff --git a/calico-enterprise/reference/resources/securityeventwebhook.mdx b/calico-enterprise/reference/resources/securityeventwebhook.mdx index 7ddd22959b..7b01b7a35e 100644 --- a/calico-enterprise/reference/resources/securityeventwebhook.mdx +++ b/calico-enterprise/reference/resources/securityeventwebhook.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the SecurityEventWebhook resource in Calico Enterprise that forwards security events to external systems such as Slack or Jira. --- # Security event webhook diff --git a/calico-enterprise/reference/resources/stagedglobalnetworkpolicy.mdx b/calico-enterprise/reference/resources/stagedglobalnetworkpolicy.mdx index 29289d86e6..dfe8c189c9 100644 --- a/calico-enterprise/reference/resources/stagedglobalnetworkpolicy.mdx +++ b/calico-enterprise/reference/resources/stagedglobalnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the StagedGlobalNetworkPolicy resource in Calico Enterprise that previews cluster-scoped tiered policy without enforcing it. --- # Staged global network policy diff --git a/calico-enterprise/reference/resources/stagedkubernetesnetworkpolicy.mdx b/calico-enterprise/reference/resources/stagedkubernetesnetworkpolicy.mdx index 793a587a8d..a54338cbcc 100644 --- a/calico-enterprise/reference/resources/stagedkubernetesnetworkpolicy.mdx +++ b/calico-enterprise/reference/resources/stagedkubernetesnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the StagedKubernetesNetworkPolicy resource in Calico Enterprise that previews Kubernetes network policy without enforcing it. --- # Staged Kubernetes network policy diff --git a/calico-enterprise/reference/resources/stagednetworkpolicy.mdx b/calico-enterprise/reference/resources/stagednetworkpolicy.mdx index 55ecac80cc..f467bb606a 100644 --- a/calico-enterprise/reference/resources/stagednetworkpolicy.mdx +++ b/calico-enterprise/reference/resources/stagednetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the StagedNetworkPolicy resource in Calico Enterprise that previews namespaced tiered policy without enforcing it. --- # Staged network policy diff --git a/calico-enterprise/reference/resources/tier.mdx b/calico-enterprise/reference/resources/tier.mdx index aa929c3c32..a9dd75e7c2 100644 --- a/calico-enterprise/reference/resources/tier.mdx +++ b/calico-enterprise/reference/resources/tier.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the Tier resource in Calico Enterprise that groups tiered policies into ordered evaluation buckets. --- # Tier diff --git a/calico-enterprise/reference/resources/workloadendpoint.mdx b/calico-enterprise/reference/resources/workloadendpoint.mdx index d0bbb98915..a203892f0a 100644 --- a/calico-enterprise/reference/resources/workloadendpoint.mdx +++ b/calico-enterprise/reference/resources/workloadendpoint.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico Enterprise resource. +description: Reference for the WorkloadEndpoint resource in Calico Enterprise that represents a pod or VM interface for policy and IPAM. --- # Workload endpoint diff --git a/calico-enterprise/reference/rest-api-reference.mdx b/calico-enterprise/reference/rest-api-reference.mdx index 13b5395dee..baf91bcf1b 100644 --- a/calico-enterprise/reference/rest-api-reference.mdx +++ b/calico-enterprise/reference/rest-api-reference.mdx @@ -1,5 +1,5 @@ --- -description: REST API reference +description: REST API reference index for Calico Enterprise covering the management plane APIs used by the Calico Enterprise UI. --- # REST API Reference diff --git a/calico-enterprise/reference/support-policy.mdx b/calico-enterprise/reference/support-policy.mdx index 23c5579298..7e0adec79f 100644 --- a/calico-enterprise/reference/support-policy.mdx +++ b/calico-enterprise/reference/support-policy.mdx @@ -1,5 +1,5 @@ --- -description: Calico Enterprise platform support policy. +description: Calico Enterprise platform support policy reference covering supported Kubernetes versions, operating systems, and lifecycle commitments. --- # Platform support policy diff --git a/calico/reference/api.mdx b/calico/reference/api.mdx index a9c53099da..003a382821 100644 --- a/calico/reference/api.mdx +++ b/calico/reference/api.mdx @@ -1,5 +1,5 @@ --- -description: Learn about the Calico client library and how to use it. +description: Calico Open Source Go client library reference for working with resources such as network policies programmatically against the Calico Open Source API. --- # Calico Client library diff --git a/calico/reference/architecture/data-path.mdx b/calico/reference/architecture/data-path.mdx index 678d1fc682..7615d61096 100644 --- a/calico/reference/architecture/data-path.mdx +++ b/calico/reference/architecture/data-path.mdx @@ -1,5 +1,5 @@ --- -description: Learn how packets flow between workloads in a datacenter, or between a workload and the internet. +description: Reference covering the Calico Open Source data path explaining how packets flow between workloads and to external destinations across networking modes. --- # 'The Calico data path: IP routing and iptables' diff --git a/calico/reference/architecture/design/index.mdx b/calico/reference/architecture/design/index.mdx index 717ac9f295..928e3f8c31 100644 --- a/calico/reference/architecture/design/index.mdx +++ b/calico/reference/architecture/design/index.mdx @@ -1,5 +1,5 @@ --- -description: Deep dive into using Calico over Ethernet and IP fabrics. +description: Network design reference for Calico Open Source covering layer-2 and layer-3 interconnect fabric options for the underlay network. hide_table_of_contents: true --- diff --git a/calico/reference/architecture/design/l2-interconnect-fabric.mdx b/calico/reference/architecture/design/l2-interconnect-fabric.mdx index 983da06ff8..2f45434c71 100644 --- a/calico/reference/architecture/design/l2-interconnect-fabric.mdx +++ b/calico/reference/architecture/design/l2-interconnect-fabric.mdx @@ -1,5 +1,5 @@ --- -description: Understand the interconnect fabric options in a Calico network. +description: Reference for using Calico Open Source over a layer-2 Ethernet interconnect fabric covering BGP peering and broadcast domain considerations. --- # Calico over Ethernet fabrics diff --git a/calico/reference/architecture/design/l3-interconnect-fabric.mdx b/calico/reference/architecture/design/l3-interconnect-fabric.mdx index c63912af30..259972595d 100644 --- a/calico/reference/architecture/design/l3-interconnect-fabric.mdx +++ b/calico/reference/architecture/design/l3-interconnect-fabric.mdx @@ -1,5 +1,5 @@ --- -description: Understand considerations for implementing interconnect fabrics with Calico. +description: Reference for using Calico Open Source over a layer-3 IP interconnect fabric covering BGP topology choices and route propagation. --- # Calico over IP fabrics diff --git a/calico/reference/architecture/index.mdx b/calico/reference/architecture/index.mdx index 7d3a0a9862..3692bc552a 100644 --- a/calico/reference/architecture/index.mdx +++ b/calico/reference/architecture/index.mdx @@ -1,5 +1,5 @@ --- -description: Understand Calico components, network design, and the data path between workloads. +description: Reference content for Calico Open Source architecture covering components, network design, and data path between workloads. hide_table_of_contents: true --- diff --git a/calico/reference/architecture/overview.mdx b/calico/reference/architecture/overview.mdx index 48fbcb64c6..7e52dffe24 100644 --- a/calico/reference/architecture/overview.mdx +++ b/calico/reference/architecture/overview.mdx @@ -1,5 +1,5 @@ --- -description: Learn the basic Calico components. +description: Architectural overview reference of the Calico Open Source components including Felix, BIRD, confd, Typha, and the kube-controllers. --- # Component architecture diff --git a/calico/reference/calicoctl/apply.mdx b/calico/reference/calicoctl/apply.mdx index 3748833094..dd12a51b21 100644 --- a/calico/reference/calicoctl/apply.mdx +++ b/calico/reference/calicoctl/apply.mdx @@ -1,5 +1,5 @@ --- -description: Command to apply a policy. +description: Reference for the calicoctl apply command in Calico Open Source, used to create or update resources from a manifest file. --- # calicoctl apply diff --git a/calico/reference/calicoctl/cluster/diags.mdx b/calico/reference/calicoctl/cluster/diags.mdx index ab36c4effe..628d226da5 100644 --- a/calico/reference/calicoctl/cluster/diags.mdx +++ b/calico/reference/calicoctl/cluster/diags.mdx @@ -1,5 +1,5 @@ --- -description: Command to get diagnostics from a Calico cluster. +description: Reference for the calicoctl cluster diags command in Calico Open Source, used to collect diagnostics from all nodes in a cluster. --- # calicoctl cluster diags diff --git a/calico/reference/calicoctl/cluster/index.mdx b/calico/reference/calicoctl/cluster/index.mdx index 8dba781deb..c40ad9c90a 100644 --- a/calico/reference/calicoctl/cluster/index.mdx +++ b/calico/reference/calicoctl/cluster/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl cluster commands. +description: Reference index for the calicoctl cluster subcommands in Calico Open Source. hide_table_of_contents: true --- diff --git a/calico/reference/calicoctl/cluster/overview.mdx b/calico/reference/calicoctl/cluster/overview.mdx index 1a6a15230f..cd120f1c26 100644 --- a/calico/reference/calicoctl/cluster/overview.mdx +++ b/calico/reference/calicoctl/cluster/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl cluster. +description: Reference overview of the calicoctl cluster subcommands in Calico Open Source for cluster-wide operations such as diagnostics collection. --- # calicoctl cluster diff --git a/calico/reference/calicoctl/convert.mdx b/calico/reference/calicoctl/convert.mdx index 4379db62c2..7d3ee482f1 100644 --- a/calico/reference/calicoctl/convert.mdx +++ b/calico/reference/calicoctl/convert.mdx @@ -1,5 +1,5 @@ --- -description: Command to convert contents of policy.yaml to v3 policy. +description: Reference for the calicoctl convert command in Calico Open Source, used to convert v1 resource manifests into v3 format. --- # calicoctl convert diff --git a/calico/reference/calicoctl/create.mdx b/calico/reference/calicoctl/create.mdx index faa3761270..fe1effdc55 100644 --- a/calico/reference/calicoctl/create.mdx +++ b/calico/reference/calicoctl/create.mdx @@ -1,5 +1,5 @@ --- -description: Command to create a policy. +description: Reference for the calicoctl create command in Calico Open Source, used to create resources from a manifest file. --- # calicoctl create diff --git a/calico/reference/calicoctl/datastore/index.mdx b/calico/reference/calicoctl/datastore/index.mdx index b8957eb3c9..e3de246e73 100644 --- a/calico/reference/calicoctl/datastore/index.mdx +++ b/calico/reference/calicoctl/datastore/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl datastore commands. +description: Reference index for the calicoctl datastore subcommands in Calico Open Source covering migration between etcdv3 and Kubernetes datastores. hide_table_of_contents: true --- diff --git a/calico/reference/calicoctl/datastore/migrate/export.mdx b/calico/reference/calicoctl/datastore/migrate/export.mdx index 1692d739a7..dbedf227b1 100644 --- a/calico/reference/calicoctl/datastore/migrate/export.mdx +++ b/calico/reference/calicoctl/datastore/migrate/export.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for exporting an etcdv3 datastore. +description: Reference for the calicoctl datastore migrate export command in Calico Open Source, used to export resources from an etcdv3 datastore. --- # calicoctl datastore migrate export diff --git a/calico/reference/calicoctl/datastore/migrate/import.mdx b/calico/reference/calicoctl/datastore/migrate/import.mdx index 7725629146..3d64c707b3 100644 --- a/calico/reference/calicoctl/datastore/migrate/import.mdx +++ b/calico/reference/calicoctl/datastore/migrate/import.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for importing exported data to a kubernetes datastore. +description: Reference for the calicoctl datastore migrate import command in Calico Open Source, used to import resources into a Kubernetes datastore. --- # calicoctl datastore migrate import diff --git a/calico/reference/calicoctl/datastore/migrate/index.mdx b/calico/reference/calicoctl/datastore/migrate/index.mdx index 2aa67cd9f3..e8e06547b9 100644 --- a/calico/reference/calicoctl/datastore/migrate/index.mdx +++ b/calico/reference/calicoctl/datastore/migrate/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl datastore migrate commands. +description: Reference index for the calicoctl datastore migrate subcommands in Calico Open Source. hide_table_of_contents: true --- diff --git a/calico/reference/calicoctl/datastore/migrate/lock.mdx b/calico/reference/calicoctl/datastore/migrate/lock.mdx index 24f1fc19e3..7f1df41504 100644 --- a/calico/reference/calicoctl/datastore/migrate/lock.mdx +++ b/calico/reference/calicoctl/datastore/migrate/lock.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for locking a datastore for migration. +description: Reference for the calicoctl datastore migrate lock command in Calico Open Source, used to lock a datastore during migration. --- # calicoctl datastore migrate lock diff --git a/calico/reference/calicoctl/datastore/migrate/overview.mdx b/calico/reference/calicoctl/datastore/migrate/overview.mdx index 5cb1ac66e9..47d08eb9d5 100644 --- a/calico/reference/calicoctl/datastore/migrate/overview.mdx +++ b/calico/reference/calicoctl/datastore/migrate/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl datastore migrate. +description: Reference overview of the calicoctl datastore migrate subcommands in Calico Open Source for performing safe datastore migrations. --- # calicoctl datastore migrate diff --git a/calico/reference/calicoctl/datastore/migrate/unlock.mdx b/calico/reference/calicoctl/datastore/migrate/unlock.mdx index 96128a908e..870bf9f42f 100644 --- a/calico/reference/calicoctl/datastore/migrate/unlock.mdx +++ b/calico/reference/calicoctl/datastore/migrate/unlock.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for unlocking a datastore after migration. +description: Reference for the calicoctl datastore migrate unlock command in Calico Open Source, used to unlock a datastore after migration completes. --- # calicoctl datastore migrate unlock diff --git a/calico/reference/calicoctl/datastore/overview.mdx b/calico/reference/calicoctl/datastore/overview.mdx index f1975d552f..7490ae094f 100644 --- a/calico/reference/calicoctl/datastore/overview.mdx +++ b/calico/reference/calicoctl/datastore/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl datastore +description: Reference overview of the calicoctl datastore subcommands in Calico Open Source for migrating between etcdv3 and Kubernetes datastores. --- # calicoctl datastore diff --git a/calico/reference/calicoctl/delete.mdx b/calico/reference/calicoctl/delete.mdx index f2c36b8384..321e4cb243 100644 --- a/calico/reference/calicoctl/delete.mdx +++ b/calico/reference/calicoctl/delete.mdx @@ -1,5 +1,5 @@ --- -description: Command to delete a policy. +description: Reference for the calicoctl delete command in Calico Open Source, used to remove resources by name or from a manifest file. --- # calicoctl delete diff --git a/calico/reference/calicoctl/get.mdx b/calico/reference/calicoctl/get.mdx index 4392ad768d..e0678a597e 100644 --- a/calico/reference/calicoctl/get.mdx +++ b/calico/reference/calicoctl/get.mdx @@ -1,5 +1,5 @@ --- -description: Command to list policies in the default output format. +description: Reference for the calicoctl get command in Calico Open Source, used to list resources in plain, YAML, JSON, or wide output formats. --- # calicoctl get diff --git a/calico/reference/calicoctl/index.mdx b/calico/reference/calicoctl/index.mdx index 710f6f7fb0..5dd9ccc578 100644 --- a/calico/reference/calicoctl/index.mdx +++ b/calico/reference/calicoctl/index.mdx @@ -1,4 +1,5 @@ --- +description: Calico Open Source calicoctl command-line tool reference for managing Calico API resources, IP address management, BGP, and node operations. title: calicoctl hide_table_of_contents: true diff --git a/calico/reference/calicoctl/ipam/check.mdx b/calico/reference/calicoctl/ipam/check.mdx index de3c406545..c33ca85cd2 100644 --- a/calico/reference/calicoctl/ipam/check.mdx +++ b/calico/reference/calicoctl/ipam/check.mdx @@ -1,5 +1,5 @@ --- -description: Command to check IPAM status +description: Reference for the calicoctl IPAM check command in Calico Open Source, used to audit IP address allocation consistency across the cluster. --- # calicoctl ipam check diff --git a/calico/reference/calicoctl/ipam/configure.mdx b/calico/reference/calicoctl/ipam/configure.mdx index 4976728c50..4a86e3922e 100644 --- a/calico/reference/calicoctl/ipam/configure.mdx +++ b/calico/reference/calicoctl/ipam/configure.mdx @@ -1,5 +1,5 @@ --- -description: Command to change IPAM configuration. +description: Reference for the calicoctl IPAM configure command in Calico Open Source, used to set IP address management options such as strict affinity. --- # calicoctl ipam configure diff --git a/calico/reference/calicoctl/ipam/index.mdx b/calico/reference/calicoctl/ipam/index.mdx index 1049df9db0..e7495f2f8a 100644 --- a/calico/reference/calicoctl/ipam/index.mdx +++ b/calico/reference/calicoctl/ipam/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl IPAM commands for Calico-assigned IP addresses. +description: Reference index for the calicoctl IPAM subcommands in Calico Open Source for managing Calico-assigned IP addresses. hide_table_of_contents: true --- diff --git a/calico/reference/calicoctl/ipam/overview.mdx b/calico/reference/calicoctl/ipam/overview.mdx index 9eed90a72c..8cf2fd0f45 100644 --- a/calico/reference/calicoctl/ipam/overview.mdx +++ b/calico/reference/calicoctl/ipam/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl IP address management (IPAM). +description: Reference overview of the calicoctl IPAM subcommands in Calico Open Source for IP address management operations. --- # calicoctl ipam diff --git a/calico/reference/calicoctl/ipam/release.mdx b/calico/reference/calicoctl/ipam/release.mdx index 9a4ac15b45..fd1afa23c8 100644 --- a/calico/reference/calicoctl/ipam/release.mdx +++ b/calico/reference/calicoctl/ipam/release.mdx @@ -1,5 +1,5 @@ --- -description: Command to release an IP address from Calico IP management. +description: Reference for the calicoctl IPAM release command in Calico Open Source, used to release a leaked or stale IP address back to the pool. --- # calicoctl ipam release diff --git a/calico/reference/calicoctl/ipam/show.mdx b/calico/reference/calicoctl/ipam/show.mdx index 800dbd12db..200d1b4ecc 100644 --- a/calico/reference/calicoctl/ipam/show.mdx +++ b/calico/reference/calicoctl/ipam/show.mdx @@ -1,5 +1,5 @@ --- -description: Command to see if IP address is being used. +description: Reference for the calicoctl IPAM show command in Calico Open Source, used to display the owner and details of an allocated IP address. --- # calicoctl ipam show diff --git a/calico/reference/calicoctl/ipam/split.mdx b/calico/reference/calicoctl/ipam/split.mdx index ea2e6881f9..084ed6bb51 100644 --- a/calico/reference/calicoctl/ipam/split.mdx +++ b/calico/reference/calicoctl/ipam/split.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for splitting an existing IP pool +description: Reference for the calicoctl IPAM split command in Calico Open Source, used to split an existing IP pool into smaller pools. --- # calicoctl ipam split diff --git a/calico/reference/calicoctl/label.mdx b/calico/reference/calicoctl/label.mdx index 56815ad938..aed0192de1 100644 --- a/calico/reference/calicoctl/label.mdx +++ b/calico/reference/calicoctl/label.mdx @@ -1,5 +1,5 @@ --- -description: Command to change labels for workload endpoints or nodes. +description: Reference for the calicoctl label command in Calico Open Source, used to add, change, or remove labels on workload endpoints and nodes. --- # calicoctl label diff --git a/calico/reference/calicoctl/node/checksystem.mdx b/calico/reference/calicoctl/node/checksystem.mdx index a005110637..00704e3cfa 100644 --- a/calico/reference/calicoctl/node/checksystem.mdx +++ b/calico/reference/calicoctl/node/checksystem.mdx @@ -1,5 +1,5 @@ --- -description: Command to check compatibility of host to run a Calico node instance. +description: Reference for the calicoctl node check-system command in Calico Open Source, used to verify host kernel support for Calico features. --- # calicoctl node checksystem diff --git a/calico/reference/calicoctl/node/diags.mdx b/calico/reference/calicoctl/node/diags.mdx index 86f87a07b8..e70a599d88 100644 --- a/calico/reference/calicoctl/node/diags.mdx +++ b/calico/reference/calicoctl/node/diags.mdx @@ -1,5 +1,5 @@ --- -description: Command to get diagnostics from a Calico node. +description: Reference for the calicoctl node diags command in Calico Open Source, used to collect diagnostics from a single Calico node. --- # calicoctl node diags diff --git a/calico/reference/calicoctl/node/index.mdx b/calico/reference/calicoctl/node/index.mdx index 625828c02d..102649ba67 100644 --- a/calico/reference/calicoctl/node/index.mdx +++ b/calico/reference/calicoctl/node/index.mdx @@ -1,5 +1,5 @@ --- -description: calicoctl node commands. +description: Reference index for the calicoctl node subcommands in Calico Open Source. hide_table_of_contents: true --- diff --git a/calico/reference/calicoctl/node/overview.mdx b/calico/reference/calicoctl/node/overview.mdx index 57880633f6..2f3595baf6 100644 --- a/calico/reference/calicoctl/node/overview.mdx +++ b/calico/reference/calicoctl/node/overview.mdx @@ -1,5 +1,5 @@ --- -description: Commands for calicoctl node. +description: Reference overview of the calicoctl node subcommands in Calico Open Source for managing the calico/node container. --- # calicoctl node diff --git a/calico/reference/calicoctl/node/run.mdx b/calico/reference/calicoctl/node/run.mdx index 9ddf575ccc..7006c7f39c 100644 --- a/calico/reference/calicoctl/node/run.mdx +++ b/calico/reference/calicoctl/node/run.mdx @@ -1,5 +1,5 @@ --- -description: Command and options for running a Calico node. +description: Reference for the calicoctl node run command in Calico Open Source, used to start a calico/node instance with the supplied options. --- # calicoctl node run diff --git a/calico/reference/calicoctl/node/status.mdx b/calico/reference/calicoctl/node/status.mdx index 6024a56cc6..ca9fc94a3f 100644 --- a/calico/reference/calicoctl/node/status.mdx +++ b/calico/reference/calicoctl/node/status.mdx @@ -1,5 +1,5 @@ --- -description: Command to check status of a Calico node instance. +description: Reference for the calicoctl node status command in Calico Open Source, used to display BGP peer state and node liveness. --- # calicoctl node status diff --git a/calico/reference/calicoctl/overview.mdx b/calico/reference/calicoctl/overview.mdx index e9b5b001cb..4c7131d609 100644 --- a/calico/reference/calicoctl/overview.mdx +++ b/calico/reference/calicoctl/overview.mdx @@ -1,5 +1,5 @@ --- -description: The command line interface tool (CLI) to manage Calico network and security policy. +description: Reference overview of the calicoctl command-line tool for managing Calico Open Source network policy, BGP, IP address management, and node operations. --- # calicoctl user reference diff --git a/calico/reference/calicoctl/patch.mdx b/calico/reference/calicoctl/patch.mdx index ca35018872..6f3d1a5659 100644 --- a/calico/reference/calicoctl/patch.mdx +++ b/calico/reference/calicoctl/patch.mdx @@ -1,5 +1,5 @@ --- -description: Command to update a node with a patch. +description: Reference for the calicoctl patch command in Calico Open Source, used to apply a partial update to a resource. --- # calicoctl patch diff --git a/calico/reference/calicoctl/replace.mdx b/calico/reference/calicoctl/replace.mdx index 26d59c7278..9adedbc227 100644 --- a/calico/reference/calicoctl/replace.mdx +++ b/calico/reference/calicoctl/replace.mdx @@ -1,5 +1,5 @@ --- -description: Command to replace an existing policy with a different one. +description: Reference for the calicoctl replace command in Calico Open Source, used to replace an existing resource with one defined in a manifest. --- # calicoctl replace diff --git a/calico/reference/calicoctl/validate.mdx b/calico/reference/calicoctl/validate.mdx index 12adfb2ded..94f6c3ee0c 100644 --- a/calico/reference/calicoctl/validate.mdx +++ b/calico/reference/calicoctl/validate.mdx @@ -1,5 +1,5 @@ --- -description: Command to validate Calico resource files. +description: Reference for the calicoctl validate command in Calico Open Source, used to check resource manifests for syntax and schema errors. --- # calicoctl validate diff --git a/calico/reference/calicoctl/version.mdx b/calico/reference/calicoctl/version.mdx index 0d70420b88..526337c818 100644 --- a/calico/reference/calicoctl/version.mdx +++ b/calico/reference/calicoctl/version.mdx @@ -1,5 +1,5 @@ --- -description: Command to display the calicoctl CLI version. +description: Reference for the calicoctl version command in Calico Open Source, used to display client and cluster version information. --- # calicoctl version diff --git a/calico/reference/component-versions.mdx b/calico/reference/component-versions.mdx index 2e046c6237..44e1f56d38 100644 --- a/calico/reference/component-versions.mdx +++ b/calico/reference/component-versions.mdx @@ -1,5 +1,5 @@ --- -description: A list of component versions for Calico +description: Component version reference listing the upstream container images and binaries shipped with each Calico Open Source release. --- import ComponentVersions from '@site/calico/_includes/components/ComponentVersions'; diff --git a/calico/reference/configure-calico-node.mdx b/calico/reference/configure-calico-node.mdx index f63718cb71..1a11cad591 100644 --- a/calico/reference/configure-calico-node.mdx +++ b/calico/reference/configure-calico-node.mdx @@ -1,5 +1,5 @@ --- -description: Customize calico/node using environment variables. +description: Reference for configuring the calico/node container in Calico Open Source through environment variables that control Felix, BIRD, and confd. --- # Configuring calico/node diff --git a/calico/reference/configure-cni-plugins.mdx b/calico/reference/configure-cni-plugins.mdx index e72b2028b9..d96ebc026d 100644 --- a/calico/reference/configure-cni-plugins.mdx +++ b/calico/reference/configure-cni-plugins.mdx @@ -1,5 +1,5 @@ --- -description: Details for configuring the Calico CNI plugins. +description: Reference for configuring the Calico Open Source CNI plugin and IPAM plugin through CNI network configuration files. --- # Configure the Calico CNI plugins diff --git a/calico/reference/configure-resources.mdx b/calico/reference/configure-resources.mdx index 8ffd8f61f0..4a4fbbb022 100644 --- a/calico/reference/configure-resources.mdx +++ b/calico/reference/configure-resources.mdx @@ -1,5 +1,5 @@ --- -description: Configure Resource requests and limits. +description: Reference for setting Kubernetes resource requests and limits on Calico Open Source components managed by the Tigera Operator. --- # Configure resource requests and limits diff --git a/calico/reference/etcd-rbac/calico-etcdv3-paths.mdx b/calico/reference/etcd-rbac/calico-etcdv3-paths.mdx index 082cd024c5..81f86fdc1c 100644 --- a/calico/reference/etcd-rbac/calico-etcdv3-paths.mdx +++ b/calico/reference/etcd-rbac/calico-etcdv3-paths.mdx @@ -1,5 +1,5 @@ --- -description: Prefixes to configure Calico components to access the etcd datastore. +description: Reference listing the etcdv3 key prefixes used by each Calico Open Source component for role-based access control configuration. --- # Calico key and path prefixes diff --git a/calico/reference/etcd-rbac/certificate-generation.mdx b/calico/reference/etcd-rbac/certificate-generation.mdx index 358d7e390a..7a3aa15af2 100644 --- a/calico/reference/etcd-rbac/certificate-generation.mdx +++ b/calico/reference/etcd-rbac/certificate-generation.mdx @@ -1,5 +1,5 @@ --- -description: Generate Certificates of Authority (CA) to authenticate users with etcd datastore. +description: Reference for generating Certificate Authority and client certificates that authenticate Calico Open Source components against the etcdv3 datastore. --- # Generating certificates diff --git a/calico/reference/etcd-rbac/index.mdx b/calico/reference/etcd-rbac/index.mdx index a779d8592a..1e4898223e 100644 --- a/calico/reference/etcd-rbac/index.mdx +++ b/calico/reference/etcd-rbac/index.mdx @@ -1,5 +1,5 @@ --- -description: Tasks for protecting your etcd datastore. +description: Reference content for protecting the etcdv3 datastore used by Calico Open Source through role-based access control and TLS authentication. hide_table_of_contents: true --- diff --git a/calico/reference/etcd-rbac/kubernetes-advanced.mdx b/calico/reference/etcd-rbac/kubernetes-advanced.mdx index 20153c56b7..31f35fc04c 100644 --- a/calico/reference/etcd-rbac/kubernetes-advanced.mdx +++ b/calico/reference/etcd-rbac/kubernetes-advanced.mdx @@ -1,5 +1,5 @@ --- -description: Limit user access to Calico components or calicoctl. +description: Advanced reference for restricting user access to Calico Open Source components and calicoctl through Kubernetes role-based access control. --- # Segmenting etcd on Kubernetes (advanced) diff --git a/calico/reference/etcd-rbac/kubernetes.mdx b/calico/reference/etcd-rbac/kubernetes.mdx index 99cfffab25..eddaab9306 100644 --- a/calico/reference/etcd-rbac/kubernetes.mdx +++ b/calico/reference/etcd-rbac/kubernetes.mdx @@ -1,5 +1,5 @@ --- -description: Limit user access to Kubernetes and Calico components. +description: Reference for restricting user access to Kubernetes and Calico Open Source resources using role-based access control. --- # Segmenting etcd on Kubernetes (basic) diff --git a/calico/reference/etcd-rbac/overview.mdx b/calico/reference/etcd-rbac/overview.mdx index ee14ec2b43..1d833e19e2 100644 --- a/calico/reference/etcd-rbac/overview.mdx +++ b/calico/reference/etcd-rbac/overview.mdx @@ -1,5 +1,5 @@ --- -description: Protect your etcd datastore by restricting operation permissions. +description: Reference overview of role-based access control for the etcdv3 datastore used by Calico Open Source covering users, roles, and permission scopes. --- # Setting up etcd certificates for RBAC diff --git a/calico/reference/etcd-rbac/users-and-roles.mdx b/calico/reference/etcd-rbac/users-and-roles.mdx index 601a447395..9729a0f575 100644 --- a/calico/reference/etcd-rbac/users-and-roles.mdx +++ b/calico/reference/etcd-rbac/users-and-roles.mdx @@ -1,5 +1,5 @@ --- -description: Provide role-based access control to etcd datastore. +description: Reference for defining etcdv3 users and roles that grant scoped access to Calico Open Source components. --- # Creating users and roles diff --git a/calico/reference/faq.mdx b/calico/reference/faq.mdx index 3bfad1e4a2..07045861b9 100644 --- a/calico/reference/faq.mdx +++ b/calico/reference/faq.mdx @@ -1,5 +1,5 @@ --- -description: Common questions that users ask about Calico. +description: Frequently asked questions about Calico Open Source covering networking modes, IP address management, BGP, policy behavior, and platform support. --- # Frequently asked questions diff --git a/calico/reference/felix/configuration.mdx b/calico/reference/felix/configuration.mdx index 08ca5382c6..7335e301d9 100644 --- a/calico/reference/felix/configuration.mdx +++ b/calico/reference/felix/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Configure Felix, the daemon that runs on every machine that provides endpoints. +description: Reference for Felix configuration parameters in Calico Open Source covering environment variables, FelixConfiguration fields, and per-node overrides. --- # Configuring Felix diff --git a/calico/reference/felix/index.mdx b/calico/reference/felix/index.mdx index b7c1e2d1c1..a234607138 100644 --- a/calico/reference/felix/index.mdx +++ b/calico/reference/felix/index.mdx @@ -1,5 +1,5 @@ --- -description: Felix is a Calico component that runs on every machine that provides endpoints. +description: Reference content for Felix in Calico Open Source, the per-node daemon that programs routes and policy rules into the Linux data plane. hide_table_of_contents: true --- diff --git a/calico/reference/felix/prometheus.mdx b/calico/reference/felix/prometheus.mdx index d0bb678269..15149903a5 100644 --- a/calico/reference/felix/prometheus.mdx +++ b/calico/reference/felix/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the Felix component if you are using Prometheus. +description: Prometheus metrics reference for Felix in Calico Open Source covering counters and gauges exposed for data plane health and policy evaluation. --- # Monitoring Felix with Prometheus diff --git a/calico/reference/host-endpoints/connectivity.mdx b/calico/reference/host-endpoints/connectivity.mdx index 499c287500..891b75a6ae 100644 --- a/calico/reference/host-endpoints/connectivity.mdx +++ b/calico/reference/host-endpoints/connectivity.mdx @@ -1,5 +1,5 @@ --- -description: Customize the Calico failsafe policy to protect host endpoints. +description: Reference for the Calico Open Source failsafe policy that protects host endpoints from being cut off when host network policy is misconfigured. --- # Creating policy for basic connectivity diff --git a/calico/reference/host-endpoints/conntrack.mdx b/calico/reference/host-endpoints/conntrack.mdx index c7d6fa1255..89d85413dd 100644 --- a/calico/reference/host-endpoints/conntrack.mdx +++ b/calico/reference/host-endpoints/conntrack.mdx @@ -1,5 +1,5 @@ --- -description: Workaround for Linux conntrack if Calico policy is not working as it should. +description: Reference covering Linux conntrack workarounds for Calico Open Source host endpoint policy when stateful tracking interferes with expected packet flow. --- # Connection tracking diff --git a/calico/reference/host-endpoints/failsafe.mdx b/calico/reference/host-endpoints/failsafe.mdx index 90caf56626..31dd5f4c6a 100644 --- a/calico/reference/host-endpoints/failsafe.mdx +++ b/calico/reference/host-endpoints/failsafe.mdx @@ -1,5 +1,5 @@ --- -description: Avoid cutting off connectivity to hosts because of incorrect network policies. +description: Reference for the Calico Open Source failsafe inbound and outbound port lists that prevent host network policy from cutting off control-plane connectivity. --- # Failsafe rules diff --git a/calico/reference/host-endpoints/forwarded.mdx b/calico/reference/host-endpoints/forwarded.mdx index 92b6c0e087..00616e995d 100644 --- a/calico/reference/host-endpoints/forwarded.mdx +++ b/calico/reference/host-endpoints/forwarded.mdx @@ -1,5 +1,5 @@ --- -description: Learn the subtleties using the applyOnForward option in host endpoint policies. +description: Reference for the applyOnForward field on Calico Open Source host endpoint policy that determines how rules apply to forwarded traffic versus local processes. --- # Apply on forwarded traffic diff --git a/calico/reference/host-endpoints/index.mdx b/calico/reference/host-endpoints/index.mdx index e0e9ce6345..c520e796a6 100644 --- a/calico/reference/host-endpoints/index.mdx +++ b/calico/reference/host-endpoints/index.mdx @@ -1,5 +1,5 @@ --- -description: Protect host endpoints with Calico network policy. +description: Reference content for protecting host endpoints with Calico Open Source network policy including failsafe ports, applyOnForward, pre-DNAT, and connectivity behavior. hide_table_of_contents: true --- diff --git a/calico/reference/host-endpoints/objects.mdx b/calico/reference/host-endpoints/objects.mdx index 881d42708c..fcfd3f6981 100644 --- a/calico/reference/host-endpoints/objects.mdx +++ b/calico/reference/host-endpoints/objects.mdx @@ -1,5 +1,5 @@ --- -description: To protect a host interface, start by creating a host endpoint object in etcd. +description: Reference for the HostEndpoint object in Calico Open Source describing how to represent a host network interface so policy can select it. --- # Creating host endpoint objects diff --git a/calico/reference/host-endpoints/overview.mdx b/calico/reference/host-endpoints/overview.mdx index 5582b36578..6a2d116b7f 100644 --- a/calico/reference/host-endpoints/overview.mdx +++ b/calico/reference/host-endpoints/overview.mdx @@ -1,5 +1,5 @@ --- -description: Secure host network interfaces. +description: Reference overview of host endpoint protection in Calico Open Source covering the model for securing host network interfaces with policy. --- # Host endpoints diff --git a/calico/reference/host-endpoints/pre-dnat.mdx b/calico/reference/host-endpoints/pre-dnat.mdx index 298b001ce8..a1b3fb9360 100644 --- a/calico/reference/host-endpoints/pre-dnat.mdx +++ b/calico/reference/host-endpoints/pre-dnat.mdx @@ -1,5 +1,5 @@ --- -description: Apply rules in a host endpoint policy before any DNAT. +description: Reference for pre-DNAT host endpoint policy in Calico Open Source that applies rules to ingress traffic before destination NAT rewrites the address. --- # Pre-DNAT policy diff --git a/calico/reference/host-endpoints/selector.mdx b/calico/reference/host-endpoints/selector.mdx index 9fc2d1bc4d..c58dd09aa8 100644 --- a/calico/reference/host-endpoints/selector.mdx +++ b/calico/reference/host-endpoints/selector.mdx @@ -1,5 +1,5 @@ --- -description: Apply ordered policies to endpoints that match specific label selectors. +description: Reference for ordered host endpoint policies in Calico Open Source that match interfaces using label selectors. --- # Selector-based policies diff --git a/calico/reference/host-endpoints/summary.mdx b/calico/reference/host-endpoints/summary.mdx index 4a83b1694c..fd262ed6f6 100644 --- a/calico/reference/host-endpoints/summary.mdx +++ b/calico/reference/host-endpoints/summary.mdx @@ -1,5 +1,5 @@ --- -description: How different host endpoint rules affect packet flows. +description: Reference summary describing how the different Calico Open Source host endpoint policy types interact and affect packet flows. title: Summary of host endpoint policies --- diff --git a/calico/reference/index.mdx b/calico/reference/index.mdx index 7ee1e66105..41e2c9d78d 100644 --- a/calico/reference/index.mdx +++ b/calico/reference/index.mdx @@ -1,5 +1,5 @@ --- -description: APIs, CLI, architecture and design, and FAQ. +description: Reference content for Calico Open Source including APIs, calicoctl, architecture and design, host endpoints, Felix, Typha, and FAQ. --- import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components'; diff --git a/calico/reference/installation/api.mdx b/calico/reference/installation/api.mdx index cbb6d31ec6..9228895cb9 100644 --- a/calico/reference/installation/api.mdx +++ b/calico/reference/installation/api.mdx @@ -1,5 +1,5 @@ --- -description: Installation API reference +description: Installation API reference for Calico Open Source listing the operator-managed custom resources used to configure cluster installation. --- # Installation reference diff --git a/calico/reference/installation/helm_customization.mdx b/calico/reference/installation/helm_customization.mdx index d0f7d7e449..43ff3e8286 100644 --- a/calico/reference/installation/helm_customization.mdx +++ b/calico/reference/installation/helm_customization.mdx @@ -1,5 +1,5 @@ --- -description: Helm installation reference +description: Helm chart values reference for installing Calico Open Source covering supported overrides and operator configuration knobs. --- # Helm installation reference diff --git a/calico/reference/involved.mdx b/calico/reference/involved.mdx index 129e302350..af0ef0614c 100644 --- a/calico/reference/involved.mdx +++ b/calico/reference/involved.mdx @@ -1,5 +1,5 @@ --- -description: Contribute to Calico open source project. +description: Reference for getting involved with the Calico Open Source upstream project including source repositories, mailing lists, Slack, and contribution channels. --- # Getting involved diff --git a/calico/reference/kube-controllers/configuration.mdx b/calico/reference/kube-controllers/configuration.mdx index 41061602bb..9e69d9ac20 100644 --- a/calico/reference/kube-controllers/configuration.mdx +++ b/calico/reference/kube-controllers/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Calico Kubernetes controllers monitor the Kubernetes API and perform actions based on cluster state. +description: Reference for kube-controllers configuration in Calico Open Source covering environment variables and KubeControllersConfiguration options. --- # Configuring the Calico Kubernetes controllers diff --git a/calico/reference/kube-controllers/index.mdx b/calico/reference/kube-controllers/index.mdx index 303cb85423..e0eb0e90c3 100644 --- a/calico/reference/kube-controllers/index.mdx +++ b/calico/reference/kube-controllers/index.mdx @@ -1,5 +1,5 @@ --- -description: kube-controllers is a set of Kubernetes controllers for Calico +description: Reference content for the kube-controllers component in Calico Open Source that watches Kubernetes API events and reconciles cluster state. hide_table_of_contents: true --- diff --git a/calico/reference/kube-controllers/prometheus.mdx b/calico/reference/kube-controllers/prometheus.mdx index adec4bd5e7..0aa9376fcf 100644 --- a/calico/reference/kube-controllers/prometheus.mdx +++ b/calico/reference/kube-controllers/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the kube-controllers component if you are using Prometheus. +description: Prometheus metrics reference for the kube-controllers component in Calico Open Source covering reconcile latency and queue depth. --- # Monitoring kube-controllers with Prometheus diff --git a/calico/reference/public-cloud/aws.mdx b/calico/reference/public-cloud/aws.mdx index 3ddfc95f3d..63e4ca34fa 100644 --- a/calico/reference/public-cloud/aws.mdx +++ b/calico/reference/public-cloud/aws.mdx @@ -1,5 +1,5 @@ --- -description: Advantages of using Calico in AWS. +description: Reference for running Calico Open Source on Amazon Web Services covering supported networking modes, source/destination check requirements, and AWS-specific notes. --- # Amazon Web Services diff --git a/calico/reference/public-cloud/azure.mdx b/calico/reference/public-cloud/azure.mdx index b94262befa..e3c2eb74ef 100644 --- a/calico/reference/public-cloud/azure.mdx +++ b/calico/reference/public-cloud/azure.mdx @@ -1,5 +1,5 @@ --- -description: Support for Calico in Azure. +description: Reference for running Calico Open Source on Microsoft Azure covering supported networking modes, user-defined routes, and Azure platform notes. --- # Azure diff --git a/calico/reference/public-cloud/gce.mdx b/calico/reference/public-cloud/gce.mdx index abc9f848b5..ec08a3e2b4 100644 --- a/calico/reference/public-cloud/gce.mdx +++ b/calico/reference/public-cloud/gce.mdx @@ -1,5 +1,5 @@ --- -description: Methods to ensure that traffic between containers on different hosts is not dropped by GCE fabric. +description: Reference for running Calico Open Source on Google Compute Engine covering supported networking modes and platform-specific routing requirements. --- # Google Compute Engine diff --git a/calico/reference/public-cloud/ibm.mdx b/calico/reference/public-cloud/ibm.mdx index 7f972930ac..a846024ea3 100644 --- a/calico/reference/public-cloud/ibm.mdx +++ b/calico/reference/public-cloud/ibm.mdx @@ -1,5 +1,5 @@ --- -description: Calico integration with IBM Cloud. +description: Reference for running Calico Open Source on IBM Cloud covering supported networking modes and platform integration notes. --- # IBM Cloud diff --git a/calico/reference/public-cloud/index.mdx b/calico/reference/public-cloud/index.mdx index 8817cea47e..cf92f43cb5 100644 --- a/calico/reference/public-cloud/index.mdx +++ b/calico/reference/public-cloud/index.mdx @@ -1,5 +1,5 @@ --- -description: Tips for configuring Calico in your public cloud provider. +description: Public cloud reference for Calico Open Source covering platform-specific networking notes for AWS, Azure, GCE, and IBM Cloud deployments. hide_table_of_contents: true --- diff --git a/calico/reference/resources/bgpconfig.mdx b/calico/reference/resources/bgpconfig.mdx index aab0a86d8e..90545cfa78 100644 --- a/calico/reference/resources/bgpconfig.mdx +++ b/calico/reference/resources/bgpconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the BGPConfiguration resource in Calico Open Source that sets cluster-wide BGP options including the autonomous system number and route reflectors. --- # BGP configuration diff --git a/calico/reference/resources/bgpfilter.mdx b/calico/reference/resources/bgpfilter.mdx index cde5857e4b..82fd5ea7be 100644 --- a/calico/reference/resources/bgpfilter.mdx +++ b/calico/reference/resources/bgpfilter.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the BGPFilter resource in Calico Open Source that filters routes imported from or exported to BGP peers. --- # BGP Filter diff --git a/calico/reference/resources/bgppeer.mdx b/calico/reference/resources/bgppeer.mdx index 4e8917b37b..c7008843dd 100644 --- a/calico/reference/resources/bgppeer.mdx +++ b/calico/reference/resources/bgppeer.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the BGPPeer resource in Calico Open Source that defines a BGP neighbor relationship between Calico nodes and external routers. --- # BGP peer diff --git a/calico/reference/resources/blockaffinity.mdx b/calico/reference/resources/blockaffinity.mdx index 54e42bfbf3..baad243c75 100644 --- a/calico/reference/resources/blockaffinity.mdx +++ b/calico/reference/resources/blockaffinity.mdx @@ -1,5 +1,5 @@ --- -description: IP address management block affinity +description: Reference for the BlockAffinity resource in Calico Open Source that records which node owns each IP address management block. --- # Block affinity diff --git a/calico/reference/resources/caliconodestatus.mdx b/calico/reference/resources/caliconodestatus.mdx index 69fdb137eb..7d5f185c48 100644 --- a/calico/reference/resources/caliconodestatus.mdx +++ b/calico/reference/resources/caliconodestatus.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the CalicoNodeStatus resource in Calico Open Source that exposes per-node agent, BGP, and routing state. --- # Calico node status diff --git a/calico/reference/resources/felixconfig.mdx b/calico/reference/resources/felixconfig.mdx index e890544108..7d3cd6ff06 100644 --- a/calico/reference/resources/felixconfig.mdx +++ b/calico/reference/resources/felixconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the FelixConfiguration resource in Calico Open Source that controls Felix data plane behavior across the cluster. toc_max_heading_level: 4 --- diff --git a/calico/reference/resources/globalnetworkpolicy.mdx b/calico/reference/resources/globalnetworkpolicy.mdx index 94505b56f2..260ffb1c5e 100644 --- a/calico/reference/resources/globalnetworkpolicy.mdx +++ b/calico/reference/resources/globalnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the GlobalNetworkPolicy resource in Calico Open Source, a cluster-scoped policy that selects endpoints across all namespaces. --- # Global network policy diff --git a/calico/reference/resources/globalnetworkset.mdx b/calico/reference/resources/globalnetworkset.mdx index 3fe1b15546..022fa1a941 100644 --- a/calico/reference/resources/globalnetworkset.mdx +++ b/calico/reference/resources/globalnetworkset.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the GlobalNetworkSet resource in Calico Open Source that defines a cluster-scoped set of CIDRs referenced by network policy. --- # Global network set diff --git a/calico/reference/resources/hostendpoint.mdx b/calico/reference/resources/hostendpoint.mdx index b7a0decf07..bd0601ee79 100644 --- a/calico/reference/resources/hostendpoint.mdx +++ b/calico/reference/resources/hostendpoint.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the HostEndpoint resource in Calico Open Source that represents a host network interface for policy enforcement. --- # Host endpoint diff --git a/calico/reference/resources/index.mdx b/calico/reference/resources/index.mdx index 2285c6bf97..3a4b3a74dd 100644 --- a/calico/reference/resources/index.mdx +++ b/calico/reference/resources/index.mdx @@ -1,5 +1,5 @@ --- -description: APIs for all Calico networking and network policy resources. +description: Reference index of the Calico Open Source API resources covering networking, IP address management, BGP, and policy custom resources. hide_table_of_contents: true --- diff --git a/calico/reference/resources/ipamconfig.mdx b/calico/reference/resources/ipamconfig.mdx index d35bf22d0c..860d5b9179 100644 --- a/calico/reference/resources/ipamconfig.mdx +++ b/calico/reference/resources/ipamconfig.mdx @@ -1,5 +1,5 @@ --- -description: IP address management global configuration +description: Reference for the IP address management configuration resource in Calico Open Source that sets cluster-wide options such as strict affinity. --- # IPAM configuration diff --git a/calico/reference/resources/ippool.mdx b/calico/reference/resources/ippool.mdx index 734d614bcc..4d82c6b87c 100644 --- a/calico/reference/resources/ippool.mdx +++ b/calico/reference/resources/ippool.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the IPPool resource in Calico Open Source that defines CIDRs available for pod IP address allocation. --- # IP pool diff --git a/calico/reference/resources/ipreservation.mdx b/calico/reference/resources/ipreservation.mdx index c5893805ca..60f1db4157 100644 --- a/calico/reference/resources/ipreservation.mdx +++ b/calico/reference/resources/ipreservation.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the IPReservation resource in Calico Open Source that excludes specific addresses or ranges from automatic allocation. --- # IP reservation diff --git a/calico/reference/resources/kubecontrollersconfig.mdx b/calico/reference/resources/kubecontrollersconfig.mdx index e5085078f5..5545352852 100644 --- a/calico/reference/resources/kubecontrollersconfig.mdx +++ b/calico/reference/resources/kubecontrollersconfig.mdx @@ -1,5 +1,5 @@ --- -description: API for KubeControllersConfiguration resource. +description: Reference for the KubeControllersConfiguration resource in Calico Open Source that controls behavior of the kube-controllers component. --- import Selectors from '@site/calico/_includes/content/_selectors.mdx'; diff --git a/calico/reference/resources/networkpolicy.mdx b/calico/reference/resources/networkpolicy.mdx index 04b9b90aef..b65ee62b57 100644 --- a/calico/reference/resources/networkpolicy.mdx +++ b/calico/reference/resources/networkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the NetworkPolicy resource in Calico Open Source, a namespaced policy that selects pods within a single namespace. --- # Network policy diff --git a/calico/reference/resources/networkset.mdx b/calico/reference/resources/networkset.mdx index cfdcb3b97b..e19637219a 100644 --- a/calico/reference/resources/networkset.mdx +++ b/calico/reference/resources/networkset.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the NetworkSet resource in Calico Open Source that defines a namespaced set of CIDRs referenced by network policy. --- # Network set diff --git a/calico/reference/resources/node.mdx b/calico/reference/resources/node.mdx index e55e0180a1..e58cd6e582 100644 --- a/calico/reference/resources/node.mdx +++ b/calico/reference/resources/node.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the Node resource in Calico Open Source that represents a host running the calico/node agent. --- # Node diff --git a/calico/reference/resources/overview.mdx b/calico/reference/resources/overview.mdx index 1ec057d3ad..016d3a9a83 100644 --- a/calico/reference/resources/overview.mdx +++ b/calico/reference/resources/overview.mdx @@ -1,5 +1,5 @@ --- -description: Calico resources (APIs) that you can manage using calicoctl. +description: Reference overview of the Calico Open Source API resources, including the manifest format and how calicoctl manages them. --- # Resource definitions diff --git a/calico/reference/resources/profile.mdx b/calico/reference/resources/profile.mdx index 59ad46b8ca..f8f73ab281 100644 --- a/calico/reference/resources/profile.mdx +++ b/calico/reference/resources/profile.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the Profile resource in Calico Open Source that groups labels and rules applied to endpoints. --- # Profile diff --git a/calico/reference/resources/stagedglobalnetworkpolicy.mdx b/calico/reference/resources/stagedglobalnetworkpolicy.mdx index 3914ae169a..996b770177 100644 --- a/calico/reference/resources/stagedglobalnetworkpolicy.mdx +++ b/calico/reference/resources/stagedglobalnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the StagedGlobalNetworkPolicy resource in Calico Open Source that previews cluster-scoped policy without enforcing it. --- # Staged global network policy diff --git a/calico/reference/resources/stagedkubernetesnetworkpolicy.mdx b/calico/reference/resources/stagedkubernetesnetworkpolicy.mdx index 16a457e381..c019a08c4f 100644 --- a/calico/reference/resources/stagedkubernetesnetworkpolicy.mdx +++ b/calico/reference/resources/stagedkubernetesnetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the StagedKubernetesNetworkPolicy resource in Calico Open Source that previews Kubernetes network policy without enforcing it. --- # Staged Kubernetes network policy diff --git a/calico/reference/resources/stagednetworkpolicy.mdx b/calico/reference/resources/stagednetworkpolicy.mdx index 02fb1cb09b..d0f2e6d860 100644 --- a/calico/reference/resources/stagednetworkpolicy.mdx +++ b/calico/reference/resources/stagednetworkpolicy.mdx @@ -1,5 +1,5 @@ --- -description: API for this resource. +description: Reference for the StagedNetworkPolicy resource in Calico Open Source that previews namespaced policy without enforcing it. --- # Staged network policy diff --git a/calico/reference/resources/tier.mdx b/calico/reference/resources/tier.mdx index ea060a0041..3b7ed9bf72 100644 --- a/calico/reference/resources/tier.mdx +++ b/calico/reference/resources/tier.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the Tier resource in Calico Open Source that groups policies into ordered evaluation buckets. --- # Tier diff --git a/calico/reference/resources/workloadendpoint.mdx b/calico/reference/resources/workloadendpoint.mdx index 77aa9c9888..f6ce9686be 100644 --- a/calico/reference/resources/workloadendpoint.mdx +++ b/calico/reference/resources/workloadendpoint.mdx @@ -1,5 +1,5 @@ --- -description: API for this Calico resource. +description: Reference for the WorkloadEndpoint resource in Calico Open Source that represents a pod or VM interface for policy and IPAM. --- # Workload endpoint diff --git a/calico/reference/rest-api-reference.mdx b/calico/reference/rest-api-reference.mdx index 13b5395dee..0233026a25 100644 --- a/calico/reference/rest-api-reference.mdx +++ b/calico/reference/rest-api-reference.mdx @@ -1,5 +1,5 @@ --- -description: REST API reference +description: REST API reference index for Calico Open Source. --- # REST API Reference diff --git a/calico/reference/typha/configuration.mdx b/calico/reference/typha/configuration.mdx index 3243a6bcb7..b055db72f5 100644 --- a/calico/reference/typha/configuration.mdx +++ b/calico/reference/typha/configuration.mdx @@ -1,5 +1,5 @@ --- -description: Configure Typha for scaling Kubernetes API datastore (kdd). +description: Reference for Typha configuration parameters in Calico Open Source covering environment variables and config file options for scaling the Kubernetes datastore. --- # Configuring Typha diff --git a/calico/reference/typha/index.mdx b/calico/reference/typha/index.mdx index caea3ab03c..a9ad24114f 100644 --- a/calico/reference/typha/index.mdx +++ b/calico/reference/typha/index.mdx @@ -1,5 +1,5 @@ --- -description: Typha is the component for scaling Kubernetes deployments. +description: Reference content for Typha in Calico Open Source, the fan-out daemon that scales Felix connections to the Kubernetes API datastore. hide_table_of_contents: true --- diff --git a/calico/reference/typha/overview.mdx b/calico/reference/typha/overview.mdx index dc5a068e28..42ccaefe20 100644 --- a/calico/reference/typha/overview.mdx +++ b/calico/reference/typha/overview.mdx @@ -1,5 +1,5 @@ --- -description: Use the Calico Typha daemon to increase scale and reduce impact on the datastore. +description: Reference overview of the Typha daemon in Calico Open Source explaining how it reduces datastore load and scales Felix to large clusters. --- # Typha overview diff --git a/calico/reference/typha/prometheus.mdx b/calico/reference/typha/prometheus.mdx index 09469a949b..dc4c778681 100644 --- a/calico/reference/typha/prometheus.mdx +++ b/calico/reference/typha/prometheus.mdx @@ -1,5 +1,5 @@ --- -description: Review metrics for the Typha component if you are using Prometheus. +description: Prometheus metrics reference for Typha in Calico Open Source covering connection counts, cache health, and fan-out metrics. --- # Monitoring Typha with Prometheus diff --git a/calico/reference/vpp/host-network.mdx b/calico/reference/vpp/host-network.mdx index ae144d08b0..3c1cf988a2 100644 --- a/calico/reference/vpp/host-network.mdx +++ b/calico/reference/vpp/host-network.mdx @@ -1,5 +1,5 @@ --- -description: Description of the host network configuration performed by VPP. +description: Reference covering the host network configuration applied by the Calico Open Source VPP data plane during initialization. --- # Host network configuration diff --git a/calico/reference/vpp/index.mdx b/calico/reference/vpp/index.mdx index 37410e1668..71aadb30f1 100644 --- a/calico/reference/vpp/index.mdx +++ b/calico/reference/vpp/index.mdx @@ -1,5 +1,5 @@ --- -description: Configuration settings and architecture of the VPP data plane. +description: Reference content for the Calico Open Source VPP data plane including configuration settings, host network setup, and architecture details. hide_table_of_contents: true --- diff --git a/calico/reference/vpp/technical-details.mdx b/calico/reference/vpp/technical-details.mdx index 18aa3ff92d..8869016098 100644 --- a/calico/reference/vpp/technical-details.mdx +++ b/calico/reference/vpp/technical-details.mdx @@ -1,5 +1,5 @@ --- -description: Technical details on the VPP data plane integration. +description: Technical reference for the Calico Open Source VPP data plane integration covering packet processing, kernel offload, and graph nodes. --- # VPP data plane implementation details diff --git a/calico/reference/vpp/uplink-configuration.mdx b/calico/reference/vpp/uplink-configuration.mdx index 750df04d66..aeba4ba6c5 100644 --- a/calico/reference/vpp/uplink-configuration.mdx +++ b/calico/reference/vpp/uplink-configuration.mdx @@ -1,5 +1,5 @@ --- -description: Configuration parameters for the primary interface in VPP. +description: Reference for primary interface configuration parameters in the Calico Open Source VPP data plane. --- # Primary interface configuration