Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for Capabilities (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.24.md

    - Remove the deprecated flag `--experimental-check-node-capabilities-before-mount`. With CSI now GA, there is a better alternative. Remove any use of  `--experimental-check-node-capabilities-before-mount` from your kubelet scripts or manifests. ([#104732](https://github.com/kubernetes/kubernetes/pull/104732), [@mengjiao-liu](https://github.com/mengjiao-liu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    [SIG Cluster Lifecycle][] is responsible for the user experience of deploying,
    upgrading, and deleting clusters.
    
    For the 1.8 release, SIG Cluster Lifecycle continued to focus on expanding the
    capabilities of kubeadm, which is both a user-facing tool to manage clusters
    and a building block for higher-level provisioning systems. Starting
    with the 1.8 release, kubeadm supports a new upgrade command and includes alpha
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    type PerfEventMmapPage struct {
    	Version        uint32
    	Compat_version uint32
    	Lock           uint32
    	Index          uint32
    	Offset         int64
    	Time_enabled   uint64
    	Time_running   uint64
    	Capabilities   uint64
    	Pmc_width      uint16
    	Time_shift     uint16
    	Time_mult      uint32
    	Time_offset    uint64
    	Time_zero      uint64
    	Size           uint32
    	_              uint32
    	Time_cycles    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.9.md

    * PSP: add support for using `*` as a value in `allowedCapabilities` to allow to request any capabilities ([#51337](https://github.com/kubernetes/kubernetes/pull/51337), [@php-coder](https://github.com/php-coder))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.13.md

    - Delegated authorization can now allow unrestricted access for `system:masters` like the main kube-apiserver ([#70671](https://github.com/kubernetes/kubernetes/pull/70671), [@deads2k](https://github.com/deads2k))
    - Added dns capabilities for Windows CNI plugins: ([#67435](https://github.com/kubernetes/kubernetes/pull/67435), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.17.md

      - Most of the containers now run as non-root user and has the root filesystem set as read-only.
      - The remaining container running as root only has the minimum Linux capabilities it requires to run.
      - Privilege escalation has been disabled for all containers. ([#82347](https://github.com/kubernetes/kubernetes/pull/82347), [@pjbgf](https://github.com/pjbgf))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                        an HTTP request, the behavior is purposely left
                                        undefined, since different data planes have different
                                        capabilities. However, it is *recommended* that
                                        implementations should match against the first
                                        value of the param if the data plane supports
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

      validate any input config file. Use the `--config` flag to pass a config file
      to it. See the command `--help` screen for more information. As a result of adding
      this new command, enhance the validation capabilities of the existing "kubeadm
      config migrate" command. For both commands unknown APIs or fields will throw errors. ([#118013](https://github.com/kubernetes/kubernetes/pull/118013), [@neolit123](https://github.com/neolit123))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

      honor the specified `scheme` and `headers` fields. This enables setting custom
      headers and changing the scheme to `HTTPS`, consistent with container
      startup/readiness/liveness probe capabilities. Lifecycle handlers configured
      with `scheme: HTTPS` that encounter errors indicating the endpoint is actually
      using HTTP fall back to making the request over HTTP for compatibility with
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.14.md

    - Support for out of tree networking with Azure-CNI, OVN-Kubernetes and Flannel
    - Improved support for pods, service types, workload controllers and metrics/quotas to closely match the capabilities offered for Linux containers
    kubernetes/enhancements: [#116](https://github.com/kubernetes/enhancements/issues/116) [[kep](https://github.com/kubernetes/enhancements/blob/master/keps/sig-windows/116-windows-node-support/README.md)]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top