website/content/en/examples
Kubernetes Prow Robot 61b49282b5
Merge pull request #51483 from pohly/dra-1.34
DRA: core update for 1.34
2025-07-30 02:06:28 -07:00
..
access enable copying rolebinding examples directly 2025-02-12 13:36:26 +05:30
admin Replace deprecated API version of `kubescheduler.config.k8s.io` in `my-scheduler.yaml`. 2025-05-14 22:57:43 +05:30
application Upgrade mysql image version used by Single-Instance Stateful tutorial 2025-05-20 15:12:28 +02:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
concepts/policy/limit-range Update pause with Docker Schema 2 image 2024-12-19 13:11:05 -08:00
configmap Add envFrom details in docs (#47709) 2024-09-11 14:07:12 +01:00
controllers Updated fluentd image version in daemonset 2025-07-17 10:21:44 +06:00
customresourcedefinition Add docs for CRD field selection 2024-03-18 11:09:04 -04:00
debug doc: document the usage of the PodLogsQuerySplitStreams feature 2024-11-30 00:22:25 +08:00
deployments Fix deployment with capacity reservation yaml 2025-07-09 05:48:29 +02:00
dra DRA: core update for 1.34 2025-07-28 22:24:32 +02:00
mutatingadmissionpolicy Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example 2025-04-27 02:12:16 +03:00
pods Update Redis version in redis-pod.yaml to 8.0.2 2025-07-03 13:00:04 +02:00
policy Merge pull request #50082 from carlory/resource-quota-per-volumeattributesclass 2025-04-23 22:54:59 +05:30
priority-and-fairness apiserver: update APF documentation for GA 2023-11-22 14:49:27 -05:00
priorityclass Tweak node capacity overprovisioning task 2024-11-19 14:31:41 +00:00
secret Update TLS secret examples to use placeholder values for certificate and key to fix nelify build failure 2025-06-26 18:38:30 +01:00
security Await input in Pod Security Admission demo script 2023-03-02 22:39:41 +00:00
service Enable copying service content 2025-01-28 20:41:45 +05:30
storage Move misplaced comment outside YAML block in storageclass-aws-ebs.yaml (#48809) 2024-11-26 01:24:56 +00:00
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
validatingadmissionpolicy Include parameterNotFoundAction in binding-with-param-prod.yaml 2024-11-15 23:44:35 +01:00
windows beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18 2020-05-07 11:52:30 +08:00
README.md [zh]Update content/zh/examples/README.md 2022-04-25 23:50:10 +08:00
examples.go Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples_test.go Add embeddable examples for DRA basics 2025-07-14 19:32:47 +00:00

README.md

To run the tests for a localization, use the following command:

go test k8s.io/website/content/<lang>/examples

where <lang> is the two character representation of a language. For example:

go test k8s.io/website/content/en/examples