Skip to content

Commit

Permalink
support ARM and AMD for calico
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn committed Nov 17, 2020
1 parent 615a2a6 commit a00a306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/master/calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: quay.io/calico/node:v3.16.2
image: docker.io/calico/node:v3.16.2
envFrom:
- configMapRef:
# Allow KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT to be overridden for eBPF mode.
Expand Down Expand Up @@ -565,7 +565,7 @@ spec:
securityContext:
fsGroup: 65534
containers:
- image: quay.io/calico/typha:v3.16.2
- image: docker.io/calico/typha:v3.16.2
name: calico-typha
ports:
- containerPort: 5473
Expand Down Expand Up @@ -707,7 +707,7 @@ spec:
nodeSelector:
beta.kubernetes.io/os: linux
containers:
- image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.7.1
- image: k8s.gcr.io/cpa/cluster-proportional-autoscaler:1.8.3
name: autoscaler
command:
- /cluster-proportional-autoscaler
Expand Down

0 comments on commit a00a306

Please sign in to comment.