Skip to content

Commit

Permalink
updated repo spellings
Browse files Browse the repository at this point in the history
added words to custom_wordlist to reflect updated repo. Also changed index files to remove errors
  • Loading branch information
nhennigan committed Nov 13, 2024
1 parent 350459f commit 559667f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
12 changes: 12 additions & 0 deletions docs/src/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ benoitblanchon
bgp
BGP
bootloader
BPF
CABPCK
CACPCK
capi
Expand Down Expand Up @@ -79,10 +80,13 @@ drv
dqlite
EAL
EasyRSA
eBPF
enp
enum
etcd
eth
EventRateLimit
ExternalIP
failover
gapped
GCP
Expand All @@ -107,10 +111,13 @@ iavf
init
initialise
integrations
InternalIP
io
IOMMU
IOV
ip
IPIP
IPIPCrossSubnet
IPv
IPv4
IPv6
Expand Down Expand Up @@ -174,6 +181,7 @@ nginx
NGINX
NIC
NMI
NodeInternalIP
nodeport
nohz
NUMA
Expand Down Expand Up @@ -225,6 +233,7 @@ ServiceAccount
Snapcraft
snapd
SR-IOV
src
stackexchange
stgraber
STONITH
Expand Down Expand Up @@ -255,11 +264,14 @@ VFIO
VFs
virtualised
VLAN
VLANs
VMs
VMware
VNFs
VPCs
VSphere
VXLAN
VXLANCrossSubnet
WIP
www
yaml
Expand Down
1 change: 0 additions & 1 deletion docs/src/capi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Overview <self>
:titlesonly:
:glob:
:caption: Deploy with Cluster API
Overview <index.md>
tutorial/index.md
howto/index.md
explanation/index.md
Expand Down
2 changes: 0 additions & 2 deletions docs/src/charm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Overview <self>
:hidden:
:titlesonly:
:caption: Deploy with Juju
Overview <charm/index.md>
tutorial/index.md
howto/index.md
explanation/index.md
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/networking/ipv6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 0 additions & 1 deletion docs/src/snap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Overview <self>
:hidden:
:titlesonly:
:maxdepth: 6
Overview <index.md>
tutorial/index.md
howto/index.md
explanation/index.md
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/reference/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 559667f

Please sign in to comment.