Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 test テスト [xss]

Results 361 - 370 of 686 for host:kubernetes.io (0.04 sec)

  1. Enable Or Disable A Kubernetes API | Kubernetes

    This page shows how to enable or disable an API version from your cluster's control plane. Specific API versions can be turned on or off by passing --runtime-config=api/<version> as a command line argument to the API server. The values for this argument are a comma-separated list of API versions. Later values override earlier values. The runtime-config command line argument also supports 2 special keys: api/all, representing all known APIs api/legacy, representing only legacy APIs.
    kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/
    Registered: Wed Jun 04 06:55:36 UTC 2025
    - 447.1K bytes
    - Viewed (0)
  2. Create a Windows HostProcess Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.
    kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
    Registered: Wed Jun 04 06:55:20 UTC 2025
    - 463.4K bytes
    - Viewed (0)
  3. Configure a Pod to Use a PersistentVolume for S...

    This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.
    kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
    Registered: Wed Jun 04 06:56:28 UTC 2025
    - 489.6K bytes
    - Viewed (0)
  4. Control CPU Management Policies on the Node | K...

    FEATURE STATE: Kubernetes v1.26 [stable] Kubernetes keeps many aspects of how pods execute on nodes abstracted from the user. This is by design. However, some workloads require stronger guarantees in terms of latency and/or performance in order to operate acceptably. The kubelet provides methods to enable more complex workload placement policies while keeping the abstraction free from explicit placement directives. For detailed information on resource management, please refer to the Resource Management for Pods and Containers documentation.
    kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
    Registered: Wed Jun 04 06:57:12 UTC 2025
    - 457.5K bytes
    - Viewed (0)
  5. Configure Quality of Service for Pods | Kubernetes

    This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about evicting Pods when Node resources are exceeded. When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: Guaranteed Burstable BestEffort Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/
    Registered: Wed Jun 04 06:56:18 UTC 2025
    - 481K bytes
    - Viewed (0)
  6. Troubleshooting Applications | Kubernetes

    Debugging common containerized application issues.
    kubernetes.io/docs/tasks/debug/debug-application/
    Registered: Wed Jun 04 06:58:21 UTC 2025
    - 445.5K bytes
    - Viewed (0)
  7. Kubernetes Metrics Reference | Kubernetes

    Details of the metric data that Kubernetes components export.
    kubernetes.io/docs/reference/instrumentation/metrics/
    Registered: Wed Jun 04 07:16:21 UTC 2025
    - 717.6K bytes
    - Viewed (0)
  8. Kubernetes Issue Tracker | Kubernetes

    To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.
    kubernetes.io/docs/reference/issues-security/issues/
    Registered: Wed Jun 04 07:16:02 UTC 2025
    - 446.6K bytes
    - Viewed (0)
  9. Linux Kernel Version Requirements | Kubernetes

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport selected features to older kernel releases (retaining the older kernel version).
    kubernetes.io/docs/reference/node/kernel-version-requirements/
    Registered: Wed Jun 04 07:16:26 UTC 2025
    - 452.7K bytes
    - Viewed (0)
  10. Update API Objects in Place Using kubectl patch...

    Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
    Registered: Wed Jun 04 07:04:27 UTC 2025
    - 498.8K bytes
    - Viewed (0)
Back to top