-
Notifications
You must be signed in to change notification settings - Fork 208
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
helm mode: add workflow for clustermesh via upgrade #1515
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asauber
force-pushed
the
pr/asauber/helm-upgrade-workflow
branch
from
April 19, 2023 21:27
8e346f0
to
ec7b1a7
Compare
asauber
force-pushed
the
pr/asauber/helm-upgrade-workflow
branch
from
April 20, 2023 17:24
b18941a
to
49620a6
Compare
asauber
force-pushed
the
pr/asauber/helm-upgrade-workflow
branch
from
April 20, 2023 20:05
d57dda6
to
bf3d197
Compare
asauber
force-pushed
the
pr/asauber/helm-upgrade-workflow
branch
from
April 20, 2023 20:10
bf3d197
to
e808da8
Compare
asauber
force-pushed
the
pr/asauber/helm-upgrade-workflow
branch
from
April 20, 2023 20:21
e808da8
to
d752a75
Compare
Signed-off-by: Andrew Sauber <[email protected]>
asauber
force-pushed
the
pr/asauber/helm-upgrade-workflow
branch
from
April 20, 2023 20:32
d752a75
to
70b420f
Compare
michi-covalent
approved these changes
Apr 20, 2023
asauber
changed the title
Add Actions Workflow for Clustermesh via Helm
helm mode: add workflow for clustermesh via upgrade
Apr 24, 2023
Neilblaze
approved these changes
May 1, 2023
@brlbil ping! |
brlbil
approved these changes
May 2, 2023
is the button green? yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a GitHub Actions Workflow for Clustermesh via Helm implementation of
cilium upgrade
Test procedure used during local development
We can use the new upgrade command to enable Cluster Mesh on a set of two Cilium clusters with the following procedure.
Create a kind cluster with the following config
Test that the kind cluster came up with
k get pods -A
Install Cilium using the CLI, making sure to set a Cluster ID and Cluster Name
Create a second cluster using kind with the following config
Check that you are authed for Cluster
kind-c2
Run
k get pods -A
and look forkube-apiserver-c2-control-plane
Install Cilium using the CLI, making sure to set a Cluster ID and Cluster Name
Enable clustermesh on Cluster 1 using the new Helm upgrade command
Prep environment for the clustermesh enable.
Extract the CA cert from Cluster 1 and install it into Cluster 2, then restart Cilium on Cluster 2
Enable clustermesh on Cluster 2 using the new Helm upgrade command
Move the secrets expected by the
cilium clustermesh connect
command (this quirk to be fixed with a helm-mode PR for that command)Connect the two clusters using ClusterMesh
Run the Multi-Cluster connectivity tests.