Commit Graph

84 Commits

Author SHA1 Message Date
Paco Xu
9e8dc1d4a5 cleanup psp related rbac in cluster addons 2022-10-31 11:29:20 +08:00
Davanum Srinivas
50bea1dad8
Move from k8s.gcr.io to registry.k8s.io
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-05-31 10:16:53 -04:00
Davanum Srinivas
c89299a890
Temporarily comment out untrusted user
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-12-09 21:31:32 -05:00
Davanum Srinivas
9405e9b55e
Check in OWNERS modified by update-yamlfmt.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-12-09 21:31:26 -05:00
Kubernetes Prow Robot
a2206b6891
Merge pull request #96615 from caseydavenport/casey-route-table-range
Configure Calico's route table range so it does not conflict with GKE CNI
2021-06-25 05:18:44 -07:00
jornshen
c9fe8ddf68 bump calico to v3.19.1 2021-05-28 10:29:44 +08:00
Casey Davenport
e22773bc30 Fix improperly formatted Calico CRD files 2021-05-07 13:48:43 -07:00
pacoxu
6d86fc6a15 removed deprecated apiextensions.k8s.io/v1beta1; use extension v1.
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-05-06 11:27:58 +08:00
Neil Jerram
10eb1d4d6e Calico: set IP=autodetect so preempted nodes learn new IP
With preemptible nodes, a cluster node (with a given hostname) can
boot the first time with IP1, then be preempted and boot again with
different IP2.

With IP="", Calico will autodetect IP1 on first boot, but will not
perform autodetection on subsequent boots and so will not release IP1
and detect IP2 instead.

