-
Notifications
You must be signed in to change notification settings - Fork 896
add c4 nodepool to trusted cluster #8157
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ran Plan for dir: Show OutputTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.prow_build_nodepool2.google_container_node_pool.node_pool will be created
+ resource "google_container_node_pool" "node_pool" {
+ cluster = (sensitive value)
+ id = (known after apply)
+ initial_node_count = 1
+ instance_group_urls = (known after apply)
+ location = (sensitive value)
+ managed_instance_group_urls = (known after apply)
+ max_pods_per_node = (known after apply)
+ name = (known after apply)
+ name_prefix = "trusted-pool2-"
+ node_count = (known after apply)
+ node_locations = [
+ "us-central1-a",
+ "us-central1-b",
+ "us-central1-c",
]
+ operation = (known after apply)
+ project = "k8s-infra-prow-build-trusted"
+ version = (known after apply)
+ autoscaling {
+ location_policy = (known after apply)
+ max_node_count = 6
+ min_node_count = 1
}
+ management {
+ auto_repair = true
+ auto_upgrade = true
}
+ network_config (known after apply)
+ node_config {
+ disk_size_gb = 200
+ disk_type = "hyperdisk-balanced"
+ effective_taints = (known after apply)
+ image_type = "UBUNTU_CONTAINERD"
+ labels = (known after apply)
+ local_ssd_count = (known after apply)
+ logging_variant = (known after apply)
+ machine_type = "c4-highmem-8"
+ metadata = {
+ "disable-legacy-endpoints" = "true"
}
+ min_cpu_platform = (known after apply)
+ oauth_scopes = [
+ "https://www.googleapis.com/auth/cloud-platform",
]
+ preemptible = false
+ service_account = "gke-nodes-prow-build-trusted@k8s-infra-prow-build-trusted.iam.gserviceaccount.com"
+ spot = false
+ confidential_nodes (known after apply)
+ gcfs_config (known after apply)
+ guest_accelerator (known after apply)
+ kubelet_config (known after apply)
+ shielded_instance_config (known after apply)
+ windows_node_config (known after apply)
+ workload_metadata_config {
+ mode = "GKE_METADATA"
}
}
+ upgrade_settings (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Plan: 1 to add, 0 to change, 0 to destroy.
|
atlantis apply |
Ran Apply for dir: Show Outputmodule.prow_build_nodepool2.google_container_node_pool.node_pool: Creating...
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [00m10s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [00m20s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [00m30s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [00m40s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [00m50s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [01m00s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [01m10s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [01m20s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [01m30s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [01m40s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [01m50s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [02m00s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [02m10s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [02m20s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [02m30s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [02m40s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [02m50s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [03m00s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [03m10s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [03m20s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [03m30s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [03m40s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [03m50s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Still creating... [04m00s elapsed]
module.prow_build_nodepool2.google_container_node_pool.node_pool: Creation complete after 4m2s [id=projects/k8s-infra-prow-build-trusted/locations/us-central1/clusters/prow-build-trusted/nodePools/trusted-pool2-20250603102405724200000001]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. |
/lgtm |
Locks and plans deleted for the projects and workspaces modified in this pull request:
|
No description provided.