From 559667ff1fd712c3eb0c0de4a3b1d0f12b6c94a2 Mon Sep 17 00:00:00 2001 From: nhennigan Date: Wed, 13 Nov 2024 11:29:19 -0800 Subject: [PATCH] updated repo spellings added words to custom_wordlist to reflect updated repo. Also changed index files to remove errors --- docs/src/.custom_wordlist.txt | 12 ++++++++++++ docs/src/capi/index.md | 1 - docs/src/charm/index.md | 2 -- docs/src/snap/howto/networking/ipv6.md | 2 +- docs/src/snap/index.md | 1 - docs/src/snap/reference/annotations.md | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/src/.custom_wordlist.txt b/docs/src/.custom_wordlist.txt index 40495c3f4..8f99fc999 100644 --- a/docs/src/.custom_wordlist.txt +++ b/docs/src/.custom_wordlist.txt @@ -21,6 +21,7 @@ benoitblanchon bgp BGP bootloader +BPF CABPCK CACPCK capi @@ -79,10 +80,13 @@ drv dqlite EAL EasyRSA +eBPF enp enum etcd +eth EventRateLimit +ExternalIP failover gapped GCP @@ -107,10 +111,13 @@ iavf init initialise integrations +InternalIP io IOMMU IOV ip +IPIP +IPIPCrossSubnet IPv IPv4 IPv6 @@ -174,6 +181,7 @@ nginx NGINX NIC NMI +NodeInternalIP nodeport nohz NUMA @@ -225,6 +233,7 @@ ServiceAccount Snapcraft snapd SR-IOV +src stackexchange stgraber STONITH @@ -255,11 +264,14 @@ VFIO VFs virtualised VLAN +VLANs VMs VMware VNFs VPCs VSphere +VXLAN +VXLANCrossSubnet WIP www yaml diff --git a/docs/src/capi/index.md b/docs/src/capi/index.md index 4190229b6..87b56a3ab 100644 --- a/docs/src/capi/index.md +++ b/docs/src/capi/index.md @@ -10,7 +10,6 @@ Overview :titlesonly: :glob: :caption: Deploy with Cluster API -Overview tutorial/index.md howto/index.md explanation/index.md diff --git a/docs/src/charm/index.md b/docs/src/charm/index.md index bca4b8833..83f34fe72 100644 --- a/docs/src/charm/index.md +++ b/docs/src/charm/index.md @@ -9,8 +9,6 @@ Overview :hidden: :titlesonly: :caption: Deploy with Juju - -Overview tutorial/index.md howto/index.md explanation/index.md diff --git a/docs/src/snap/howto/networking/ipv6.md b/docs/src/snap/howto/networking/ipv6.md index da88ef9a5..65bd5cc99 100644 --- a/docs/src/snap/howto/networking/ipv6.md +++ b/docs/src/snap/howto/networking/ipv6.md @@ -138,5 +138,5 @@ connectivity is set up correctly. **Service and Pod CIDR Sizing** Use `/108` as the maximum size for Service CIDRs. Larger ranges (e.g., `/64`) -may lead to allocation errors or Kubernetes failing to initialize the IPv6 +may lead to allocation errors or Kubernetes failing to initialise the IPv6 address allocator. diff --git a/docs/src/snap/index.md b/docs/src/snap/index.md index 10ec043e9..d4b1e4f92 100644 --- a/docs/src/snap/index.md +++ b/docs/src/snap/index.md @@ -9,7 +9,6 @@ Overview :hidden: :titlesonly: :maxdepth: 6 -Overview tutorial/index.md howto/index.md explanation/index.md diff --git a/docs/src/snap/reference/annotations.md b/docs/src/snap/reference/annotations.md index 93662ae88..0868cda20 100644 --- a/docs/src/snap/reference/annotations.md +++ b/docs/src/snap/reference/annotations.md @@ -26,7 +26,7 @@ the bootstrap configuration. | `k8sd/v1alpha1/calico/autodetection-v6/cidrs` | Enable IP auto-detection based on which addresses on the nodes are within one of the provided CIDRs. | []string (comma separated) | | `k8sd/v1alpha1/cilium/devices` | List of devices facing cluster/external network (used for BPF NodePort, BPF masquerading and host firewall); supports `+` as wildcard in device name, e.g. `eth+,ens+` | string | | `k8sd/v1alpha1/cilium/direct-routing-device` | Device name used to connect nodes in direct routing mode (used by BPF NodePort, BPF host routing); if empty, automatically set to a device with k8s InternalIP/ExternalIP or with a default route. Bridge type devices are ignored in automatic selection | string | -| `k8sd/v1alpha1/cilium/vlan-bpf-bypass` | Comma separated list of VLAN tags to bypass eBPF filtering on native devices. Cilium enables firewalling on native devices and filters all unknown traffic, including VLAN 802.1q packets, which pass through the main device with the associated tag (e.g., VLAN device eth0.4000 and its main interface eth0). Supports `0` as wildcard for bypassing all VLANs. e.g. `4001,4002` | []string | +| `k8sd/v1alpha1/cilium/vlan-bpf-bypass` | Comma separated list of VLAN tags to bypass eBPF filtering on native devices. Cilium enables a firewall on native devices and filters all unknown traffic, including VLAN 802.1q packets, which pass through the main device with the associated tag (e.g., VLAN device eth0.4000 and its main interface eth0). Supports `0` as wildcard for bypassing all VLANs. e.g. `4001,4002` | []string | | `k8sd/v1alpha1/metrics-server/image-repo` | Override the default image repository for the metrics-server. | string | | `k8sd/v1alpha1/metrics-server/image-tag` | Override the default image tag for the metrics-server. | string |