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

CR-15313-invalid-tunnel-url #632

Merged
merged 4 commits into from
Nov 6, 2022
Merged

Conversation

noam-codefresh
Copy link
Contributor

No description provided.

"Installing demo resources": strconv.FormatBool(installationOpts.InstallDemoResources),
}

if installationOpts.AccessMode == platmodel.AccessModeTunnel {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

display the correct summary

@@ -339,6 +329,14 @@ func runtimeInstallCommandPreRunHandler(cmd *cobra.Command, opts *RuntimeInstall
if opts.AccessMode == platmodel.AccessModeTunnel {
handleCliStep(reporter.InstallStepPreCheckEnsureIngressClass, "-skipped (ingressless)-", err, true, false)
handleCliStep(reporter.InstallStepPreCheckEnsureIngressHost, "-skipped (ingressless)-", err, true, false)
opts.featuresToInstall = append(opts.featuresToInstall, runtime.InstallFeatureIngressless)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

create tunnel ingressHost after runtimeName was supplied by user

@@ -387,6 +385,10 @@ func runtimeInstallCommandPreRunHandler(cmd *cobra.Command, opts *RuntimeInstall
log.G(ctx).Infof("using repo '%s' as shared config repo for this account", sharedConfigRepo)
}

if opts.runtimeDef == "" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just feels better located in here

@noam-codefresh noam-codefresh merged commit 0a0a848 into main Nov 6, 2022
@noam-codefresh noam-codefresh deleted the CR-15313-invalid-tunnel-url branch November 6, 2022 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants