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

Add CMX Update Network outbound behind feature flag #506

Merged

Conversation

jdewinne
Copy link
Member

@jdewinne jdewinne commented Jan 31, 2025

When the Air Gap feature is not enabled:

❯ replicated network update outbound --id b649e7a6 --outbound none
Error: Air Gap is not enabled. Contact Replicated to get more information.

When the Air Gap feature is enabled:

❯ replicated network update outbound --id b649e7a6 --outbound none
ID          NAME                           STATUS          CREATED                           EXPIRES                           OUTBOUND
b649e7a6    lucid_cannon                   running         2025-01-31 09:43 PST              2025-01-31 10:43 PST              none

squizzi
squizzi previously approved these changes Jan 31, 2025
return errors.Wrap(err, "update network outbound")
}
if err != nil {
return err
Copy link
Member

Choose a reason for hiding this comment

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

why no wrap?

@jdewinne jdewinne merged commit ea83702 into main Feb 1, 2025
5 checks passed
@jdewinne jdewinne deleted the joshd/sc-119518/put-airgap-behind-an-cmx-air-gap-feature branch February 1, 2025 00:36
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.

3 participants