Skip to content

Commit

Permalink
Merge pull request #7842 from EladDolev/flannel_priorityclass
Browse files Browse the repository at this point in the history
add missing priorityClassName to flannel DaemonSet
  • Loading branch information
k8s-ci-robot authored Nov 11, 2019
2 parents 3fbcd12 + 16da5f1 commit 40e2ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ spec:
app: flannel
role.kubernetes.io/networking: "1"
spec:
priorityClassName: system-node-critical
hostNetwork: true
nodeSelector:
beta.kubernetes.io/arch: amd64
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
versions := map[string]string{
"pre-k8s-1.6": "0.11.0-kops.1",
"k8s-1.6": "0.11.0-kops.2",
"k8s-1.12": "0.11.0-kops.2",
"k8s-1.12": "0.11.0-kops.3",
}

{
Expand Down

0 comments on commit 40e2ef3

Please sign in to comment.