mirror of https://github.com/kubernetes/kops.git
Run hack/update-expected.sh
This commit is contained in:
parent
5df9d6eb85
commit
ba769d6037
|
|
@ -716,6 +716,7 @@ resource "google_compute_instance_template" "nodes-ha-gce-example-com" {
|
|||
metadata = {
|
||||
"cluster-name" = "ha-gce.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=cos;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-ha-gce-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -516,6 +516,7 @@ resource "google_compute_instance_template" "nodes-minimal-example-com" {
|
|||
metadata = {
|
||||
"cluster-name" = "minimal.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=ubuntu;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-minimal-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ metadata:
|
|||
kops.k8s.io/cluster: minimal-gce.example.com
|
||||
name: master-us-test1-a
|
||||
spec:
|
||||
image: cos-cloud/cos-stable-57-9202-64-0
|
||||
image: ubuntu-os-cloud/ubuntu-2004-focal-v20221018
|
||||
machineType: n1-standard-1
|
||||
maxSize: 1
|
||||
minSize: 1
|
||||
|
|
@ -75,7 +75,7 @@ metadata:
|
|||
kops.k8s.io/cluster: minimal-gce.example.com
|
||||
name: nodes
|
||||
spec:
|
||||
image: cos-cloud/cos-stable-57-9202-64-0
|
||||
image: ubuntu-os-cloud/ubuntu-2004-focal-v20221018
|
||||
machineType: n1-standard-2
|
||||
maxSize: 2
|
||||
minSize: 2
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ resource "google_compute_instance_template" "master-us-test1-a-minimal-gce-examp
|
|||
interface = ""
|
||||
mode = "READ_WRITE"
|
||||
source = ""
|
||||
source_image = "https://www.googleapis.com/compute/v1/projects/cos-cloud/global/images/cos-stable-57-9202-64-0"
|
||||
source_image = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-2004-focal-v20221018"
|
||||
type = "PERSISTENT"
|
||||
}
|
||||
labels = {
|
||||
|
|
@ -480,7 +480,7 @@ resource "google_compute_instance_template" "nodes-minimal-gce-example-com" {
|
|||
interface = ""
|
||||
mode = "READ_WRITE"
|
||||
source = ""
|
||||
source_image = "https://www.googleapis.com/compute/v1/projects/cos-cloud/global/images/cos-stable-57-9202-64-0"
|
||||
source_image = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-2004-focal-v20221018"
|
||||
type = "PERSISTENT"
|
||||
}
|
||||
labels = {
|
||||
|
|
@ -492,6 +492,7 @@ resource "google_compute_instance_template" "nodes-minimal-gce-example-com" {
|
|||
metadata = {
|
||||
"cluster-name" = "minimal-gce.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=ubuntu;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-minimal-gce-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@ resource "google_compute_instance_template" "nodes-minimal-gce-ilb-example-com"
|
|||
metadata = {
|
||||
"cluster-name" = "minimal-gce-ilb.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=cos;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-minimal-gce-ilb-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -493,6 +493,7 @@ resource "google_compute_instance_template" "nodes-minimal-gce-with-a-very-very-
|
|||
metadata = {
|
||||
"cluster-name" = "minimal-gce-with-a-very-very-very-very-very-long-name.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=cos;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-minimal-gce-with-a-very-very-very-very-very-long-name-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -492,6 +492,7 @@ resource "google_compute_instance_template" "nodes-minimal-gce-with-a-very-very-
|
|||
metadata = {
|
||||
"cluster-name" = "minimal-gce-with-a-very-very-very-very-very-long-name.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=cos;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-minimal-gce-with-a-very-very-very-very-very-long-name-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -482,6 +482,7 @@ resource "google_compute_instance_template" "nodes-minimal-gce-private-example-c
|
|||
metadata = {
|
||||
"cluster-name" = "minimal-gce-private.example.com"
|
||||
"kops-k8s-io-instance-group-name" = "nodes"
|
||||
"kube-env" = "AUTOSCALER_ENV_VARS: os_distribution=cos;arch=amd64;os=linux"
|
||||
"ssh-keys" = "admin: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtWu40XQo8dczLsCq0OWV+hxm9uV3WxeH9Kgh4sMzQxNtoU1pvW0XdjpkBesRKGoolfWeCLXWxpyQb1IaiMkKoz7MdhQ/6UKjMjP66aFWWp3pwD0uj0HuJ7tq4gKHKRYGTaZIRWpzUiANBrjugVgA+Sd7E/mYwc/DMXkIyRZbvhQ=="
|
||||
"startup-script" = file("${path.module}/data/google_compute_instance_template_nodes-minimal-gce-private-example-com_metadata_startup-script")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue