api icon indicating copy to clipboard operation
api copied to clipboard

Implement runAsGroup validation check

Open ropatil010 opened this issue 3 months ago • 7 comments

Hi Team,

Just Tryin on this task: https://issues.redhat.com/browse/CNTRLPLANE-1909

ropatil010 avatar Nov 11 '25 15:11 ropatil010

Pipeline controller notification This repository is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. Review these jobs and use /test <job> to manually trigger optional jobs most likely to be impacted by the proposed changes.

openshift-ci-robot avatar Nov 11 '25 15:11 openshift-ci-robot

Hello @ropatil010! Some important instructions when contributing to openshift/api: API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

openshift-ci[bot] avatar Nov 11 '25 15:11 openshift-ci[bot]

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign deads2k 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[bot] avatar Nov 11 '25 15:11 openshift-ci[bot]

@ropatil010: 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/okd-scos-e2e-aws-ovn 5e93601e289bc68ef0d375afe79751529317c768 link false /test okd-scos-e2e-aws-ovn

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.

openshift-ci[bot] avatar Nov 13 '25 13:11 openshift-ci[bot]

/unhold

ropatil010 avatar Nov 20 '25 14:11 ropatil010

/assign @JoelSpeed @everettraven @haircommander PTAL - ready for review

ropatil010 avatar Nov 20 '25 14:11 ropatil010

This is adding new fields to an existing v1 API. In general, this means that they need to be introduced behind a new feature gate and go through the standard feature promotion process.

everettraven avatar Nov 20 '25 15:11 everettraven