Skip to content

Commit

Permalink
Bump apiserver pod
Browse files Browse the repository at this point in the history
  • Loading branch information
karan committed Apr 27, 2018
1 parent 1dd16bc commit 3fef645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cloud/terraform/namedmachines/namedmachines.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
)

// Config Watch holds the path to the named machines yaml file.
// This is used during bootstrap when the apiserver does not yet exist.
type ConfigWatch struct {
path string
}
Expand Down
4 changes: 2 additions & 2 deletions cloud/terraform/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"sigs.k8s.io/cluster-api/cloud/terraform/config"
)

var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.1"
var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.2"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.1"
var machineControllerImage = "gcr.io/karangoel-gke-1/terraform-machine-controller:0.0.1-dev"

Expand Down Expand Up @@ -197,4 +197,4 @@ func deployConfig(manifest []byte) error {
} else {
return fmt.Errorf("couldn't create pod: %v, output: %s", err, string(out))
}
}
}

0 comments on commit 3fef645

Please sign in to comment.