-
Notifications
You must be signed in to change notification settings - Fork 40.6k
fix: API documentation incorrectly states that resizePolicy can be set to ephemeral containers #129606
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
base: master
Are you sure you want to change the base?
Conversation
…t to ephemeral containers
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
@0PrashantYadav0: The label(s) In 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-sigs/prow repository. |
Welcome @0PrashantYadav0! |
Hi @0PrashantYadav0. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 0PrashantYadav0 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 |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
Please sign the CLA. /ok-to-test |
/remove-sig api-machinery |
@kannon92 I have make the changes you asked for please review that as well. |
verify job is failing. You need to run make update and commit those changes. |
@kannon92 I am not able to find why my |
Can you run Or if that doesn't work, then try running https://github.com/kubernetes/kubernetes/blob/master/hack/update-openapi-spec.sh |
Verify is saying that you did not generate the openapi specs for the API update. |
Actually i do not have anny idea how to do so |
Try running |
@0PrashantYadav0: 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. 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. |
@kannon92 I have tried all the command you have provide still the job is failing. Will you please look into it and review my pr. |
I can't really review the PR without green jobs. Maybe post on slack and ask for help? So you ran |
Please add a release note. |
yes i do |
The Kubernetes project currently lacks enough 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 stale |
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 |
…t to ephemeral containers
What type of PR is this?
/kind fix
/kind documentation
What this PR does / why we need it:
Correct the api documentation where incorrectly states that resizePolicy is set to ephemeral containers.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Just want to ask do i have to change all instance of resizepolicy in the docs to ephemeral containers as there is few instances where we do not need that.
Does this PR introduce a user-facing change?
NONE
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: