Commit 7e3de3b
authored
kokoro: update GKE auth plugin package name to google-cloud-cli (#277)
The legacy google-cloud-sdk-gke-gcloud-auth-plugin package has been
deprecated and removed from active Google Cloud APT repositories,
causing apt-get install to fail with:
"Package 'google-cloud-sdk-gke-gcloud-auth-plugin' has no installation
candidate" and aborting Kokoro executor provisioning with exit code 100.
Update the package name in kokoro_install_dependencies to the modern
Google Cloud CLI package: google-cloud-cli-gke-gcloud-auth-plugin.
https://docs.cloud.google.com/kubernetes-engine/docs/deprecations/auth-plugin1 parent 365700b commit 7e3de3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1364 | 1364 | | |
1365 | 1365 | | |
1366 | 1366 | | |
1367 | | - | |
| 1367 | + | |
1368 | 1368 | | |
1369 | 1369 | | |
1370 | 1370 | | |
| |||
0 commit comments