- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 692 for host:kubernetes.io (0.04 sec)
-
kubectl cp | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cp/Registered: Wed Jul 16 08:53:53 UTC 2025 - 462K bytes - Viewed (0) -
kubectl create ingress | Kubernetes
Synopsis Create an ingress with the specified name. kubectl create ingress NAME --rule=host/path=service:port[,tls[=secret]] Examples # Create a single ingress called 'simple' that directs requests to foo.com/bar to svc # svc1:8080 with a TLS secret "my-cert" kubectl create ingress simple --rule="foo.com/bar=svc1:8080,tls=my-cert" # Create a catch all ingress of "/path" pointing to service svc:port and Ingress Class as "otheringress" kubectl create ingress catch-all --class=otheringress --rule="/path=svc:port" # Create an ingress with two annotations: ingress.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_ingress/Registered: Wed Jul 16 08:52:51 UTC 2025 - 464.3K bytes - Viewed (0) -
kubectl patch | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_patch/Registered: Wed Jul 16 08:54:12 UTC 2025 - 463.1K bytes - Viewed (0) -
kubectl describe | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_describe/Registered: Wed Jul 16 08:53:18 UTC 2025 - 460.7K bytes - Viewed (0) -
Submitting case studies | Kubernetes
Case studies highlight how organizations are using Kubernetes to solve real-world problems. The Kubernetes marketing team and members of the CNCF collaborate with you on all case studies. Case studies require extensive review before they're approved. Submit a case study Have a look at the source for the existing case studies. Refer to the case study guidelines and submit your request as outlined in the guidelines.kubernetes.io/docs/contribute/new-content/case-studies/Registered: Wed Jul 16 09:07:35 UTC 2025 - 451.2K bytes - Viewed (0) -
Kubernetes
Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python. You need to know how to create a pull request to a GitHub repository.kubernetes.io/docs/contribute/generate-ref-docs/prerequisites-ref-docs/Registered: Wed Jul 16 09:10:35 UTC 2025 - 452.3K bytes - Viewed (0) -
Advanced contributing | Kubernetes
This page assumes that you understand how to contribute to new content and review others' work, and are ready to learn about more ways to contribute. You need to use the Git command line client and other tools for some of these tasks. Propose improvements SIG Docs members can propose improvements. After you've been contributing to the Kubernetes documentation for a while, you may have ideas for improving the Style Guide , the Content Guide, the toolchain used to build the documentation, the website style, the processes for reviewing and merging pull requests, or other aspects of the documentation.kubernetes.io/docs/contribute/advanced/Registered: Wed Jul 16 09:09:37 UTC 2025 - 462.5K bytes - Viewed (0) -
Suggesting content improvements | Kubernetes
If you notice an issue with Kubernetes documentation or have an idea for new content, then open an issue. All you need is a GitHub account and a web browser. In most cases, new work on Kubernetes documentation begins with an issue in GitHub. Kubernetes contributors then review, categorize and tag issues as needed. Next, you or another member of the Kubernetes community open a pull request with changes to resolve the issue.kubernetes.io/docs/contribute/suggesting-improvements/Registered: Wed Jul 16 09:09:46 UTC 2025 - 453.9K bytes - Viewed (0) -
Participating in SIG Docs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/participate/Registered: Wed Jul 16 09:08:48 UTC 2025 - 457K bytes - Viewed (0) -
Generating Reference Documentation for the Kube...
This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/Registered: Wed Jul 16 09:12:02 UTC 2025 - 465.1K bytes - Viewed (0)