-
Notifications
You must be signed in to change notification settings - Fork 210
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
Migrate all remaining cilium-cli workflows to run using Helm mode #1625
Labels
kind/feature
New feature or request
Comments
michi-covalent
added a commit
that referenced
this issue
May 16, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 16, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 16, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
This was referenced May 16, 2023
opened draft PRs:
@asauber i didn't touch https://github.com/cilium/cilium-cli/blob/main/.github/workflows/multicluster.yaml. i'm assuming you'll take care of it after #1628 gets merged ✨ |
michi-covalent
added a commit
that referenced
this issue
May 17, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 17, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 17, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 18, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 18, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
@michi-covalent multicluster was completed a while back 41d8616 🙂 |
oh wow things are moving at an amazing pace |
michi-covalent
added a commit
that referenced
this issue
May 18, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 18, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 19, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
michi-covalent
added a commit
that referenced
this issue
May 19, 2023
Ref: #1625 Signed-off-by: Michi Mutsuzaki <[email protected]>
completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of the Cilium CLI Helm mode implementation, a variety of the CI workflows were updated to run both a Helm-based implementation and "classic" implementation.
https://github.com/cilium/cilium-cli/blob/main/.github/workflows/gke.yaml#L41
https://github.com/cilium/cilium-cli/blob/main/.github/workflows/multicluster.yaml#L42
One of these was the first CI usage of the
cilium upgrade
subcommand.https://github.com/cilium/cilium-cli/blob/main/.github/workflows/kind.yaml#L226
The goal of this task is to migrate all of the remaining workflows to use the Helm mode, in preparation for Helm mode becoming the default mode in the next release of
cilium-cli
The text was updated successfully, but these errors were encountered: