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: lowercase resources names #1755

Merged

Conversation

AhmedGrati
Copy link
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

This PR aims to fix resource names. Previously, when the Compose service was capitalized, k8s resources names would be capitalized also, which would result in errors when trying to apply them. This PR aims to lowercase k8s resource names to reduce the amount of manual work that should be done by Kompose users.

Which issue(s) this PR fixes:

Fixes #1702

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 6, 2023
@k8s-ci-robot k8s-ci-robot requested review from ngtuna and sebgoa November 6, 2023 10:55
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AhmedGrati

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

@AhmedGrati AhmedGrati requested review from cdrage and removed request for sebgoa and ngtuna November 6, 2023 10:55
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 6, 2023
@AhmedGrati AhmedGrati force-pushed the fix-lowercase-resources-names branch from 60c9e55 to 709d39e Compare November 6, 2023 11:01
@cdrage
Copy link
Member

cdrage commented Nov 7, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Nov 7, 2023
@cdrage
Copy link
Member

cdrage commented Nov 8, 2023

Needs rebase, once that is complete let's merge this in and I'll do a release this Friday, amazing work @AhmedGrati

@AhmedGrati AhmedGrati force-pushed the fix-lowercase-resources-names branch from 709d39e to b3774a4 Compare November 8, 2023 10:00
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 8, 2023
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 8, 2023
@AhmedGrati AhmedGrati merged commit fd3fee6 into kubernetes:main Nov 8, 2023
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. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uppercase containers names to lowercase pods
4 participants