Skip to content

Commit

Permalink
Gate: Move to K8s 1.10.8
Browse files Browse the repository at this point in the history
This PS moves to use k8s 1.10.8, which includes a couple of fixes
for PVC mounts.

* kubernetes/kubernetes#66863

Change-Id: Ica30950a8200f5755897b51fd2b4d24c69a10e61
Signed-off-by: Pete Birley <pete@port.direct>
  • Loading branch information
intlabs committed Oct 5, 2018
1 parent 26e1b9c commit 19376ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/build-images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

version:
kubernetes: v1.10.7
kubernetes: v1.10.8
helm: v2.11.0
cni: v0.6.0

Expand Down
2 changes: 1 addition & 1 deletion tools/images/kubeadm-aio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN sed -i \
/etc/apt/sources.list ;\
echo "APT::Get::AllowUnauthenticated \"${ALLOW_UNAUTHENTICATED}\";" > /etc/apt/apt.conf.d/allow-unathenticated

ARG KUBE_VERSION="v1.10.7"
ARG KUBE_VERSION="v1.10.8"
ENV KUBE_VERSION ${KUBE_VERSION}

ARG CNI_VERSION="v0.6.0"
Expand Down

0 comments on commit 19376ee

Please sign in to comment.