Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 669 for host:kubernetes.io (0.15 sec)

  1. Debugging Kubernetes Nodes With Kubectl | Kuber...

    This page shows how to debug a node running on the Kubernetes cluster using kubectl debug command. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/debug/debug-cluster/kubectl-node-debug/
    Registered: Fri Nov 15 06:58:22 UTC 2024
    - 431.7K bytes
    - Viewed (0)
  2. Managing Secrets using kubectl | Kubernetes

    Creating Secret objects using kubectl command line.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/
    Registered: Fri Nov 15 06:58:33 UTC 2024
    - 437.6K bytes
    - Viewed (0)
  3. kubectl set image | Kubernetes

    Synopsis Update existing container image(s) of resources. Possible resources include (case insensitive): pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), statefulset (sts), cronjob (cj), replicaset (rs) kubectl set image (-f FILENAME | TYPE NAME) CONTAINER_NAME_1=CONTAINER_IMAGE_1 ... CONTAINER_NAME_N=CONTAINER_IMAGE_N Examples # Set a deployment's nginx container image to 'nginx:1.9.1', and its busybox container image to 'busybox' kubectl set image deployment/nginx busybox=busybox nginx=nginx:1.9.1 # Update all deployments' and rc's nginx container's image to 'nginx:1.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_image/
    Registered: Fri Nov 15 07:22:45 UTC 2024
    - 437K bytes
    - Viewed (0)
  4. Contribute to Kubernetes Documentation | Kubern...

    This website is maintained by Kubernetes SIG Docs. The Kubernetes project welcomes help from all contributors, new or experienced! Kubernetes documentation contributors: Improve existing content Create new content Translate the documentation Manage and publish the documentation parts of the Kubernetes release cycle Note:To learn more about contributing to Kubernetes in general, see the general contributor documentation site. Getting started Anyone can open an issue about documentation, or contribute a change with a pull request (PR) to the kubernetes/website GitHub repository.
    kubernetes.io/docs/contribute/docs/
    Registered: Fri Nov 15 07:29:27 UTC 2024
    - 434.7K bytes
    - Viewed (0)
  5. Diagram Guide | Kubernetes

    This guide shows you how to create, edit and share diagrams using the Mermaid JavaScript library. Mermaid.js allows you to generate diagrams using a simple markdown-like syntax inside Markdown files. You can also use Mermaid to generate .svg or .png image files that you can add to your documentation. The target audience for this guide is anybody wishing to learn about Mermaid and/or how to create and add diagrams to Kubernetes documentation.
    kubernetes.io/docs/contribute/style/diagram-guide/
    Registered: Fri Nov 15 07:29:33 UTC 2024
    - 488.5K bytes
    - Viewed (0)
  6. Event Rate Limit Configuration (v1alpha1) | Kub...

    Resource Types Configuration Configuration Configuration provides configuration for the EventRateLimit admission controller. FieldDescription apiVersionstringeventratelimit.admission.k8s.io/v1alpha1 kindstringConfiguration limits [Required] []Limit limits are the limits to place on event queries received. Limits can be placed on events received server-wide, per namespace, per user, and per source+object. At least one limit is required. Limit Appears in: Configuration Limit is the configuration for a particular limit type FieldDescription type [Required] LimitType type is the type of limit to which this configuration applies
    kubernetes.io/docs/reference/config-api/apiserver-eventratelimit.v1alpha1/
    Registered: Fri Nov 15 07:28:52 UTC 2024
    - 429K bytes
    - Viewed (0)
  7. kubectl Usage Conventions | Kubernetes

    Recommended usage conventions for kubectl. Using kubectl in Reusable Scripts For a stable output in a script: Request one of the machine-oriented output forms, such as -o name, -o json, -o yaml, -o go-template, or -o jsonpath. Fully-qualify the version. For example, jobs.v1.batch/myjob. This will ensure that kubectl does not use its default version that can change over time. Don't rely on context, preferences, or other implicit states. Subresources You can use the --subresource beta flag for kubectl commands like get, patch, edit and replace to fetch and update subresources for all resources that support them.
    kubernetes.io/docs/reference/kubectl/conventions/
    Registered: Fri Nov 15 07:32:58 UTC 2024
    - 428.8K bytes
    - Viewed (0)
  8. Viewing Site Analytics | Kubernetes

    This page contains information about the kubernetes.io analytics dashboard. View the dashboard. This dashboard is built using Google Looker Studio and shows information collected on kubernetes.io using Google Analytics 4 since August 2022. Using the dashboard By default, the dashboard shows all collected analytics for the past 30 days. Use the date selector to see data from a different date range. Other filtering options allow you to view data based on user location, the device used to access the site, the translation of the docs used, and more.
    kubernetes.io/docs/contribute/analytics/
    Registered: Fri Nov 15 07:33:05 UTC 2024
    - 426.2K bytes
    - Viewed (0)
  9. Kubelet Configuration (v1beta1) | Kubernetes

    Resource Types CredentialProviderConfig KubeletConfiguration SerializedNodeConfigSource FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
    Registered: Fri Nov 15 07:35:40 UTC 2024
    - 490.3K bytes
    - Viewed (0)
  10. Generating Reference Documentation for Metrics ...

    This page demonstrates the generation of metrics reference documentation. Before you begin 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.
    kubernetes.io/docs/contribute/generate-ref-docs/metrics-reference/
    Registered: Fri Nov 15 07:36:23 UTC 2024
    - 430.6K bytes
    - Viewed (0)
Back to top