-
Notifications
You must be signed in to change notification settings - Fork 3.4k
doc: Deprecate managed etcd mode #15464
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs make -C install/kubernetes
to update install/kubernetes/cilium/README.md
, other than that LGTM.
73d9f88
to
f7fb392
Compare
f7fb392
to
2f21036
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation/gettingstarted/k8s-install-managed.rst needs to be updated too, the GH action complains about a broken reference in that file.
With ClusterMesh no longer requiring Cilium to run in etcd mode and CRD being the default for many releases, there is no longer any value in maintaining the complexity for managed etcd. Mark it for deprecation. The guides for new cluster installation are removed immediately. The helm options will remain until 1.11. Fixes: cilium#14205 Signed-off-by: Thomas Graf <thomas@cilium.io>
2f21036
to
78318bd
Compare
With ClusterMesh no longer requiring Cilium to run in etcd mode and CRD
being the default for many releases, there is no longer any value in
maintaining the complexity for managed etcd. Mark it for deprecation.
The guides for new cluster installation are removed immediately. The
helm options will remain until 1.11.
Fixes: #14205