Skip to content

Conversation

@rwsu
Copy link

@rwsu rwsu commented Nov 20, 2025

Removed TLS certificate generation and configuration from the local registry setup.

Changes:

  • Remove certificate generation from setup-local-registry.sh and setup-local-registry-upgrade.sh scripts
  • Remove TLS certificate environment variables and volume mounts from start-local-registry.service and [email protected]
  • Configure registry containers to listen on HTTP (port 5000)
  • Mark registry mirrors as insecure in registries.conf to allow HTTP connections from container runtimes
  • Preserve DNS configuration for registry.appliance.openshift.com

This change requires clients to use HTTP instead of HTTPS when connecting to the appliance's local registry. The registries.conf file now includes 'insecure = true' for all registry mirrors to ensure podman/skopeo/CRI-O accept HTTP connections.

🤖 Generated with Claude Code

Assisted-by: Claude [email protected]

Removed TLS certificate generation and configuration from the local
registry setup.

Changes:
- Remove certificate generation from setup-local-registry.sh and
  setup-local-registry-upgrade.sh scripts
- Remove TLS certificate environment variables and volume mounts from
  start-local-registry.service and [email protected]
- Configure registry containers to listen on HTTP (port 5000)
- Mark registry mirrors as insecure in registries.conf to allow HTTP
  connections from container runtimes
- Preserve DNS configuration for registry.appliance.openshift.com

This change requires clients to use HTTP instead of HTTPS when
connecting to the appliance's local registry. The registries.conf
file now includes 'insecure = true' for all registry mirrors to
ensure podman/skopeo/CRI-O accept HTTP connections.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Assisted-by: Claude <[email protected]>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 20, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Nov 20, 2025

@rwsu: This pull request references AGENT-1375 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set.

In response to this:

Removed TLS certificate generation and configuration from the local registry setup.

Changes:

  • Remove certificate generation from setup-local-registry.sh and setup-local-registry-upgrade.sh scripts
  • Remove TLS certificate environment variables and volume mounts from start-local-registry.service and [email protected]
  • Configure registry containers to listen on HTTP (port 5000)
  • Mark registry mirrors as insecure in registries.conf to allow HTTP connections from container runtimes
  • Preserve DNS configuration for registry.appliance.openshift.com

This change requires clients to use HTTP instead of HTTPS when connecting to the appliance's local registry. The registries.conf file now includes 'insecure = true' for all registry mirrors to ensure podman/skopeo/CRI-O accept HTTP connections.

🤖 Generated with Claude Code

Assisted-by: Claude [email protected]

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 20, 2025
@openshift-ci openshift-ci bot requested review from jhernand and oourfali November 20, 2025 04:08
@openshift-ci
Copy link

openshift-ci bot commented Nov 20, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rwsu
Once this PR has been reviewed and has the lgtm label, please assign danielerez for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@openshift-ci
Copy link

openshift-ci bot commented Nov 20, 2025

@rwsu: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/unit-test 47fcdb6 link true /test unit-test

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants