Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of 600 for content_length:[500000 TO 999999] (0.04 seconds)

  1. Configure Memory and CPU Quotas for a Namespace...

    Define overall memory and CPU resource limits for a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/
    Fri Feb 06 07:53:49 GMT 2026
      488.5K bytes
  2. Custom Resources | Kubernetes

    Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
    Fri Feb 06 07:57:55 GMT 2026
      504.7K bytes
  3. 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.35. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.34) Installing kubeadm (Kubernetes v1.33) Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
    Fri Feb 06 07:35:12 GMT 2026
      504.6K bytes
  4. System Logs | Kubernetes

    System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!
    kubernetes.io/docs/concepts/cluster-administration/system-logs/
    Fri Feb 06 07:55:56 GMT 2026
      490.1K bytes
  5. Install and Set Up kubectl on Linux | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.35 client can communicate with v1.34, v1.35, and v1.36 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:
    kubernetes.io/docs/tasks/tools/install-kubectl-linux/
    Fri Feb 06 07:55:30 GMT 2026
      509.4K bytes
  6. Extending Kubernetes | Kubernetes

    Different ways to change the behavior of your Kubernetes cluster.
    kubernetes.io/docs/concepts/extend-kubernetes/
    Fri Feb 06 07:56:30 GMT 2026
      490.4K bytes
  7. lightgbm.basic โ€” LightGBM 4.6.0.99 documentation

    Module code lightgbm.basic Source code for lightgbm.basic # coding: utf-8 """Wrapper for C API of LightGBM.""" # This...
    lightgbm.readthedocs.io/en/latest/_modules/lightgbm/basic.html
    Sun Feb 01 02:36:01 GMT 2026
      750.8K bytes
  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/
    Fri Feb 06 07:50:33 GMT 2026
      514.5K bytes
  9. Service | Kubernetes

    Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.
    kubernetes.io/docs/concepts/services-networking/service/
    Fri Feb 06 07:51:18 GMT 2026
      558.2K bytes
  10. Autoscale the DNS Service in a Cluster | Kubern...

    This page shows how to enable and configure autoscaling of the DNS service in your Kubernetes cluster. 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/administer-cluster/dns-horizontal-autoscaling/
    Fri Feb 06 07:52:57 GMT 2026
      500.7K bytes
Back to Top