Skip to content

Commit 6ac4e51

Browse files
committed
upgrade gcp sdk version
1 parent 790d7a2 commit 6ac4e51

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/services/gcp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dep ensure
1313
RUN ./tmp/build/build.sh
1414

1515
FROM alpine:3.7
16-
ENV CLOUD_SDK_VERSION 408.0.0
16+
ENV CLOUD_SDK_VERSION 483.0.0
1717

1818
ENV PATH /google-cloud-sdk/bin:$PATH
1919

src/services/gcp/pkg/stub/handler.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,6 @@ func getExactClusterVersion(cr *v1alpha1.GKECluster, log *logrus.Entry) (string,
736736
}
737737

738738
for _, c := range config.Channels {
739-
if strings.ToLower(c.Channel) == "extended" {
740-
// extended in not supported by --release-channel extended, see https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels
741-
continue
742-
}
743739
for _, v := range c.ValidVersions {
744740
if strings.HasPrefix(v, cr.Spec.ClusterVersion) {
745741
return v, strings.ToLower(c.Channel), nil

0 commit comments

Comments
 (0)