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

📖 Improve ROSA quickstart with MachinePool and troubleshooting guide #4775

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

serngawy
Copy link
Contributor

@serngawy serngawy commented Feb 5, 2024

What type of PR is this?
/kind bug

What this PR does / why we need it:

Enable the machinePool feature in order to be able to use ROSA machine pool feature

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

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • includes emojis
  • adds unit tests
  • adds or updates e2e tests

Release note:

None

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 5, 2024
@k8s-ci-robot
Copy link
Contributor

Hi @serngawy. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot requested review from cnmcavoy and faiq February 5, 2024 15:31
@serngawy serngawy changed the title Fix issues-4774 ROSA issues-4774 Feb 5, 2024
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Feb 5, 2024
@serngawy serngawy changed the title ROSA issues-4774 ✨ Fix issues-4774 Feb 5, 2024
```shell
$ kubectl get deploy capi-controller-manager -n capi-system -o yaml
```
check the feature gate container args it should has the MachinePool=true as below.
Copy link
Contributor

@nrb nrb Feb 6, 2024

Choose a reason for hiding this comment

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

Suggested change
check the feature gate container args it should has the MachinePool=true as below.
the feature gate container arg should have `MachinePool=true` as shown below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

```shell
$ kubectl get deploy capa-controller-manager -n capa-system -o yaml
```
check the feature gate container args it should has the ROSA=true as below.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
check the feature gate container args it should has the ROSA=true as below.
the feature gate arg should have `ROSA=true` as shown below.

@nrb
Copy link
Contributor

nrb commented Feb 6, 2024

Just a couple suggestions for wording, otherwise this looks good.

@nrb
Copy link
Contributor

nrb commented Feb 6, 2024

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 6, 2024
@nrb
Copy link
Contributor

nrb commented Feb 6, 2024

Could you update the commit message and title to reflect what the change does, rather than the issue number?

You can see what emoji to use for the PR title here

clusterctl init --infrastructure aws
```

## TroubleShoot
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
## TroubleShoot
## Troubleshooting

Comment on lines 32 to 35
spec:
containers:
- args:
- --feature-gates=ROSA=true,...
Copy link
Member

Choose a reason for hiding this comment

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

change to 2 spacing for better readability?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

```

## TroubleShoot
To check the feature-gates for the capi contoller Run the following command.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
To check the feature-gates for the capi contoller Run the following command.
To check the feature-gates for the Cluster API controller run the following command:

- --feature-gates=MachinePool=true,ClusterResourceSet=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=false
```

To check the feature-gates for the capa contoller Run the following command.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
To check the feature-gates for the capa contoller Run the following command.
To check the feature gates for the Cluster API AWS controller run the following command:

@vincepri
Copy link
Member

vincepri commented Feb 6, 2024

/retitle 📖 Improve ROSA quickstart with MachinePool and troubleshooting guide

@k8s-ci-robot k8s-ci-robot changed the title ✨ Fix issues-4774 📖 Improve ROSA quickstart with MachinePool and troubleshooting guide Feb 6, 2024
Signed-off-by: melserngawy <melserng@redhat.com>
@nrb
Copy link
Contributor

nrb commented Feb 7, 2024

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 7, 2024
Copy link
Member

@vincepri vincepri left a comment

Choose a reason for hiding this comment

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

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vincepri

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 Feb 7, 2024
@k8s-ci-robot k8s-ci-robot merged commit 6ffb575 into kubernetes-sigs:main Feb 7, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. 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.

4 participants