Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

fix: change the default node image to cos_containerd #706

Merged
merged 1 commit into from Mar 23, 2022

Conversation

Shabirmean
Copy link
Member

@Shabirmean Shabirmean commented Mar 23, 2022

Fixes #705

Description

  • Integration tests were failing on the nightly builds for the repo
  • The issue was that docker was phased out as the default container runtime for GKE in 1.19.
  • Thus, it was recommended to use the node image (cos_containerd) which is specific to containerd runtime and to move away from the current node image cos
  • In the most recent release of GKE the default node image used is cos_containerd
  • Because of this the integration test that checks for this was failing.
  • See release notes for information.

image

Changes

  • Fixed the above issue by changing the check to COS_CONTAINERD (the new node image) from COS

@Shabirmean Shabirmean requested a review from a team as a code owner March 23, 2022 15:54
@Shabirmean Shabirmean added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2022
@Shabirmean Shabirmean added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 23, 2022
Copy link

@NimJay NimJay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.
Thanks for taking care if this so fast, Shabir!

@product-auto-label product-auto-label bot added the api: container Issues related to the googleapis/java-container API. label Mar 23, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2022
@Shabirmean Shabirmean closed this Mar 23, 2022
@Shabirmean Shabirmean reopened this Mar 23, 2022
@Shabirmean Shabirmean merged commit 9ffa70d into main Mar 23, 2022
@Shabirmean Shabirmean deleted the fix-imagemismatch branch March 23, 2022 19:21
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 30, 2022
🤖 I have created a release *beep* *boop*
---


### [2.3.6](v2.3.5...v2.3.6) (2022-03-29)


### Bug Fixes

* change the default node image to cos_containerd ([#706](#706)) ([9ffa70d](9ffa70d))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#709](#709)) ([bb64318](bb64318))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: container Issues related to the googleapis/java-container API.
Projects
None yet
4 participants