- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 699 for host:kubernetes.io (0.02 sec)
-
kubectl create | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_create/Registered: Wed Sep 03 06:47:58 UTC 2025 - 467.5K bytes - Viewed (0) -
kubectl logs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_logs/Registered: Wed Sep 03 06:48:16 UTC 2025 - 467.2K bytes - Viewed (0) -
kubectl options | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_options/Registered: Wed Sep 03 06:44:34 UTC 2025 - 461.1K 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 Sep 03 06:42:31 UTC 2025 - 467.7K bytes - Viewed (0) -
kubectl config get-contexts | Kubernetes
Synopsis Display one or many contexts from the kubeconfig file. kubectl config get-contexts [(-o|--output=)name)] Examples # List all the contexts in your kubeconfig file kubectl config get-contexts # Describe one context in your kubeconfig file kubectl config get-contexts my-context Options -h, --help help for get-contexts --no-headers When using the default or custom-column output format, don't print headers (default print headers). -o, --output string Output format. One of: (name). Parent Options Inherited --as string Username to impersonate for the operation.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-contexts/Registered: Wed Sep 03 06:48:28 UTC 2025 - 463K bytes - Viewed (0) -
kubectl describe | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_describe/Registered: Wed Sep 03 06:48:46 UTC 2025 - 464.2K bytes - Viewed (0) -
kubectl cordon | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cordon/ Similar Results (1)Registered: Wed Sep 03 06:48:51 UTC 2025 - 462K bytes - Viewed (0) -
Participating in SIG Docs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/participate/Registered: Wed Sep 03 07:00:29 UTC 2025 - 460.5K 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 Sep 03 07:00:40 UTC 2025 - 468.5K 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 Sep 03 06:59:32 UTC 2025 - 455.8K bytes - Viewed (0)