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

v1.8 backports 2020-09-30 #13352

Merged
merged 1 commit into from Oct 1, 2020
Merged

v1.8 backports 2020-09-30 #13352

merged 1 commit into from Oct 1, 2020

Conversation

joestringer
Copy link
Member

@joestringer joestringer commented Sep 30, 2020

Once this PR is merged, you can update the PR labels via:

$ for pr in 13337; do contrib/backporting/set-labels.py $pr done 1.8; done

@joestringer joestringer requested a review from a team as a code owner September 30, 2020 20:10
@joestringer joestringer added backport/1.8 kind/backports This PR provides functionality previously merged into master. labels Sep 30, 2020
@joestringer
Copy link
Member Author

test-backport-1.8

[ upstream commit bfdaae9 ]

This option was not being respected in the case where the user enables
etcd configuration. In this case, when also configuring Cluster Mesh, it
is important to manage identities via the kvstore to ensure that remote
clusters have access to the identities of the local cluster. However,
for users who are not using Cluster Mesh, it is reasonable to run Cilium
with identities managed via CRDs, and deployments may already be
deployed in this way. Failing to respect the option means that users who
upgrade may observe temporary dataplane upgrade during upgrade due to
the transition from CRD to kvstore for identity management.

To prevent unintentional dataplane outage during upgrade from earlier
releases, revert the helm changes from commit 8c95392 ("doc: Fix
clustermesh documentation to set the correct identityMode").

The above commit already clarified the instructions for clustermesh
users, which was the main goal of that commit so no other changes are
necessary in this commit.

Fixes: 8c95392 ("doc: Fix clustermesh documentation to set the correct identityMode")
Reported-by: Dan Sexton <dan.b.sexton@gmail.com>
Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer
Copy link
Member Author

test-backport-1.8

@joestringer joestringer merged commit 5170226 into v1.8 Oct 1, 2020
@joestringer joestringer deleted the pr/v1.8-backport-2020-09-30 branch October 1, 2020 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants