Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Disable Kubernetes 1.10 — CRDs require spec.version, which fails on 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Vasilyev committed May 3, 2019
1 parent b87c9f8 commit 0bc8277
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
- KUBERNETES_VERSION=1.13.0
- KUBERNETES_VERSION=1.12.0
# - KUBERNETES_VERSION=1.11.10 # Minikube fails on CRI preflight checks
- KUBERNETES_VERSION=1.10.13
# - KUBERNETES_VERSION=1.10.13 # CRDs require spec.version, which fails on 1.14

python:
- "3.7"
Expand Down
1 change: 0 additions & 1 deletion examples/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
spec:
scope: Namespaced
group: zalando.org
version: v1
versions:
- name: v1
served: true
Expand Down
1 change: 0 additions & 1 deletion peering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
name: kopfpeerings.zalando.org
spec:
group: zalando.org
version: v1
versions:
- name: v1
served: true
Expand Down

0 comments on commit 0bc8277

Please sign in to comment.