mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Fix bug in retry-forever usage.
- Push retry-forever wrapping to curl invocations. - Collect curl retry flags into a single variable. - Remove 'sudo: false' in master.yaml, is unnecessary and breaks older cloud-init versions. - Change log-error status reason to be more accurate. - Fix the some 'python' invocations to 'python3'.
This commit is contained in:
@@ -1911,7 +1911,7 @@ function update-or-verify-gcloud() {
|
||||
else
|
||||
local version
|
||||
version=$(gcloud version --format=json)
|
||||
python -c"
|
||||
python3 -c"
|
||||
import json,sys
|
||||
from distutils import version
|
||||
|
||||
|
Reference in New Issue
Block a user