-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployment manifest updated based on upstream from https://docs.projectcalico.org/v3.12/manifests/calico.yaml. Note: Calico by default now deploys a CNI configuration which includes the `bandwidth` plugin. Since this plugin executable is not part of the `kubernetes-cni` package we deploy, this is not enabled in 'our' configuration. Once `kubernetes-cni` would include this binary (or, given where things are going, `kubelet` includes it), we could enable it. Another approach would be for our `calico-cni-plugin` to include the required CNI plugins (as is done by the upstream install mechanism, copying binaries out of a container), and no longer install `kubernetes-cni`. However, this would introduce conflicts between packages installing the same files.
- Loading branch information
Showing
5 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# CHANGELOG | ||
|
||
## Release 2.5.0 (in development) | ||
|
||
### Features Added | ||
- Upgrade Calico to 3.12.0 (PR [#2253](https://github.com/scality/metalk8s/pull/2253)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ | |
|
||
%ifarch x86_64 | ||
%global built_arch amd64 | ||
%global calico_sha256 fbc6588d6c83552403c5e75f108690f9f36fd65421552ae070dc1c93fa6f5139 | ||
%global calico_ipam_sha256 522cc86264ae971625f68471c587fcecd9fbcfb362534b8fba03336702593e89 | ||
%global calico_sha256 020b1387d903a8f9a8b68f727972ed319f8c9af16b5ca7059539d3480999a9a6 | ||
%global calico_ipam_sha256 a5d6c71246cac61c41c22439f2890fbf4254bde2a02d1800a872d6c31b988b37 | ||
%endif | ||
|
||
Name: calico-cni-plugin | ||
Version: 3.10.2 | ||
Version: 3.12.0 | ||
Release: 1%{?dist} | ||
Summary: Calico CNI plugin | ||
|
||
|
@@ -49,6 +49,9 @@ install -p -m 755 %{SOURCE2} %{buildroot}/opt/cni/bin/calico-ipam | |
%doc README.md | ||
|
||
%changelog | ||
* Thu Feb 20 2020 Nicolas Trangez <[email protected]> - 3.12.0-1 | ||
- Version bump | ||
|
||
* Sat Dec 14 2019 Nicolas Trangez <[email protected]> - 3.10.2-1 | ||
- Version bump | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters