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

StateDB based Health #30925

Merged
merged 12 commits into from
Apr 9, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ Makefile* @cilium/build
/pkg/flowdebug/ @cilium/proxy
/pkg/fqdn/ @cilium/fqdn
/pkg/fswatcher/ @cilium/sig-datapath @cilium/sig-hubble
/pkg/healthv2/ @cilium/sig-foundations
tommyp1ckles marked this conversation as resolved.
Show resolved Hide resolved
/pkg/health/ @cilium/sig-agent
/pkg/hive/ @cilium/sig-foundations
/pkg/hive/job/metrics.go @cilium/sig-foundations @cilium/metrics
Expand Down
1 change: 1 addition & 0 deletions Documentation/cmdref/cilium-dbg_statedb.md

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

29 changes: 29 additions & 0 deletions Documentation/cmdref/cilium-dbg_statedb_health.md

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

2 changes: 0 additions & 2 deletions Documentation/configuration/api-restrictions-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ GetFqdnCacheID Retrieves the list of DNS lookups intercepted from the
name, CIDR IP range or source.
GetFqdnNames Retrieves the list of DNS-related fields (names to poll,
selectors and their corresponding regexes).
GetHealth Returns modules health and status information of the Cilium
daemon.
GetHealthz Returns health and status information of the Cilium daemon
and related components such as the local container runtime,
connected datastore, Kubernetes integration and Hubble.
Expand Down
4 changes: 3 additions & 1 deletion Documentation/operations/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ Annotations:
* Cilium Envoy DaemonSet is now enabled by default, and existing in-container installs
will be changed to DaemonSet mode unless specifically opted out of. This can be done by
disabling it manually by setting ``envoy.enabled=false`` accordingly.

* The ``cilium-dbg status --verbose`` command health data may now show health reported on a non-leaf
component under a leaf named ``reporter``. Health data tree branches will now also be sorted by
the fully qualified health status identifier.

Removed Options
~~~~~~~~~~~~~~~
Expand Down
42 changes: 0 additions & 42 deletions api/v1/client/daemon/daemon_client.go

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

159 changes: 0 additions & 159 deletions api/v1/client/daemon/get_health_parameters.go

This file was deleted.

106 changes: 0 additions & 106 deletions api/v1/client/daemon/get_health_responses.go

This file was deleted.

Loading
Loading