Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GKE provider: Add cluster-ipv4-cidr and arbitrary flags #25437

Merged
merged 1 commit into from
May 11, 2016

Conversation

zmerlynn
Copy link
Member

@zmerlynn zmerlynn commented May 10, 2016

@zmerlynn zmerlynn added area/test-infra release-note Denotes a PR that will be considered when it comes time to generate release notes. team/gke labels May 10, 2016
@zmerlynn zmerlynn added the priority/backlog Higher priority than priority/awaiting-more-evidence. label May 10, 2016
@k8s-github-robot k8s-github-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 10, 2016
@roberthbailey roberthbailey added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 10, 2016
zmerlynn added a commit to zmerlynn/test-infra that referenced this pull request May 10, 2016
Relies on kubernetes/kubernetes#25437, but
this suite is manual, so I'll make sure that's merged before I kick
this one again.
create_args+=("--cluster-ipv4-cidr=${CLUSTER_IP_RANGE}")
fi

create_args+=( ${GKE_CREATE_FLAGS:-} )
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explain why we don't want to put ${GKE_CREATE_FLAGS:-} in quotes?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's intentional - it implicitly splits across spaces and dumps it in the array, e.g.:

$ LIST="foo bar blat"
$ ARR=( ${LIST} )
$ echo ${ARR[2]}
blat

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks! I figured it was intentional, just wanted a free bash lesson from you :)

@a-robinson
Copy link
Contributor

LGTM

@k8s-bot
Copy link

k8s-bot commented May 10, 2016

GCE e2e build/test passed for commit e42f201.

@k8s-github-robot
Copy link

Automatic merge from submit-queue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test-infra lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/backlog Higher priority than priority/awaiting-more-evidence. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants