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

module version bumps and typo fixes #271

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 45 additions & 41 deletions castai/sdk/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 0 additions & 117 deletions castai/sdk/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions castai/sdk/mock/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/gke/evictor_advanced_config/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "castai_api_url" {
default = "https://api-tiberiugal2.localenv.cast.ai"
}

# Variables required for connecting EKS cluster to CAST AI
# Variables required for connecting GKE cluster to CAST AI
variable "castai_api_token" {
type = string
description = "CAST AI API token created in console.cast.ai API Access keys section."
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/gke_cluster_autoscaler_policies/gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module "gke" {
source = "terraform-google-modules/kubernetes-engine/google"
version = "24.1.0"
version = "29.0.0"
project_id = var.project_id
name = var.cluster_name
region = var.cluster_region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "castai_api_url" {
default = "https://api.cast.ai"
}

# Variables required for connecting EKS cluster to CAST AI
# Variables required for connecting GKE cluster to CAST AI
variable "castai_api_token" {
type = string
description = "CAST AI API token created in console.cast.ai API Access keys section."
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/gke_cluster_autoscaler_policies/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {

module "vpc" {
source = "terraform-google-modules/network/google"
version = "6.0.0"
version = "9.0.0"
project_id = var.project_id
network_name = var.cluster_name
subnets = [
Expand Down
Loading
Loading