Skip to content

Commit

Permalink
Merge pull request #8376 from rifelpet/automated-cherry-pick-of-#8248…
Browse files Browse the repository at this point in the history
…-origin-release-1.16

Automated cherry pick of #8248: Fix issues with older versions of k8s for basic clusters
  • Loading branch information
k8s-ci-robot authored Jan 20, 2020
2 parents 13e61cf + 0b7f49d commit 9329e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

{{- if or (.KubeDNS.UpstreamNameservers) (.KubeDNS.StubDomains) }}
---
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -28,9 +27,9 @@ data:
stubDomains: |
{{ ToJSON .KubeDNS.StubDomains }}
{{- end }}
{{- end }}

---
{{- end }}

apiVersion: extensions/v1beta1
kind: Deployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- id: k8s-1.16
kubernetesVersion: '>=1.16.0-alpha.0'
manifest: kops-controller.addons.k8s.io/k8s-1.16.yaml
manifestHash: efb1399217d403fa5207e2bc8cf1fbef58c7f8b2
manifestHash: eb8989571b15af1f02677a0eb4e0dfd1442feda5
name: kops-controller.addons.k8s.io
selector:
k8s-addon: kops-controller.addons.k8s.io
Expand All @@ -29,7 +29,7 @@ spec:
- id: k8s-1.6
kubernetesVersion: '>=1.6.0 <1.12.0'
manifest: kube-dns.addons.k8s.io/k8s-1.6.yaml
manifestHash: 191685ca6fe009302e55512b0eefc5a676433f10
manifestHash: 555f952a8b955ce7a5dd0bcd06a5be9e72bd2895
name: kube-dns.addons.k8s.io
selector:
k8s-addon: kube-dns.addons.k8s.io
Expand Down

0 comments on commit 9329e5e

Please sign in to comment.