Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for syscall (0.21 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const AF_DATAKIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_DECnet = 12
    pkg syscall (netbsd-arm64-cgo), const AF_DECnet ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_DLI = 13
    pkg syscall (netbsd-arm64-cgo), const AF_DLI ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_E164 = 26
    pkg syscall (netbsd-arm64-cgo), const AF_E164 ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_ECMA = 8
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-amd64), func SetBpfDatalink //deprecated
    pkg syscall (darwin-amd64), func SetBpfHeadercmpl //deprecated
    pkg syscall (darwin-amd64), func SetBpfImmediate //deprecated
    pkg syscall (darwin-amd64), func SetBpfInterface //deprecated
    pkg syscall (darwin-amd64), func SetBpfPromisc //deprecated
    pkg syscall (darwin-amd64), func SetBpfTimeout //deprecated
    pkg syscall (darwin-amd64), func StringSlicePtr //deprecated
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

      and “net.ipv4.tcp_keepalive_probes“ sysctl by default; Pod Security Admission
      allows this sysctl in `v1.29+` versions of the baseline and restricted policies. ([#121240](https://github.com/kubernetes/kubernetes/pull/121240), [@HirazawaUi](https://github.com/HirazawaUi))
    - `kubelet` now allows pods to use the `net.ipv4.tcp_keepalive_time` sysctl by default
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional int64 fsGroup = 5;
    
      // Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported
      // sysctls (by the container runtime) might fail to launch.
      // Note that this field cannot be set when spec.os.name is windows.
      // +optional
      repeated Sysctl sysctls = 7;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.11.md

    * The Sysctls experimental feature has been promoted to beta (enabled by default via the `Sysctls` feature flag). PodSecurityPolicy and Pod objects now have fields for specifying and controlling sysctls. Alpha sysctl annotations will be ignored by 1.11+ kubelets. All alpha sysctl annotations in existing deployments must be converted to API fields to be effective. ([#6371](https://github.com...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

    - Pod SecurityContext sysctls name parameter for update requests where the existing object's sysctl contains slashes and kubelet sysctl whitelist support contains slashes. ([#102393](https://github.com/kubernetes/kubernetes/pull/102393), [@mengjiao-liu](https://github.com/mengjiao-liu)) [SIG Apps, Auth, Node, Storage and Testing]...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.14.md

    * The `spec.SecurityContext.Sysctls` field is now dropped during creation of `Pod` objects unless the `Sysctls` feature gate is enabled. ([#72752](https://github.com/kubernetes/kubernetes/pull/72752), [@rajathagasthya](https://github.com/rajathagasthya))
        * The `spec.AllowedUnsafeSysctls` and `spec.ForbiddenSysctls` fields are now dropped during creation of `PodSecurityPolicy` objects unless the `Sysctls` feature gate is enabled.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.21.md

    - Sysctls graduates to General Availability and thus unconditionally enabled. ([#99158](https://github.com/kubernetes/kubernetes/pull/99158), [@wgahnagl](https://github.com/wgahnagl))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  9. CHANGELOG/CHANGELOG-1.22.md

      
      When the feature gate is enabled, kubelet ignores errors that happens during setting the following sysctl values: `vm.overcommit_memory`, `vm.panic_on_oom`, `kernel.panic`, `kernel.panic_on_oops`, `kernel.keys.root_maxkeys`, `kernel.keys.root_maxbytes`. (These sysctl values for the host, not for the containers)
      
      kubelet also ignores an error during opening `/dev/kmsg`.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.27.md

    - Kubelet allows pods to use the `net.ipv4.ip_local_reserved_ports` sysctl by default and the minimal kernel version is 3.16; Pod Security admission allows this sysctl in v1.27+ versions of the baseline and restricted policies. ([#115374](https://github.com/kubernetes/kubernetes/pull/115374), [@pacoxu](https://github.com/pacoxu)) [SIG Auth, Network and Node]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top