-
Notifications
You must be signed in to change notification settings - Fork 30
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
🐛 Update getting started notes #448
Merged
furkatgofurov7
merged 3 commits into
rancher:main
from
furkatgofurov7:update-getting-started-notes
Sep 27, 2024
Merged
🐛 Update getting started notes #448
furkatgofurov7
merged 3 commits into
rancher:main
from
furkatgofurov7:update-getting-started-notes
Sep 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
furkatgofurov7
commented
Sep 26, 2024
yiannistri
previously approved these changes
Sep 26, 2024
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.
I've tested the steps from the guide and it works great 💯
It took about 20-25 mins on my local to get all 5 nodes up and running.
kubectl get machine -n example
NAME CLUSTER NODENAME PROVIDERID PHASE AGE VERSION
capd-rke2-test-control-plane-ftt64 capd-rke2-test capd-rke2-test-control-plane-ftt64 docker:////capd-rke2-test-control-plane-ftt64 Running 3m23s v1.27.3+rke2r1
capd-rke2-test-control-plane-tshb5 capd-rke2-test capd-rke2-test-control-plane-tshb5 docker:////capd-rke2-test-control-plane-tshb5 Running 13m v1.27.3+rke2r1
capd-rke2-test-control-plane-vdxtk capd-rke2-test capd-rke2-test-control-plane-vdxtk docker:////capd-rke2-test-control-plane-vdxtk Running 20m v1.27.3+rke2r1
worker-md-0-fx7n5-hmdv2 capd-rke2-test capd-rke2-test-worker-md-0-fx7n5-hmdv2 docker:////capd-rke2-test-worker-md-0-fx7n5-hmdv2 Running 20m v1.27.3+rke2r1
worker-md-0-fx7n5-m7f7g capd-rke2-test capd-rke2-test-worker-md-0-fx7n5-m7f7g docker:////capd-rke2-test-worker-md-0-fx7n5-m7f7g Running 20m v1.27.3+rke2r1
clusterctl describe cluster -n example capd-rke2-test
NAME READY SEVERITY REASON SINCE MESSAGE
Cluster/capd-rke2-test True 33s
├─ClusterInfrastructure - DockerCluster/capd-rke2-test True 20m
├─ControlPlane - RKE2ControlPlane/capd-rke2-test-control-plane True 33s
│ └─3 Machines... True 4m55s See capd-rke2-test-control-plane-ftt64, capd-rke2-test-control-plane-tshb5, ...
└─Workers
└─MachineDeployment/worker-md-0 True 9m3s
└─2 Machines... True 15m See worker-md-0-fx7n5-hmdv2, worker-md-0-fx7n5-m7f7g
4 tasks
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
@yiannistri @Danil-Grigorev take a look, should be good now (tested it locally all works as before) |
Danil-Grigorev
approved these changes
Sep 27, 2024
furkatgofurov7
added
the
area/documentation
Issues or PRs related to documentation
label
Sep 27, 2024
yiannistri
approved these changes
Sep 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Makes sure the getting started guide for creating CAPRKE2+CAPD works as expected when following the guide
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 #
Special notes for your reviewer:
Checklist: