Skip to content

add kube version#1

Open
sanjana-soni16 wants to merge 1 commit intoCloud-Schematics:mainfrom
sanjana-soni16:add-kube-version
Open

add kube version#1
sanjana-soni16 wants to merge 1 commit intoCloud-Schematics:mainfrom
sanjana-soni16:add-kube-version

Conversation

@sanjana-soni16
Copy link
Copy Markdown

No description provided.

create_cluster = true
#True to create new Observability Services. False if Observability Service instances are already existing.
enable_observability = true
enable_observability = false
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

create the same enable_observability variable in the variables file and use it instead of this local var in main.if
(use var.enable_observability instead of local.enable_observability)


variable "kube_version" {
description = "Kubernetes version"
default = "4.9.21_openshift"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

pls check the latest iks/openshift version and use it as default for now

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Can we move this also to v ariables files where user can provide value.
If we keep some default value after few days the version will be unsupported

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.

3 participants