Skip to content

Commit

Permalink
chore: e2e: use 6th Generation Linode plans
Browse files Browse the repository at this point in the history
Use the latest 6th Generation Linode plans (announced in May 2018). The 5th
Generation plans are publicly deprecated.

See: https://www.linode.com/blog/linode/updated-linode-plans-new-larger-linodes/
  • Loading branch information
cbang-akamai committed Apr 29, 2024
1 parent c29b68b commit 953ab7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
cluster.x-k8s.io/cluster-name: ($cluster)
spec:
region: us-sea
type: g5-nanode-1
type: g6-nanode-1
status:
ready: true
instanceState: running
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ spec:
template:
spec:
region: us-sea
type: g5-nanode-1
type: g6-nanode-1

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
cluster.x-k8s.io/cluster-name: ($cluster)
spec:
region: us-sea
type: g5-nanode-1
type: g6-nanode-1
status:
ready: true
instanceState: running
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
template:
spec:
region: us-sea
type: g5-nanode-1
type: g6-nanode-1

0 comments on commit 953ab7a

Please sign in to comment.