Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Added a dev quick start guide #186

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

gyliu513
Copy link
Contributor

@gyliu513 gyliu513 commented Jul 20, 2021

What this PR does / why we need it:

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 #181

This was blocked by #185 and @wangjsty is working on it.

/cc @charleszheng44 @christopherhein

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 20, 2021
@gyliu513 gyliu513 changed the title WIP Added a dev quick start guide Added a dev quick start guide Jul 20, 2021
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 20, 2021
@gyliu513
Copy link
Contributor Author

Ready for review, @charleszheng44 @christopherhein

Copy link
Contributor

@charleszheng44 charleszheng44 left a comment

Choose a reason for hiding this comment

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

The instruction looks awesome! Thanks, @gyliu513 😄

```console
git clone [email protected]:kubernetes-sigs/cluster-api.git
cd cluster-api
make release-manifests
Copy link
Contributor

Choose a reason for hiding this comment

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

TIL: I used to use the clusterctl init to set up all CAPI components, though some of them would never be used. 😄

cluster-sample-etcd-0 1/1 Running 0 6h4m
```

If you found you cluster keeps provisioning and all of the Tenant Cluster components including APIServer, Controller and Etcd keeps crashed due to docker image pull rate limit as follows:
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a good point. The docker.io has a rate limit that may prevent developers from pulling images multiple times during a short period.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: charleszheng44, gyliu513

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 20, 2021
@charleszheng44
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 20, 2021
@k8s-ci-robot k8s-ci-robot merged commit 6586c68 into kubernetes-retired:main Jul 20, 2021
@chrishenzie
Copy link

/uncc

@k8s-ci-robot k8s-ci-robot removed the request for review from chrishenzie July 20, 2021 16:58
@gyliu513 gyliu513 deleted the dev-quickstart branch July 21, 2021 01:08
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 "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update quickstart to enable using DEV Build
4 participants