Skip to content

Bump kubectl version

Kamil Trzcińśki requested to merge bump-kubectl-version into master

Use the latest release of kubectl (v1.7.0-alpha-3)

As of now as it resolves a bunch of problems with kubectl rollout status:

  • rollout status before could hit a race condition: it would look for deployment status, before ReplicaSet is created, thus leading to premature return, before the credentials could be used,
  • the new rollout status does correctly and adhere to deployment strategies as it should

You can test that now, by using image: registry.gitlab.com/ayufan/kubernetes-deploy.

Merge request reports