kuberise / kuberise.io

Apache License 2.0
14 stars 15 forks source link

Kuberise DNS domain input parameter #54

Closed mojtabaimani closed 3 months ago

mojtabaimani commented 3 months ago

Title: Add DNS domain input parameter to install.sh script

Description: The install.sh script should be able to accept a DNS domain for the Kubernetes cluster as an input parameter. This will allow users to specify the DNS domain directly when running the script, and not copy pasting dns domain in all ingress configuration of all platform tools and microservices.

Expected Behavior: The install.sh script should:

  1. Accept a DNS domain as an input parameter.
  2. Use the provided DNS domain in the configuration and setup of the Kubernetes cluster.

Tasks:

  1. Modify the install.sh script to accept dns-domain parameter.
  2. Validate the input DNS domain for proper format.
  3. Update the script to use the provided DNS domain in the Kubernetes cluster setup.
  4. Use the dns domain in all ingress settings of all tools and microservices.
  5. Update the documentation to reflect this new input parameter.