Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix docs following #17526 #17570

Merged
merged 1 commit into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Documentation/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Minikube
Monnet
Mythbusters
NativeRoutingCIDR
NeighDiscovery
Netronome
NewProto
Nic
Expand Down Expand Up @@ -154,6 +155,7 @@ app
apps
archs
arithmetics
arping
artii
asm
assignees
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ contributors across the globe, there is almost always someone available to help.
| keepDeprecatedProbes | bool | `false` | Keep the deprecated probes when deploying Cilium DaemonSet |
| kubeProxyReplacementHealthzBindAddr | string | `""` | healthz server bind address for the kube-proxy replacement. To enable set the value to '0.0.0.0:10256' for all ipv4 addresses and this '[::]:10256' for all ipv6 addresses. By default it is disabled. |
| l2NeighDiscovery.arping-refresh-period | string | `"5m"` | Set period for arping |
| l2NeighDiscovery.enabled | bool | `true` | Enable L2 neighbour discovery in the agent |
| l2NeighDiscovery.enabled | bool | `true` | Enable L2 neighbor discovery in the agent |
| l7Proxy | bool | `true` | Enable Layer 7 network policy. |
| livenessProbe.failureThreshold | int | `10` | failure threshold of liveness probe |
| livenessProbe.periodSeconds | int | `30` | interval between checks of the liveness probe |
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ readinessProbe:
kubeProxyReplacementHealthzBindAddr: ""

l2NeighDiscovery:
# -- Enable L2 neighbour discovery in the agent
# -- Enable L2 neighbor discovery in the agent
enabled: true
# -- Set period for arping
arping-refresh-period: "5m"
Expand Down