Skip to content

Commit

Permalink
Updates GCE channels to use ubuntu over COS
Browse files Browse the repository at this point in the history
  • Loading branch information
geojaz committed Jan 10, 2021
1 parent 7562336 commit 6bd620d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions channels/alpha
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ spec:
- providerID: gce
kubernetesVersion: ">=1.16.0-alpha.1"
name: "cos-cloud/cos-stable-77-12371-114-0"
# Note: Updated from cos to ubuntu for parity with aws.
- providerID: gce
kubernetesVersion: ">=1.17.0"
name: "ubuntu-os-cloud/ubuntu-2004-focal-v20210108"
cluster:
kubernetesVersion: v1.5.8
networking:
Expand Down
4 changes: 4 additions & 0 deletions channels/stable
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ spec:
- providerID: gce
kubernetesVersion: ">=1.16.0-alpha.1"
name: "cos-cloud/cos-stable-77-12371-114-0"
# Note: Updated from cos to ubuntu for parity with aws.
- providerID: gce
kubernetesVersion: ">=1.17.0"
name: "ubuntu-os-cloud/ubuntu-2004-focal-v20210108"
cluster:
kubernetesVersion: v1.5.8
networking:
Expand Down

0 comments on commit 6bd620d

Please sign in to comment.