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

🐛 Update getting started notes #448

Merged

Conversation

furkatgofurov7
Copy link
Contributor

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:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@furkatgofurov7 furkatgofurov7 requested a review from a team as a code owner September 26, 2024 08:32
yiannistri
yiannistri previously approved these changes Sep 26, 2024
Copy link
Contributor

@yiannistri yiannistri left a 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

docs/book/src/01_user/01_getting-started.md Show resolved Hide resolved
Signed-off-by: Furkat Gofurov <[email protected]>
@furkatgofurov7
Copy link
Contributor Author

@yiannistri @Danil-Grigorev take a look, should be good now (tested it locally all works as before)

@furkatgofurov7 furkatgofurov7 added the area/documentation Issues or PRs related to documentation label Sep 27, 2024
@furkatgofurov7 furkatgofurov7 merged commit cca2dfc into rancher:main Sep 27, 2024
4 checks passed
@furkatgofurov7 furkatgofurov7 deleted the update-getting-started-notes branch September 27, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants