Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for etcd3 (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.6.md

    from writing to etcd during an etcd2 -> etcd3 migration.  HA installations cannot
    be migrated at the current time using the official Kubernetes procedure.
    
    1.6 will also default to protobuf encoding if using etcd3.  **This change is
    irreversible.**  To rollback, you must restore from a backup made before the
    protobuf/etcd3 switch, and any changes since the backup will be lost.  As 1.5
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

      - The deprecated `--etcd-quorum-read` flag has been removed. Quorum reads are now always enabled when fetching data from etcd. Remove the `--etcd-quorum-read` flag from kube-apiserver invocations before upgrading.
    - kube-controller-manager
      - The deprecated `--insecure-experimental-approve-all-kubelet-csrs-for-group` flag has been removed.
    - kubelet
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    * Add --etcd-compaction-interval to apiserver for controlling request of compaction to etcd3 from apiserver. ([#51765](https://github.com/kubernetes/kubernetes/pull/51765), [@mitake](https://github.com/mitake))
    * Apply algorithm in scheduler by feature gates. ([#52723](https://github.com/kubernetes/kubernetes/pull/52723), [@k82cn](https://github.com/k82cn))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    - go.etcd.io/etcd/api/v3: v3.5.0
    - go.etcd.io/etcd/client/pkg/v3: v3.5.0
    - go.etcd.io/etcd/client/v2: v2.305.0
    - go.etcd.io/etcd/client/v3: v3.5.0
    - go.etcd.io/etcd/etcdutl/v3: v3.5.0
    - go.etcd.io/etcd/pkg/v3: v3.5.0
    - go.etcd.io/etcd/raft/v3: v3.5.0
    - go.etcd.io/etcd/server/v3: v3.5.0
    - go.etcd.io/etcd/tests/v3: v3.5.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

    ## Known Issues
    
    ### Etcd v3.5.[0-2] data corruption
    
    Data corruption issue was found in etcd v3.5.0 release that was shipped with 1.22 Kubernetes release. Please read up-to-date [production recommendations for etcd](https://github.com/etcd-io/etcd/tree/main/CHANGELOG).
    
    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.11.md

    ### SIG Cluster Lifecycle
    
      * kubeadm: The `:Etcd` struct has been refactored in the v1alpha2 API. All the options now reside under either `.Etcd.Local` or `.Etcd.External`. Automatic conversions from the v1alpha1 API are supported. ([#64066](https://github.com/kubernetes/kubernetes/pull/64066), [@luxas](https://github.com/luxas))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    * Fix mounting of UNIX sockets(and other special files) in subpaths ([#61480](https://github.com/kubernetes/kubernetes/pull/61480), [@gnufied](https://github.com/gnufied))
    * Fix GCE etcd scripts to pass in all required parameters for the etcd migration utility to correctly perform HA upgrades and downgrades ([#61957](https://github.com/kubernetes/kubernetes/pull/61957), [@jpbetz](https://github.com/jpbetz))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.24.md

    - github.com/yuin/goldmark: [v1.4.0 → v1.4.1](https://github.com/yuin/goldmark/compare/v1.4.0...v1.4.1)
    - go.etcd.io/etcd/api/v3: v3.5.0 → v3.5.1
    - go.etcd.io/etcd/client/pkg/v3: v3.5.0 → v3.5.1
    - go.etcd.io/etcd/client/v3: v3.5.0 → v3.5.1
    - golang.org/x/crypto: 32db794 → 8634188
    - golang.org/x/mod: v0.4.2 → 9b9b3d8
    - golang.org/x/net: e898025 → cd36cc0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.10.md

    [@kawych](https://github.com/kawych))
    
    * On cluster provision or upgrade, kubeadm now generates certs and secures all connections to the etcd static-pod with mTLS. This includes the etcd serving cert, the etcd peer cert, and the apiserver etcd client cert. Flags and hostMounts are added to the etcd and apiserver static-pods to load these certs. For connections to etcd, https is now used in favor of http. ([#57415](https://github.com/kubernetes/kubernetes/pull/57415), [@stealthybox](https://github.com/stealthybox))...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.31.md

    - go.etcd.io/bbolt: v1.3.8 → v1.3.9
    - go.etcd.io/etcd/api/v3: v3.5.10 → v3.5.14
    - go.etcd.io/etcd/client/pkg/v3: v3.5.10 → v3.5.14
    - go.etcd.io/etcd/client/v2: v2.305.10 → v2.305.13
    - go.etcd.io/etcd/client/v3: v3.5.10 → v3.5.14
    - go.etcd.io/etcd/pkg/v3: v3.5.10 → v3.5.13
    - go.etcd.io/etcd/raft/v3: v3.5.10 → v3.5.13
    - go.etcd.io/etcd/server/v3: v3.5.10 → v3.5.13
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
Back to top