Skip to content

Commit

Permalink
feat: modify flannel yaml in galaxy to support multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Feb 27, 2020
1 parent ec2a6f8 commit 5405688
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/platform/provider/baremetal/phases/galaxy/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ data:
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: kube-flannel-ds-amd64
name: kube-flannel-ds
namespace: kube-system
labels:
k8s-app: flannel
Expand All @@ -160,8 +160,6 @@ spec:
k8s-app: flannel
spec:
hostNetwork: true
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
- operator: Exists
effect: NoSchedule
Expand Down

0 comments on commit 5405688

Please sign in to comment.