Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for cap (0.18 sec)

  1. api/go1.2.txt

    pkg syscall (freebsd-arm), const SYS_CAP_ENTER ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_GETMODE ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  2. CHANGELOG/CHANGELOG-1.29.md

    - '`kubeadm`: removed `system:masters` organization from `etcd/healthcheck-client`
      certificate.' ([#119859](https://github.com/kubernetes/kubernetes/pull/119859), [@SataQiu](https://github.com/SataQiu))
    - Added `CAP_NET_RAW` to netadmin debug profile and removed privileges when debugging nodes. ([#118647](https://github.com/kubernetes/kubernetes/pull/118647), [@mochizuki875](https://github.com/mochizuki875))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (freebsd-arm), const SYS_CAP_ENTER = 516
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
    pkg syscall (freebsd-arm), const SYS_CAP_GETMODE = 517
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
    pkg syscall (freebsd-arm), const SYS_CAP_NEW = 514
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // If set to true or not present, the pod will be run in the host user namespace, useful
      // for when the pod needs a feature only available to the host user namespace, such as
      // loading a kernel module with CAP_SYS_MODULE.
      // When set to false, a new userns is created for the pod. Setting false is useful for
      // mitigating container breakout vulnerabilities even allowing users to run their
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.28.md

    ## Changes by Kind
    
    ### Feature
    
    - Kubernetes is now built with go 1.21.9
      - update debian-base/set-cap to bookworm-v1.0.2 ([#124198](https://github.com/kubernetes/kubernetes/pull/124198), [@cpanato](https://github.com/cpanato)) [SIG API Machinery, Architecture, Release and Testing]
    
    ### Bug or Regression
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.9.md

        * controller REST client now uses that version.  For v1beta1, the API is now known as
        * resource-metrics.metrics.k8s.io.
    * In GCE with COS, increase TasksMax for Docker service to raise cap on number of threads/processes used by containers. ([#51986](https://github.com/kubernetes/kubernetes/pull/51986), [@yujuhong](https://github.com/yujuhong))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  7. src/main/webapp/css/bootstrap.min.css.map

    .card-link {\n    margin-left: $card-spacer-x;\n  }\n}\n\n//\n// Optional textual caps\n//\n\n.card-header {\n  padding: $card-spacer-y $card-spacer-x;\n  margin-bottom: 0; // Removes the default margin-bottom of <hN>\n  color: $card-cap-color;\n  background-color: $card-cap-bg;\n  border-bottom: $card-border-width solid $card-border-color;\n\n  &:first-child {\n    @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);\n  }\n\n  + .list-group {\n    .list-group-item:first-child...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 626.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.6.md

    * In GCE with COS, increase TasksMax for Docker service to raise cap on number of threads/processes used by containers. ([#51986](https://github.com/kubernetes/kubernetes/pull/51986), [@yujuhong](https://github.com/yujuhong))
    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)
  9. CHANGELOG/CHANGELOG-1.27.md

    ### Bug or Regression
    
    - Fixed a regression since 1.27.0 in scheduler framework when running score plugins. 
      The `skippedScorePlugins` number might be greater than `enabledScorePlugins`, 
      so when initializing a slice the cap(len(skippedScorePlugins) - len(enabledScorePlugins)) is negative, 
      which is not allowed. ([#121666](https://github.com/kubernetes/kubernetes/pull/121666), [@kerthcet](https://github.com/kerthcet)) [SIG Scheduling]
    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)
  10. src/main/webapp/css/admin/bootstrap.min.css.map

    .card-link {\n    margin-left: $card-spacer-x;\n  }\n}\n\n//\n// Optional textual caps\n//\n\n.card-header {\n  padding: $card-spacer-y $card-spacer-x;\n  margin-bottom: 0; // Removes the default margin-bottom of <hN>\n  color: $card-cap-color;\n  background-color: $card-cap-bg;\n  border-bottom: $card-border-width solid $card-border-color;\n\n  &:first-child {\n    @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);\n  }\n\n  + .list-group {\n    .list-group-item:first-child...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 626.8K bytes
    - Viewed (0)
Back to top