Skip to content

Commit

Permalink
Merge pull request kubernetes#7874 from jochen42/feature/kubernetes#7873
Browse files Browse the repository at this point in the history
-weave-pods-node-critical

mark weavenet-pod as system-critical
  • Loading branch information
k8s-ci-robot authored and Reilly Brogan committed Dec 30, 2019
1 parent eb50e5e commit 114323b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,6 @@ spec:
hostPath:
path: /run/xtables.lock
type: FileOrCreate
priorityClassName: system-node-critical
updateStrategy:
type: RollingUpdate
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
"k8s-1.6": "2.3.0-kops.3",
"k8s-1.7": "2.5.2-kops.2",
"k8s-1.8": "2.5.2-kops.2",
"k8s-1.12": "2.5.2-kops.2",
"k8s-1.12": "2.5.2-kops.3",
}

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: networking.weave/k8s-1.12.yaml
manifestHash: 11e566a259bbb5f066cf2b06cd8832e74072a900
manifestHash: 96334bfcfa6a3ec9791b50c94674a8821cb6ad67
name: networking.weave
selector:
role.kubernetes.io/networking: "1"
version: 2.5.2-kops.2
version: 2.5.2-kops.3

0 comments on commit 114323b

Please sign in to comment.