Skip to content

Comments

[Evidence PR] update library-go to use OCPBUGS-65626 PR#905

Open
ehearne-redhat wants to merge 2 commits intoopenshift:mainfrom
ehearne-redhat:evidence-OCPBUGS-65626
Open

[Evidence PR] update library-go to use OCPBUGS-65626 PR#905
ehearne-redhat wants to merge 2 commits intoopenshift:mainfrom
ehearne-redhat:evidence-OCPBUGS-65626

Conversation

@ehearne-redhat
Copy link

Evidence for openshift/library-go#2076 .

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 3, 2026
@openshift-ci openshift-ci bot requested review from deads2k and ingvagabund February 3, 2026 11:22
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 3, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

The full list of commands accepted by this bot can be found here.

Details 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
Contributor

openshift-ci bot commented Feb 3, 2026

@ehearne-redhat: all tests passed!

Full PR test history. Your PR dashboard.

Details

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.

@ehearne-redhat
Copy link
Author

ehearne-redhat commented Feb 4, 2026

kube-controller-manager-guard is using its own service account now.

apiVersion: v1
kind: Pod
metadata:
  ...
  labels:
    app: guard
  ...
    manager: cluster-kube-controller-manager-operator
    ...
  name: kube-controller-manager-guard-ip-10-0-8-201.ec2.internal
  namespace: openshift-kube-controller-manager
  ...
  serviceAccount: kube-controller-manager-guard-ip-10-0-8-201.ec2.internal
  serviceAccountName: kube-controller-manager-guard-ip-10-0-8-201.ec2.internal
  ...
status:
  ...
    name: guard
    ready: true
    resources:
      requests:
        cpu: 10m
        memory: 5Mi
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-03T13:39:12Z"
    ...
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-wnz7z
      readOnly: true
      recursiveReadOnly: Disabled
  hostIP: 10.0.8.201
  hostIPs:
  - ip: 10.0.8.201
  observedGeneration: 1
  phase: Running
  podIP: 10.130.0.77
  podIPs:
  - ip: 10.130.0.77
  qosClass: Burstable
  startTime: "2026-02-03T13:39:08Z"

Based on must-gather from e2e-aws-ovn-upgrade .

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

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant