Skip to content

fix(ha): make more resilient with a job #1858

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

emosbaugh
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?


Does this PR require documentation?

@emosbaugh emosbaugh force-pushed the emosbaugh/sc-119810/ha-migration-is-flakey-and-cannot-be-resumed branch from fc659e0 to 8c2cc34 Compare February 10, 2025 17:27
Copy link

github-actions bot commented Feb 10, 2025

This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID.

Online Installer:

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/appver-dev-4637c99" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Airgap Installer (may take a few minutes before the airgap bundle is built):

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci-airgap/appver-dev-4637c99?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

@emosbaugh emosbaugh force-pushed the emosbaugh/sc-119810/ha-migration-is-flakey-and-cannot-be-resumed branch from e48d94f to 3e99eba Compare March 25, 2025 13:49
@@ -100,6 +100,7 @@ func RootCmd(ctx context.Context, name string) *cobra.Command {
cmd.AddCommand(JoinCmd(ctx, name))
cmd.AddCommand(ShellCmd(ctx, name))
cmd.AddCommand(NodeCmd(ctx, name))
cmd.AddCommand(EnableHACmd(ctx, name))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now this is nested under the root

@emosbaugh
Copy link
Member Author

superceeded by #2027

@emosbaugh emosbaugh closed this Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant