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

add kube version #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sanjana-soni16
Copy link

No description provided.

@@ -4,7 +4,7 @@ locals {
#Enable this to provision VPC cluster.
create_cluster = true
#True to create new Observability Services. False if Observability Service instances are already existing.
enable_observability = true
enable_observability = false

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)

@@ -41,6 +41,12 @@ variable "tags" {
# }
}

variable "kube_version" {
description = "Kubernetes version"
default = "4.9.21_openshift"

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

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.

None yet

3 participants