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

Fix cloud provider installation in AWS template #583

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

alexander-demicev
Copy link
Member

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 #

Special notes for your reviewer:

Checklist:

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

@alexander-demicev alexander-demicev requested a review from a team as a code owner February 25, 2025 10:57
anmazzotti
anmazzotti previously approved these changes Feb 25, 2025
furkatgofurov7
furkatgofurov7 previously approved these changes Feb 25, 2025
@@ -229,6 +235,7 @@ apiVersion: addons.cluster.x-k8s.io/v1beta1
kind: ClusterResourceSet
metadata:
name: crs-ccm
namespace: ${NAMESPACE}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think when specifying -n <namespace> in kubectl apply, namespace is being set for each resource from the list. It may however conflict with an already set value. Could this value be removed from templates instead?

Copy link
Member Author

@alexander-demicev alexander-demicev Feb 26, 2025

Choose a reason for hiding this comment

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

@Danil-Grigorev the namespace is there to align with clusterctl templates, where it's used to substitute namespace in generate command

@kkaempf kkaempf added area/documentation Issues or PRs related to documentation kind/enhancement New feature or request labels Feb 26, 2025
@alexander-demicev alexander-demicev merged commit 35df666 into rancher:main Feb 26, 2025
5 checks passed
@alexander-demicev alexander-demicev deleted the awstemplate branch February 26, 2025 14:43
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 kind/enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants