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

Reserve static IP address on GCP #94

Merged
merged 3 commits into from
Nov 8, 2018
Merged

Reserve static IP address on GCP #94

merged 3 commits into from
Nov 8, 2018

Conversation

kfurgol
Copy link
Contributor

@kfurgol kfurgol commented Nov 6, 2018

Description

Changes proposed in this pull request:

  • Added script that reserve static IP address on GCP

Related issue(s)
Provisioning GKE cluster for integration tests #20

@kfurgol kfurgol added the area/ci Issues or PRs related to CI related topics label Nov 6, 2018
@kfurgol kfurgol requested review from a-thaler, clebs, lilitgh and a team as code owners November 6, 2018 09:45

set -o errexit

if [ -z "$GCLOUD_PROJECT_NAME" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we make the variable names consistent in all the scripts? Here we have GCLOUD_PROJECT_NAME and in the provision-cluster.sh we have PROJECT. Both those variables handles the same parameter.

@kfurgol kfurgol merged commit 0d4e702 into kyma-project:master Nov 8, 2018
@kfurgol kfurgol deleted the reserve-static-ip-address-on-gcp branch November 15, 2018 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues or PRs related to CI related topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants