Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 723 for host:kubernetes.io (0.03 sec)

  1. kubectl apply set-last-applied | Kubernetes

    Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/
    Registered: Mon Jan 26 07:24:02 UTC 2026
    - 478.7K bytes
    - Viewed (0)
  2. 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: Mon Jan 26 07:25:23 UTC 2026
    - 475.9K bytes
    - Viewed (0)
  3. Set Kubelet Parameters Via A Configuration File...

    Before you begin Some steps in this page use the jq tool. If you don't have jq, you can install it via your operating system's software sources, or fetch it from https://jqlang.github.io/jq/. Some steps also involve installing curl, which can be installed via your operating system's software sources. A subset of the kubelet's configuration parameters may be set via an on-disk config file, as a substitute for command-line flags. Providing parameters via a config file is the recommended approach because it simplifies node deployment and configuration management.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
    Registered: Mon Jan 26 06:54:13 UTC 2026
    - 497.3K bytes
    - Viewed (0)
  4. Resize CPU and Memory Resources assigned to Pod...

    FEATURE STATE: Kubernetes v1.35 [alpha](disabled by default) This page explains how to change the CPU and memory resources set at the Pod level without recreating the Pod. The In-place Pod Resize feature allows modifying resource allocations for a running Pod, avoiding application disruption. The process for resizing individual container resources is covered in Resize CPU and Memory Resources assigned to Containers. This page highlights In-place Pod-level resources resize. Pod-level resources are defined in spec.
    kubernetes.io/docs/tasks/configure-pod-container/resize-pod-resources/
    Registered: Mon Jan 26 06:54:47 UTC 2026
    - 488.8K bytes
    - Viewed (0)
  5. Manual Rotation of CA Certificates | Kubernetes

    This page shows how to manually rotate the certificate authority (CA) certificates. 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/tls/manual-rotation-of-ca-certificates/
    Registered: Mon Jan 26 07:06:43 UTC 2026
    - 481.3K bytes
    - Viewed (0)
  6. Restrict a Container's Syscalls with seccomp | ...

    FEATURE STATE: Kubernetes v1.19 [stable] Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a node to your Pods and containers. Identifying the privileges required for your workloads can be difficult.
    kubernetes.io/docs/tutorials/security/seccomp/
    Registered: Mon Jan 26 07:06:03 UTC 2026
    - 530.5K bytes
    - Viewed (0)
  7. Validate IPv4/IPv6 dual-stack | Kubernetes

    This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clusters. Before you begin Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces) A network plugin that supports dual-stack networking. Dual-stack enabled cluster Your Kubernetes server must be at or later than version v1.23. To check the version, enter kubectl version. Note:While you can validate with an earlier version, the feature is only GA and officially supported since v1.
    kubernetes.io/docs/tasks/network/validate-dual-stack/
    Registered: Mon Jan 26 07:05:50 UTC 2026
    - 501.7K bytes
    - Viewed (0)
  8. Extend Service IP Ranges | Kubernetes

    FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) This document shares how to extend the existing Service IP range assigned to a 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/network/extend-service-ip-ranges/
    Registered: Mon Jan 26 07:06:55 UTC 2026
    - 497.4K bytes
    - Viewed (0)
  9. API Access Control | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/access-authn-authz/
    Registered: Mon Jan 26 07:11:21 UTC 2026
    - 469.5K bytes
    - Viewed (0)
  10. Authorization | Kubernetes

    Details of Kubernetes authorization mechanisms and supported authorization modes.
    kubernetes.io/docs/reference/access-authn-authz/authorization/
    Registered: Mon Jan 26 07:11:31 UTC 2026
    - 516.4K bytes
    - Viewed (0)
Back to top