Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for roles (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

      passed a file which contains RBAC roles, rolebindings, clusterroles, or
      clusterrolebindings, this command computes covers and adds the missing rules.
      The logic required to properly apply RBAC permissions is more complicated
      than a JSON merge because you have to compute logical covers operations between
      rule sets. This means that we cannot use `kubectl apply` to update RBAC roles
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.13.md

      - The built-in `system:aws-cloud-provider` cluster role is deprecated and will not be auto-created in a future release. Deployments using the AWS...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.11.md

    ### Other notable changes
    
    * Prevent AWS Network Load Balancer security groups ingress rules to be deleted by ensuring target groups are tagged. ([#73594](https://github.com/kubernetes/kubernetes/pull/73594), [@masterzen](https://github.com/masterzen))
    * Allow disable outbound SNAT when Azure standard load balancer is used together with outbound rules.  ([#75282](https://github.com/kubernetes/kubernetes/pull/75282), [@feiskyer](https://github.com/feiskyer))
    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)
  4. CHANGELOG/CHANGELOG-1.17.md

      maintenance, kube-proxy will take slightly longer to recover from disruptive
      firewalld operations that delete kube-proxy's iptables rules.
    
      As a side effect of these changes, kube-proxy's
      `sync_proxy_rules_last_timestamp_seconds` metric no longer behaves the
      way it used to; now it will only change when services or endpoints actually
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.12.md

    ([#67349](https://github.com/kubernetes/kubernetes/pull/67349), [@mikedanese](https://github.com/mikedanese))
    - The admin RBAC role now aggregates edit and view.  The edit RBAC role now aggregates view.  ([#66684](https://github.com/kubernetes/kubernetes/pull/66684), [@deads2k](https://github.com/deads2k))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.28.md

    - The kube-proxy `sync_proxy_rules_iptables_total` metric has now reverted back
      to its pre-1.27 behavior of tracking the total number of iptables rules that
      kube-proxy is responsible for, rather than only counting the number of rules
      that it re-synced on the last sync. The new `sync_proxy_rules_iptables_last`
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.18.md

          - `scheduler_binding_latency_microseconds` -> `scheduler_binding_duration_seconds`
          - `kubeproxy_sync_proxy_rules_latency_microseconds` -> `kubeproxy_sync_proxy_rules_duration_seconds`
          - `apiserver_request_latencies` -> `apiserver_request_duration_seconds`
          - `apiserver_dropped_requests` -> `apiserver_dropped_requests_total`
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.9.md

    #### **RBAC**
    
    *   New permissions have been added to default RBAC roles ([#52654](https://github.com/kubernetes/kubernetes/pull/52654),[ @liggitt](https://github.com/liggitt)):
        *   The default admin and edit roles now include read/write permissions
        *   The view role includes read permissions on poddisruptionbudget.policy resources.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.10.md

    as well as hostIPC and hostPID. hostNetwork is also checked to deny exec /attach. ([#56839](https://github.com/kubernetes/kubernetes/pull/56839), [@hzxuzhonghu](https://github.com/hzxuzhonghu))
    
    * When using Role-Based Access Control, the "admin", "edit", and "view" roles now have the expected permissions on NetworkPolicy resources, rather than reserving those permissions to only cluster-admin. ([#56650](https://github.com/kubernetes/kubernetes/pull/56650), [@danwinship](https://github.com/danwinship))...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    - The `system:aggregate-to-edit` role no longer includes write access to the Endpoints API. For new Kubernetes 1.22 clusters, the `edit` and `admin` roles will no longer include that access in newly created Kubernetes 1.22 clusters. This will have no affect on existing clusters upgrading to Kubernetes 1.22. To retain write access to Endpoints in the aggregated `edit` and `admin` roles for newly created 1.22 clusters, refer to https://github.com/kubernetes/website/pull/29025....
    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)
Back to top