Skip to content

Commit

Permalink
Update dependencies to support K8s 1.10.x
Browse files Browse the repository at this point in the history
Keeping up with Kubernetes versions, as well as providing
us the functionality to do SubResources.

Also will enable tightening up of permissions re: #150
  • Loading branch information
markmandel committed Jun 25, 2018
1 parent e6cdac0 commit 427b56c
Show file tree
Hide file tree
Showing 1,420 changed files with 26,419 additions and 79,921 deletions.
126 changes: 22 additions & 104 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@

[[constraint]]
name = "k8s.io/client-go"
version = "6.0.0"
version = "7.0.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.9.2"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.9.2"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.9.2"
version = "kubernetes-1.10.4"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down
2 changes: 1 addition & 1 deletion build/gke-test-cluster/cluster.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:
cluster:
name: {{ properties["cluster.name"] }}
description: Test cluster for Agones
initialClusterVersion: 1.9.6-gke.1 # be specific until 1.9.x becomes default
initialClusterVersion: 1.10.4-gke.0 # be specific until 1.9.x becomes default
nodePools:
- name: "default"
initialNodeCount: {{ properties["cluster.nodePool.initialNodeCount"] }}
Expand Down
2 changes: 1 addition & 1 deletion install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To install `gcloud` and `kubectl`, perform the following steps:
A [cluster][cluster] consists of at least one *cluster master* machine and multiple worker machines called *nodes*: [Compute Engine virtual machine][vms] instances that run the Kubernetes processes necessary to make them part of the cluster.

```bash
gcloud container clusters create [CLUSTER_NAME] --cluster-version=1.9 \
gcloud container clusters create [CLUSTER_NAME] --cluster-version=1.10 \
--no-enable-legacy-authorization \
--tags=game-server \
--enable-basic-auth \
Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/PuerkitoBio/purell/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/PuerkitoBio/purell/LICENSE

This file was deleted.

Loading

0 comments on commit 427b56c

Please sign in to comment.