Merge pull request #787 from linhlam-kc/kubecost-fix-eks-option
Kubecost fix eks optionpull/788/head
commit
bae96dbdf6
|
@ -22,7 +22,7 @@ questions:
|
||||||
# Amazon EKS
|
# Amazon EKS
|
||||||
- variable: AmazonEKS.enabled
|
- variable: AmazonEKS.enabled
|
||||||
label: Amazon EKS cluster
|
label: Amazon EKS cluster
|
||||||
description: "If true, Kubecost will be installed with the images from https://gallery.ecr.aws/kubecost/"
|
description: "If true, Kubecost will be installed with the images and helm chart from https://gallery.ecr.aws/kubecost/"
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_subquestion_if: true
|
show_subquestion_if: true
|
||||||
|
@ -30,16 +30,19 @@ questions:
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: kubecostFrontend.image
|
- variable: kubecostFrontend.image
|
||||||
label: Kubecost frontend image for Amazon EKS
|
label: Kubecost frontend image for Amazon EKS
|
||||||
|
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/frontend"
|
||||||
type: string
|
type: string
|
||||||
default: "public.ecr.aws/kubecost/frontend"
|
default: ""
|
||||||
- variable: kubecostModel.image
|
- variable: kubecostModel.image
|
||||||
label: Kubecost cost-model image for Amazon EKS
|
label: Kubecost cost-model image for Amazon EKS
|
||||||
|
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/cost-model"
|
||||||
type: string
|
type: string
|
||||||
default: "public.ecr.aws/kubecost/cost-model"
|
default: ""
|
||||||
- variable: prometheus.server.image.repository
|
- variable: prometheus.server.image.repository
|
||||||
label: Kubecost Prometheus image for Amazon EKS
|
label: Kubecost Prometheus image for Amazon EKS
|
||||||
|
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/prometheus"
|
||||||
type: string
|
type: string
|
||||||
default: "public.ecr.aws/kubecost/prometheus"
|
default: ""
|
||||||
- variable: prometheus.server.image.tag
|
- variable: prometheus.server.image.tag
|
||||||
label: Kubecost Prometheus image tag for Amazon EKS
|
label: Kubecost Prometheus image tag for Amazon EKS
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -22,7 +22,7 @@ questions:
|
||||||
# Amazon EKS
|
# Amazon EKS
|
||||||
- variable: AmazonEKS.enabled
|
- variable: AmazonEKS.enabled
|
||||||
label: Amazon EKS cluster
|
label: Amazon EKS cluster
|
||||||
description: "If true, Kubecost will be installed with the images from https://gallery.ecr.aws/kubecost/"
|
description: "If true, Kubecost will be installed with the images and helm chart from https://gallery.ecr.aws/kubecost/"
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_subquestion_if: true
|
show_subquestion_if: true
|
||||||
|
@ -30,16 +30,19 @@ questions:
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: kubecostFrontend.image
|
- variable: kubecostFrontend.image
|
||||||
label: Kubecost frontend image for Amazon EKS
|
label: Kubecost frontend image for Amazon EKS
|
||||||
|
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/frontend"
|
||||||
type: string
|
type: string
|
||||||
default: "public.ecr.aws/kubecost/frontend"
|
default: ""
|
||||||
- variable: kubecostModel.image
|
- variable: kubecostModel.image
|
||||||
label: Kubecost cost-model image for Amazon EKS
|
label: Kubecost cost-model image for Amazon EKS
|
||||||
|
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/cost-model"
|
||||||
type: string
|
type: string
|
||||||
default: "public.ecr.aws/kubecost/cost-model"
|
default: ""
|
||||||
- variable: prometheus.server.image.repository
|
- variable: prometheus.server.image.repository
|
||||||
label: Kubecost Prometheus image for Amazon EKS
|
label: Kubecost Prometheus image for Amazon EKS
|
||||||
|
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/prometheus"
|
||||||
type: string
|
type: string
|
||||||
default: "public.ecr.aws/kubecost/prometheus"
|
default: ""
|
||||||
- variable: prometheus.server.image.tag
|
- variable: prometheus.server.image.tag
|
||||||
label: Kubecost Prometheus image tag for Amazon EKS
|
label: Kubecost Prometheus image tag for Amazon EKS
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue