Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for meines (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - `Kubelet` no longer creates certain legacy iptables rules by default.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  2. CHANGELOG/CHANGELOG-1.12.md

    - The RuntimeClass API has been added. This feature is in alpha, and the RuntimeClass feature gate must be enabled in order to use it. The RuntimeClass API resource defines different classes of runtimes that may be used to run containers in the cluster. Pods can select a RuntimeClass to use via the RuntimeClassName field. ([#67737](https://github.com/kubernetes/kubernetes/pull/67737), [@tallclair](https://github.com/tallclair))...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.18.md

    A security issue was discovered in kube-apiserver that could allow node
    updates to bypass a Validating Admission Webhook. You are only affected
    by this vulnerability if you run a Validating Admission Webhook for Nodes
    that denies admission based at least partially on the old state of the
    Node object.
    
    **Note**: This only impacts validating admission plugins that rely on old
    values in certain fields, and does not impact calls from kubelets that go
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.11.md

    * CRI now defines mounting behavior. If the host path doesn't exist, the runtime should return an error. If the host path is a symlink, the runtime should follow the symlink and mount the real destination to the container. ([#61460](https://github.com/kubernetes/k...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.6.md

      * Caveat: The alpha version no longer supports, and the beta version does not support, the "empty `podAffinityTerm.namespaces` list means all namespaces" behavior. In both alpha and beta it now means "same namespace as the pod specifying this affinity rule."
      * Note that you can only start using the `affinity` field **after** you upgrade to 1.6; it is not recognized in 1.5.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.2.md

            * User ID
            * Whether all containers should be non-root
            * Supplemental Groups
            * FSGroup - a special supplemental group
            * SELinux options
         * If a pod defines an FSGroup, that Pod’s system (emptyDir, secret, configMap,
    etc) volumes and block-device volumes will be owned by the FSGroup, and each
    container in the pod will run with the FSGroup as a supplemental group
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
Back to top