Clean up service account print and describe#117160
Clean up service account print and describe#117160k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Fri Apr 7 08:02:24 UTC 2023. |
|
LGTM label has been added. DetailsGit tree hash: 20f3f8d0caed1903320f7bd1a9755ebdc34f1dee |
|
/triage accepted |
|
/hold |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
|
@k8s-triage-robot: Closed this PR. DetailsIn response to this:
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/test-infra repository. |
|
/hold cancel |
|
LGTM label has been added. DetailsGit tree hash: 5931596c0f75e74d43275dee8e74b0cf3947f665 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
|
@liggitt: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. |
What type of PR is this?
The
secretsfield in service accounts is not populated by any core kubernetes components since 1.24, and does not drive any behavior unless the service account opts into restricting mountable secrets, which is vanishingly rare.This cleans up the printer and describer for service accounts to stop outputting misleading descriptions.
/kind cleanup
Does this PR introduce a user-facing change?