m-lab / etl-gardener

Gardener provides services for maintaining and reprocessing mlab data.
Apache License 2.0
13 stars 5 forks source link

Update v1beta1 k8s resources to v1 #380

Closed stephen-soltesz closed 2 years ago

stephen-soltesz commented 2 years ago

This change upgrades the resources to use the "v1" api rather than the now deprecated "v1beta1" apis. This upgrade is required to enable automatic upgrades of GKE clusters from v1.21 to v1.22.

NOTE: after deleting all task queues, an integration test now fails b/c it was targeting "mlab-sandbox" instead of "mlab-testing" project. This change removes the integration test since it and the related tq package will be removed eventually anyway.

Part of:


This change is Reviewable

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-2.2%) to 58.908% when pulling 25a24cbdefb0a33838fa07efbb4e7a151383dfb2 on sandbox-soltesz-k8s-api-update into 038440f6a11e7744266ff37318531a83de463876 on master.