Skip to content

Commit

Permalink
Merge pull request #9430 from johngmyers/automated-cherry-pick-of-#94…
Browse files Browse the repository at this point in the history
…04-upstream-release-1.17

Automated cherry pick of #9404: Fix: dns-controller: 3999 port address already in use
  • Loading branch information
k8s-ci-robot committed Jun 24, 2020
2 parents ae20f44 + fcc4d46 commit d70c1d4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
version: v1.17.0
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
k8s-app: dns-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: f98b5d85929920a1ddc15b7bc71adfb70b9887ed
manifestHash: 51722b9a06f074dd4b045e5d8b4adc809f13fc6a
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
selector:
matchLabels:
k8s-app: dns-controller
strategy:
type: Recreate
template:
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: f98b5d85929920a1ddc15b7bc71adfb70b9887ed
manifestHash: 51722b9a06f074dd4b045e5d8b4adc809f13fc6a
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
selector:
matchLabels:
k8s-app: dns-controller
strategy:
type: Recreate
template:
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: f98b5d85929920a1ddc15b7bc71adfb70b9887ed
manifestHash: 51722b9a06f074dd4b045e5d8b4adc809f13fc6a
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- id: k8s-1.12
kubernetesVersion: '>=1.12.0'
manifest: dns-controller.addons.k8s.io/k8s-1.12.yaml
manifestHash: f98b5d85929920a1ddc15b7bc71adfb70b9887ed
manifestHash: 51722b9a06f074dd4b045e5d8b4adc809f13fc6a
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
Expand Down

0 comments on commit d70c1d4

Please sign in to comment.