Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla_util.py: On is_gce(), return False when it's on GKE
GKE metadata server does not provide same metadata as GCE, we should not return True on is_gce(). So try to fetch machine-type from metadata server, return False if it 404 not found. Fixes scylladb#9471 Signed-off-by: Takuya ASADA <[email protected]> Closes scylladb#9582
- Loading branch information