mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #67307 from jlegrone/feature/update-container-resources-ref
Automatic merge from submit-queue (batch tested with PRs 67347, 67307, 67358, 67364, 67385). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update container resources reference link **What this PR does / why we need it**: Users are currently directed to documentation on `PersistentVolumeClaim` resources when looking for information on `Container` resources. While this field is backed by the same type in both instances, [Managing Compute Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) is more relevant in the `Container` context. This is surfaced in at least two places: - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#container-v1-core - `kubectl explain pod.spec.containers.resources` **Release note**: ```release-note NONE ```
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -78922,7 +78922,7 @@
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.Probe"
|
||||
},
|
||||
"resources": {
|
||||
"description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
|
||||
"description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements"
|
||||
},
|
||||
"securityContext": {
|
||||
|
||||
Reference in New Issue
Block a user