Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 663 for content_length:[500000 TO 999999] (0.84 sec)

  1. perldiag - various Perl diagnostics - Perldoc B...

    perldiag ( source , CPAN ) CONTENTS NAME DESCRIPTION SEE ALSO # NAME perldiag - various Perl diagnostics # DESCRIPTIO...
    perldoc.perl.org/perldiag
    Registered: Fri Dec 12 10:28:35 UTC 2025
    - 598.7K bytes
    - Viewed (0)
  2. kube-apiserver Configuration (v1) | Kubernetes

    Package v1 is the v1 version of the API. Resource Types AdmissionConfiguration AuthenticationConfiguration AuthorizationConfiguration EncryptionConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.
    kubernetes.io/docs/reference/config-api/apiserver-config.v1/
    Registered: Fri Dec 12 09:14:01 UTC 2025
    - 504K bytes
    - Viewed (0)
  3. Documentation Style Guide | Kubernetes

    This page gives writing style guidelines for the Kubernetes documentation. These are guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. For additional information on creating new content for the Kubernetes documentation, read the Documentation Content Guide. Changes to the style guide are made by SIG Docs as a group. To propose a change or addition, add it to the agenda for an upcoming SIG Docs meeting, and attend the meeting to participate in the discussion.
    kubernetes.io/docs/contribute/style/style-guide/
    Registered: Fri Dec 12 09:23:30 UTC 2025
    - 506K bytes
    - Viewed (0)
  4. Custom Hugo Shortcodes | Kubernetes

    This page explains the custom Hugo shortcodes that can be used in Kubernetes Markdown documentation. Read more about shortcodes in the Hugo documentation. Feature state In a Markdown page (.md file) on this site, you can add a shortcode to display version and state of the documented feature. Feature state demo Below is a demo of the feature state snippet, which displays the feature as stable in the latest Kubernetes version.
    kubernetes.io/docs/contribute/style/hugo-shortcodes/
    Registered: Fri Dec 12 09:23:36 UTC 2025
    - 498.5K bytes
    - Viewed (0)
  5. Opening a pull request | Kubernetes

    Note:Code developers: If you are documenting a new feature for an upcoming Kubernetes release, see Document a new feature. To contribute new content pages or improve existing content pages, open a pull request (PR). Make sure you follow all the requirements in the Before you begin section. If your change is small, or you're unfamiliar with git, read Changes using GitHub to learn how to edit a page. If your changes are large, read Work from a local fork to learn how to make changes locally on your computer.
    kubernetes.io/docs/contribute/new-content/open-a-pr/
    Registered: Fri Dec 12 09:26:23 UTC 2025
    - 489.2K bytes
    - Viewed (0)
  6. Labels and Selectors | Kubernetes

    Labels are key/value pairs that are attached to objects such as Pods. Labels are intended to be used to specify identifying attributes of objects that are meaningful and relevant to users, but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.
    kubernetes.io/docs/concepts/overview/working-with-objects/labels/
    Registered: Fri Dec 12 08:06:48 UTC 2025
    - 489.2K bytes
    - Viewed (0)
  7. Installing kubeadm | Kubernetes

    This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.34. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.33) Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.31) Installing kubeadm (Kubernetes v1.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
    Registered: Fri Dec 12 08:07:57 UTC 2025
    - 494.6K bytes
    - Viewed (0)
  8. StatefulSets | Kubernetes

    A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.
    kubernetes.io/docs/concepts/workloads/controllers/statefulset/
    Registered: Fri Dec 12 08:08:42 UTC 2025
    - 504K bytes
    - Viewed (0)
  9. Creating a cluster with kubeadm | Kubernetes

    Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
    Registered: Fri Dec 12 08:05:34 UTC 2025
    - 496.8K bytes
    - Viewed (0)
  10. ConfigMaps | Kubernetes

    A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows you to decouple environment-specific configuration from your container images, so that your applications are easily portable. Caution:ConfigMap does not provide secrecy or encryption. If the data you want to store are confidential, use a Secret rather than a ConfigMap, or use additional (third party) tools to keep your data private.
    kubernetes.io/docs/concepts/configuration/configmap/
    Registered: Fri Dec 12 08:10:31 UTC 2025
    - 500.4K bytes
    - Viewed (0)
Back to top