Skip to content

Commit

Permalink
【FIX】fix cloud node was heterogeneous (openyurtio#806)
Browse files Browse the repository at this point in the history
* add yurt-app-manager yurtappdaemon/yurtingress deploy and revert

* Revert "add yurt-app-manager yurtappdaemon/yurtingress deploy and revert"

This reverts commit ba28364.

* fix bug: when cloud node was heterogeneous, this parameter will be error
  • Loading branch information
JameKeal committed May 16, 2022
1 parent 851be2a commit 43bd220
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/yurtctl/constants/yurt-app-manager-tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ spec:
readOnly: true
nodeSelector:
openyurt.io/is-edge-worker: "false"
beta.kubernetes.io/arch: {{.arch}}
beta.kubernetes.io/os: linux
priorityClassName: system-node-critical
terminationGracePeriodSeconds: 10
Expand Down
1 change: 0 additions & 1 deletion pkg/yurtctl/constants/yurt-tunnel-server-tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ spec:
tolerations:
- operator: "Exists"
nodeSelector:
beta.kubernetes.io/arch: {{.arch}}
beta.kubernetes.io/os: linux
{{.edgeWorkerLabel}}: "false"
containers:
Expand Down

0 comments on commit 43bd220

Please sign in to comment.