You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clustermesh: remove GlobalServiceCache in cilium-agent
This remove the usage of GlobalServiceCache in the agent which was only useful
to count the number of global Service. This count didn't accounted the local
cluster and thus is misleading. While performance impact was not tested this
removes managing two level of nested maps and a global lock on each
remote endpoints updates which should certainly be valuable.
The global services count reported through cilium-dbg and the CLI
is no longer supported/exposed. Users with an older version of the CLI would
always see a count of 0 reported. Global Service counts will continue to be
reported per cluster along the count with other resources though.
Signed-off-by: Arthur Outhenin-Chalandre <git@mrfreezeex.fr>
Copy file name to clipboardExpand all lines: Documentation/operations/upgrade.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,8 @@ communicating via the proxy must reconnect to re-establish connections.
305
305
to update your network policies.
306
306
* Kafka Network Policy support is deprecated and will be removed in Cilium v1.20.
307
307
* Hubble field mask support was stabilized. In the Observer gRPC API, ``GetFlowsRequest.Experimental.field_mask`` was removed in favor of ``GetFlowsRequest.field_mask``. In the Hubble CLI, the ``--experimental-field-mask`` has been renamed to ``--field-mask`` and ``--experimental-use-default-field-mask`` renamed to ``-use-default-field-mask`` (now ``true`` by default).
308
-
308
+
* Cilium-agent ClusterMesh status will no longer report the global services count. When using the CLI
309
+
with a version lower than 1.19, the global services count will be reported as 0.
309
310
* ``enable-remote-node-masquerade`` config option is introduced.
310
311
To masquerade traffic to remote nodes in BPF masquerading mode,
311
312
use the option ``enable-remote-node-masquerade: "true"``.
0 commit comments