Ciprian Hacman
|
7357245d65
|
Run hack/update-expected.sh
|
2021-11-21 06:12:18 +02: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 |
Ciprian Hacman
|
4cf87b9200
|
Run hack/update-expected.sh
|
2021-10-10 13:10:14 +03:00 |
dntosas
|
dc5926520d
|
[channels] Bump AWS/GCP/Azure Ubuntu AMIs to latest
Signed-off-by: dntosas <ntosas@gmail.com>
|
2021-09-19 10:03:52 +03:00 |
Ciprian Hacman
|
5d67753eeb
|
Run ./hack/update-expected.sh
|
2021-07-31 04:46:57 +03:00 |
John Gardiner Myers
|
9d531edb85
|
hack/update-expected.sh
|
2021-06-14 21:51:40 -07:00 |
Ciprian Hacman
|
54961e4ae5
|
Create new clusters without forcing a container runtime
Decide which container runtime to use later in model, based on Kubernetes version and other settings.
|
2021-05-09 21:43:58 +03:00 |
Ciprian Hacman
|
55e154a526
|
Update Ubuntu images to latest version
|
2021-04-25 09:24:20 +03:00 |
Ciprian Hacman
|
d33508d51f
|
Update kOps recommended versions and images
|
2021-04-17 08:52:50 +03:00 |
Barry Melbourne
|
6575b6113d
|
Update integration tests to k8s v1.21.0
|
2021-04-11 17:07:17 +01:00 |
Ciprian Hacman
|
fa72535f95
|
Release 1.21.0-alpha.2
|
2021-03-22 08:38:47 +02:00 |
Peter Rifel
|
08b263b8f6
|
Fix GCE channels version constraints
Previously k8s 1.17+ would always match with COS rather than Ubuntu 20.04 because of the unbound version range.
This updates 1.18+ clusters to use Ubuntu 20.04 to match AWS.
This should fix the failure to download logs via SSH here: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/e2e-kops-gce-kubetest2/1373013584195358720
The instance groups confirm the use of COS rather than u2004: https://storage.googleapis.com/kubernetes-jenkins/logs/e2e-kops-gce-kubetest2/1373013584195358720/artifacts/instancegroups.yaml
|
2021-03-19 22:34:31 -05:00 |
Barry Melbourne
|
337c9c4c66
|
Set default container runtime to containerd
|
2021-01-16 14:55:35 +00:00 |
Ciprian Hacman
|
19514f431c
|
Update integration tests for "create cluster"
|
2021-01-15 15:40:33 +02:00 |
John Gardiner Myers
|
d0b30cf771
|
update-expected.sh
|
2020-07-17 11:26:09 -07:00 |
John Gardiner Myers
|
fe66b0011b
|
Move CloudProvider determination into NewCluster()
|
2020-06-30 12:37:11 -07:00 |
John Gardiner Myers
|
843e5b9b16
|
Move GCEServiceAccount into CloudConfig
|
2020-05-03 20:35:32 -07:00 |
eric-hole
|
c59314a799
|
Adds some initial tests. Fixes some logic
Need to fix service account implementation first
Fixing tests and iterating on the serviceaccount logic
Run the gce_byo_sa test
|
2020-04-04 21:20:31 -07:00 |
eric-hole
|
b3d65ffce0
|
Adds a gce-service-account flag so you BYO service-account
Generated code and some cleanup
Not sure where that code went
Tests for service account
fixes case on gceserviceaccount
|
2020-04-04 21:15:56 -07:00 |