Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 411 - 420 of 721 for host:kubernetes.io (0.08 seconds)

  1. Common Expression Language in Kubernetes | Kube...

    The Common Expression Language (CEL) is used in the Kubernetes API to declare validation rules, policy rules, and other constraints or conditions. CEL expressions are evaluated directly in the API server, making CEL a convenient alternative to out-of-process mechanisms, such as webhooks, for many extensibility use cases. Your CEL expressions continue to execute so long as the control plane's API server component remains available. Language overview The CEL language has a straightforward syntax that is similar to the expressions in C, C++, Java, JavaScript and Go.
    kubernetes.io/docs/reference/using-api/cel/
    Fri Feb 06 08:25:58 GMT 2026
      513.1K bytes
  2. Configuring swap memory on Kubernetes nodes | K...

    This page provides an example of how to provision and configure swap memory on a Kubernetes node using kubeadm. Objectives Provision swap memory on a Kubernetes node using kubeadm. Learn to configure both encrypted and unencrypted swap. Learn to enable swap on boot. 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.
    kubernetes.io/docs/tutorials/cluster-management/provision-swap-memory/
    Fri Feb 06 08:26:47 GMT 2026
      478.1K bytes
  3. Kubelet Device Manager API Versions | Kubernetes

    This page provides details of version compatibility between the Kubernetes device plugin API, and different versions of Kubernetes itself. Compatibility matrix v1alpha1 v1beta1 Kubernetes 1.21 - ✓ Kubernetes 1.22 - ✓ Kubernetes 1.23 - ✓ Kubernetes 1.24 - ✓ Kubernetes 1.25 - ✓ Kubernetes 1.26 - ✓ Key: ✓ Exactly the same features / API objects in both device plugin API and the Kubernetes version. + The device plugin API has features or API objects that may not be present in the Kubernetes cluster, either because the device plugin API has added additional new API calls, or that the server has removed an old API call.
    kubernetes.io/docs/reference/node/device-plugin-api-versions/
    Fri Feb 06 08:36:30 GMT 2026
      470.2K bytes
  4. kubectl config unset | Kubernetes

    Synopsis Unset an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. kubectl config unset PROPERTY_NAME Examples # Unset the current-context kubectl config unset current-context # Unset namespace in foo context kubectl config unset contexts.foo.namespace Options -h, --help help for unset Parent Options Inherited --as string Username to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_unset/
    Fri Feb 06 08:42:50 GMT 2026
      475.9K bytes
  5. kubectl edit | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/
    Fri Feb 06 08:43:17 GMT 2026
      480.2K bytes
  6. kubectl get | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_get/
    Fri Feb 06 08:42:02 GMT 2026
      482.9K bytes
  7. Admission Control in Kubernetes | Kubernetes

    This page provides an overview of admission controllers. An admission controller is a piece of code that intercepts requests to the Kubernetes API server prior to persistence of the resource, but after the request is authenticated and authorized. Several important features of Kubernetes require an admission controller to be enabled in order to properly support the feature. As a result, a Kubernetes API server that is not properly configured with the right set of admission controllers is an incomplete server that will not support all the features you expect.
    kubernetes.io/docs/reference/access-authn-authz/admission-controllers/
    Fri Feb 06 08:17:49 GMT 2026
      536K bytes
  8. Update Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/update/
    Fri Feb 06 08:17:56 GMT 2026
      468.4K bytes
  9. kubeadm config | Kubernetes

    During kubeadm init, kubeadm uploads the ClusterConfiguration object to your cluster in a ConfigMap called kubeadm-config in the kube-system namespace. This configuration is then read during kubeadm join, kubeadm reset and kubeadm upgrade. You can use kubeadm config print to print the default static configuration that kubeadm uses for kubeadm init and kubeadm join. Note:The output of the command is meant to serve as an example. You must manually edit the output of this command to adapt to your setup.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/
    Fri Feb 06 08:35:02 GMT 2026
      486.5K bytes
  10. Networking Reference | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/networking/
    Fri Feb 06 08:35:24 GMT 2026
      466.9K bytes
Back to Top