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

cli: allow setting multiple DNS names or IPs using --domain flag in marblerun install #674

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

daniel-weisse
Copy link
Member

Proposed changes

  • Update --domain flag to string slice instead of string
    • This allows setting more than one DNS name or IP for the Coordinator's TLS certificate
  • Fix --domain flag description. It claimed to set the CNAME of the Coordinator certificate, when really it set additional DNS names
  • Always set localhost in the Coordinator's helm chart
  • Remove templating from the marble-injector deployment which would set its DNS name to marble-injector.{{ .Release.Namespace }}.svc.{{ .Values.coordinator.hostname }} when it should be marble-injector.{{ .Release.Namespace }}.svc.cluster.local

@daniel-weisse daniel-weisse requested a review from thomasten June 14, 2024 12:18
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for marblerun-docs ready!

Name Link
🔨 Latest commit b0728f3
🔍 Latest deploy log https://app.netlify.com/sites/marblerun-docs/deploys/666c35229843f400087efc3b
😎 Deploy Preview https://deploy-preview-674--marblerun-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@daniel-weisse daniel-weisse merged commit 1401f06 into master Jun 17, 2024
9 of 10 checks passed
@daniel-weisse daniel-weisse deleted the ref/cli/coordinator-hostname branch June 17, 2024 14:22
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.

2 participants