With IP=autodetect, Calico will perform autodetection on all boots,
which is what we want.
2020-12-03 10:26:31 +00:00
Casey Davenport
07002e41bb Update Calico to use a non-conflicting route table range 2020-11-16 09:54:02 -08:00
Casey Davenport
39dd16d58d Update to Calico v3.16.2 2020-10-08 16:05:45 -07:00
Kubernetes Prow Robot
058b4d60a3
Merge pull request #94241 from lmm/calico-v3.15
Update Calico to v3.15.2
2020-09-09 17:59:44 -07:00
Kubernetes Prow Robot
a42dde2e97
Merge pull request #91568 from ialidzhikov/enh/cpva
Update Calico cpva to v0.8.3
2020-09-08 19:17:52 -07:00
Laurence Man
7848248dbf Update Calico to v3.15.2 2020-08-26 02:52:06 +00:00
Arjun Ramachandrula
dcc1ab176d Removed broken link to Analytics 2020-08-13 16:03:37 -04:00
ialidzhikov
32d9336283 Update Calico cpva to v0.8.3
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-05-29 12:39:46 +03:00
ialidzhikov
20d44dfbfe Update Calico cpva to v0.8.2
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-04-28 09:36:14 +03:00
Kubernetes Prow Robot
daaa0b9c6b
Merge pull request #84163 from david-tigera/update-calico-v3.8.4
Update Calico to v3.8.4
2020-01-09 11:32:34 -08:00
Jordan Liggitt
5c6371502a Update addon permissions 2019-12-13 12:23:39 -05:00
ialidzhikov
0e93282a35 Clean up cluster-service label from calico-policy-controller
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-11-14 17:32:57 +02:00
Kubernetes Prow Robot
85222a4aa2
Merge pull request #83863 from mrbobbytables/update-cluster-owners
Prune inactive members from cluster/* OWNERS files.
2019-10-24 14:17:39 -07:00
David Haupt
c6f05979d3 Update Calico to v3.8.4 2019-10-21 11:35:16 -07:00
Casey Davenport
07df7717a5 Update Calico to v3.8.3 2019-10-14 13:49:21 -07:00
Bob Killen
1e3570be4b
Prune inactive members from cluster/* OWNERS files. 2019-10-12 16:55:52 -04:00
David Haupt
a723e8ad33 Upgrade Calico to 3.8.2
Release note: https://docs.projectcalico.org/v3.8/release-notes/
2019-09-27 11:10:22 -07:00
Zang Li
eb5238272b Fix the cluster role for typha horizontal scaler. 2019-09-23 11:48:04 -07:00
Matt Matejczyk
f3b870400d Allow typha-cpa to get apps/deployments
Without this it fails after deployments were switched from
extensions to apps with
```
E0902 11:25:51.197420       1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:53.118490       1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:54.997493       1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:57.097423       1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:59.097417       1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
I0902 11:25:59.697325       1 k8sclient.go:221] Falling back to extensions/v1beta1, error using apps/v1: deployments.apps "calico-typha" is forbidden: User "system:serviceaccount:kube-system:typha-cpha" cannot get resource "deployments/scale" in API group "apps" in the namespace "kube-system"
E0902 11:25:59.699833       1 autoscaler_server.go:120] Update failure: the server could not find the requested resource
```

Ref. https://github.com/kubernetes/test-infra/pull/13709
2019-09-02 13:52:10 +02:00
Kubernetes Prow Robot
467bdcb445
Merge pull request #81532 from MrHohn/cpa-1.7.0
Bump cluster proportional autoscaler to 1.7.1
2019-08-27 19:37:32 -07:00
Zihong Zheng
84e8bccdb5 Bump cluster proportional autoscaler to 1.7.1 2019-08-26 13:22:53 -07:00
Kubernetes Prow Robot
5ced7377c3
Merge pull request #81428 from MrHohn/cpva-v0.8.1
Bump vertical autoscaler to v0.8.1
2019-08-23 17:58:50 -07:00
Zihong Zheng
dfe2e1a1ee Bump vertical autoscaler to v0.8.1 2019-08-14 11:26:31 -07:00
draveness
495faa22db feat: cleanup pod critical pod annotations feature 2019-08-09 08:41:23 +08:00
Zang Li
0bc273d646 Upgrade Calico to 3.7.4
Release note: https://docs.projectcalico.org/v3.7/release-notes/
2019-07-30 16:53:25 -07:00
draveness
d83526d253 Revert "feat: cleanup pod critical pod annotations feature"
This reverts commit b6d41ee5cc.
2019-07-18 13:31:12 +08:00
draveness
b6d41ee5cc feat: cleanup pod critical pod annotations feature 2019-07-11 08:54:19 +08:00
Kubernetes Prow Robot
d6c8edd391
Merge pull request #77690 from MrHohn/CPVA-0.7.0
Bump cluster-proportional-vertical-autoscaler to 0.7.1
2019-05-14 07:17:21 -07:00
Zihong Zheng
66086c32cf Bump cluster-proportional-vertical-autoscaler to 0.7.1 2019-05-13 13:22:27 -07:00
Zihong Zheng
beba9921aa Bump cluster-proportional-autoscaler to 1.6.0 2019-05-09 11:25:12 -07:00
Roy Lenferink
b43c04452f Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
Jordan Liggitt
cc680273e8 Change add-on manifests to apps/v1 2018-12-19 17:30:59 -05:00
Satyadeep Musuvathy
6e5542a436 Include BGPConfiguration
Needed for calico 2.x to 3.x upgrade.
2018-12-07 15:30:47 -08:00
k8s-ci-robot
b4be951273
Merge pull request #70932 from caseydavenport/calico-v3.3
Update Calico to v3.3.1
2018-11-29 07:36:38 -08:00
Mike Danese
8bcb178da3 explicitly set run as user/group in addons that set this config in their dockerfile 2018-11-16 19:32:44 +00:00
Casey Davenport
fc40cce94b Update Calico to v3.3.1 2018-11-11 16:36:48 -08:00
Jing Ai
2bfdaadfde Add serviceaccounts permission for ClusterRole, required by Calico v3.2.0+. 2018-09-14 15:44:07 -07:00
Jing Ai
b365408e88 A few cleanups (remove duplicated env vars & unnecessary comments) on yaml files. 2018-06-12 10:53:54 -07:00
Jing Ai
4383c7d648 Update Calico addon yamls to make it work for both 2.x and 3.x. versions.
Co-authored-by: Casey Davenport <casey@tigera.io>
2018-06-12 10:00:51 -07:00
Casey Davenport
eebc0767ae Don't specify a description for Calico CRDs 2018-06-07 15:00:29 -07:00
CJ Cullen
3d2bfc2e67 Update cluster-proportional-autoscaler-amd64 in typha addon to w/ fix for CVE-2016-8859 2018-03-01 17:54:16 -08:00
Kubernetes Submit Queue
7ef11bd964
Merge pull request #59237 from tanshanshan/addons1
Automatic merge from submit-queue (batch tested with PRs 59767, 56454, 59237, 59730, 55479). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Change critical pods’ template to use priority

**What this PR does / why we need it**:
Change critical pods’ template to use priority
Thanks.
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
ref #57471

**Special notes for your reviewer**:

**Release note**:

```release-note

```
2018-02-12 15:44:36 -08:00