-
Notifications
You must be signed in to change notification settings - Fork 68
Conversation
Ready for review, @charleszheng44 @christopherhein |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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.
[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 |
/lgtm |
/uncc |
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