mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Fix misc typos
Mostly in comments, but also renamed the (test) function migUdpateCmdBase -> migUpdateCmdBase.
This commit is contained in:
@@ -326,7 +326,7 @@ func createPD() (string, error) {
|
||||
pdName := fmt.Sprintf("%s-%s", testContext.prefix, string(util.NewUUID()))
|
||||
|
||||
zone := testContext.CloudConfig.Zone
|
||||
// TODO: make this hit the compute API directly instread of shelling out to gcloud.
|
||||
// TODO: make this hit the compute API directly instead of shelling out to gcloud.
|
||||
err := exec.Command("gcloud", "compute", "--quiet", "--project="+testContext.CloudConfig.ProjectID, "disks", "create", "--zone="+zone, "--size=10GB", pdName).Run()
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
Reference in New Issue
Block a user