Kubernetes Prow Robot
7b631db949
Merge pull request #16242 from rifelpet/gcp-tf
...
Bump GCP terraform provider to latest
2024-01-11 05:22:12 +01:00
Peter Rifel
eaf4174c54
./hack/update-expected.sh
2024-01-10 19:44:37 -06:00
Ciprian Hacman
67b9148cd9
hack/update-expected.sh
2024-01-10 03:21:57 +02:00
Peter Rifel
62fcb00f8c
./hack/update-expected.sh
2023-12-20 20:06:13 -06:00
Matt Morrison
9f15dd71f0
Update expected test output
2023-10-11 21:07:31 +13:00
Ciprian Hacman
41c82ee6b4
hack/update-expected.sh
2023-07-09 13:50:00 +03:00
Tessia Piboubès
d41b6e6ca6
GCP Terraform: enable create_before_destroy in instance templates
2023-06-07 17:49:55 +02:00
justinsb
8738f97ca7
Update test output for GCE IPv6 support
2023-03-31 09:55:28 -04:00
justinsb
5dd5865893
Update expected output
2023-01-04 08:14:45 -05:00
Ciprian Hacman
0ff7c6f432
Update GCE integration tests
2022-12-14 11:48:51 +02:00
Ciprian Hacman
eded9c1c4b
Run hack/update-expected.sh
2022-12-05 00:20:17 +02:00
Ciprian Hacman
ba769d6037
Run hack/update-expected.sh
2022-12-04 18:27:47 +02:00
John Gardiner Myers
b105aa6a86
hack/update-expected.sh
2022-11-22 17:15:51 -08:00
Ciprian Hacman
407ee77041
Trim space around SSH public key
2022-08-24 08:32:01 +03:00
Ciprian Hacman
b9394fed18
Run hack/update-expected.sh
2022-08-12 19:40:25 +03:00
Ivan Volynkin
329c60cc62
Adding GCE SPOT support
2022-07-14 20:19:50 +03:00
Ciprian Hacman
79be7cb1cd
Run hack/update-expected.sh
2022-06-23 20:55:26 +03:00
Ciprian Hacman
911f4a133c
Run hack/update-expected.sh
2022-06-10 14:03:16 +03:00
Ciprian Hacman
18d45a2994
Run hack/update-expected.sh
2022-04-13 16:49:09 +03:00
Jesse Haka
1a6b768b15
fix terraform files
2022-03-01 12:23:30 +02:00
Peter Rifel
117639f7ec
Use terraform literals in GCP service account references
2021-12-18 16:39:16 -06:00
justinsb
61e2cb2b73
gce: Fix google_project_iam_binding member -> members
2021-12-17 18:29:29 -05:00
justinsb
7270fd9165
Update expected test output
2021-12-17 12:57:14 -05:00
Peter Rifel
85d4bf7497
Add labels to GCE instance templates
2021-12-02 08:20:04 +02:00
Peter Rifel
7f8e1b8182
Fix GCE router terraform reference
2021-10-26 22:37:58 -05:00
justinsb
5e4987b246
GCE: support egress specification
...
Empty or "nat" now defaults to creating a per-subnet NAT router for
private topologies. "external" will assume that egress is configured
outside of kOps.
2021-10-26 21:37:03 -04:00
justinsb
d363bf3dad
GCE: improve network & subnet terraform support
...
We should use the subnet spec in the Cluster, and default to creating
a new subnet/network, but allow an existing one to be specified.
2021-10-24 17:41:14 -04:00
justinsb
0611e4f638
gce: open kops-controller port from nodes
...
This is now needed in our nodeup bootstrap with vTPM on GCE.
Also remove the cadvisor port, it is no longer running on the control-plane nodes.
2021-10-24 13:47:16 -04:00
justinsb
af76c4c20a
gce: allow router to refer to network object
...
This allows for our execution model to work a little more smoothly.
2021-10-24 09:19:06 -04:00
justinsb
f0aa776d46
gce: update tests for shared networks
...
Also need to populate mocks.
2021-10-23 23:59:21 -04:00
justinsb
3e83b771d6
GCE: For IPAlias or Custom Routes, we must recognize source by CIDR
...
SourceTags are not recognized when using IPAlias or custom routes (aka
kubenet), so we must recognize by CIDR instead.
2021-09-21 08:20:17 -04:00
justinsb
76f816f483
GCE: Always have IPv6 rules in "ipv6 mode"
...
If we don't specify some SourceRanges, it defaults to 0.0.0.0/0, which
is IPv4 and confusing.
2021-09-20 09:26:28 -04:00
Peter Rifel
476eb96970
./hack/update-expected.sh
2021-09-17 18:08:59 -05:00
justinsb
144c841d39
Update test data
2021-08-21 20:09:31 -04:00
Peter Rifel
13f4305b9c
Include GCP Project in terraform HCL2 output
...
This has been included in the JSON output but was missing from HCL2
2021-07-01 09:23:37 -04:00
John Gardiner Myers
e90f2cc834
hack/update-expected.sh
2021-06-28 13:48:35 -07:00
John Gardiner Myers
5c4f1c4f6c
Adjust sorting of resources in hcl2
2021-05-02 19:39:23 -07:00
Kenji Kaneda
71f52363f8
Add a lifecycle test for GCE
...
- Move MockGCECloud to cloudmock/gce.
- Change Compute() and CloudDNS() of GCECloud to return interfaces
for mocking
2021-04-26 13:05:27 -07:00
Kenji Kaneda
f37330f53d
Add GCE Router task
...
This commit picks up the change from the previous attempt
(https://github.com/kubernetes/kops/pull/6828 ).
- Add Router to GCE tasks
- Add the HasExternalIP field to InstanceTemplate
- Create a RouterTask and set HasExternalIP to false when
a private topology is specified.
https://github.com/kubernetes/kops/issues/6827
2021-04-23 23:03:38 -07:00