Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

make create-clusters.sh work based on kind document #1323

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

xunpan
Copy link
Contributor

@xunpan xunpan commented Nov 30, 2020

What this PR does / why we need it:
The script should work based on documents.

  1. I add default TAG for the node image to make it work by default.
  2. I add 2 environment variables documented in kind doc

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1322

Special notes for your reviewer:

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Nov 30, 2020
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2020
scripts/create-clusters.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@makkes makkes left a comment

Choose a reason for hiding this comment

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

just a nit, otherwise lgtm.

tools/go.mod Outdated Show resolved Hide resolved
tools/go.sum Outdated Show resolved Hide resolved
tools/go.sum Outdated Show resolved Hide resolved
Copy link
Contributor

@jimmidyson jimmidyson left a comment

Choose a reason for hiding this comment

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

Can we please update the example to use a real tag, and I'd really like it if we could take this opportunity to upgrade to latest kind images.

docs/environments/kind.md Outdated Show resolved Hide resolved
docs/environments/kind.md Outdated Show resolved Hide resolved
scripts/create-clusters.sh Outdated Show resolved Hide resolved
 and update KIND_TAG to the latest version
@xunpan
Copy link
Contributor Author

xunpan commented Dec 2, 2020

I make updating tag version together with the fix in 1 commit because updating tag version is simple and easy to understand.

@makkes
Copy link
Contributor

makkes commented Dec 2, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 2, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jimmidyson, xunpan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 450c74b into kubernetes-retired:master Dec 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. 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.

create cluster script does not work by default according to kind document
4 participants