File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ TEST_RESULTS_DIR=testResults
25
25
GOMETALINTER_OPTION =--tests --disable-all -E gofmt -E vet -E golint
26
26
27
27
IMAGE_REGISTRY ?= local
28
- K8S_VERSION ?= v1.14.0-rc.1
28
+ K8S_VERSION ?= v1.14.0
29
29
AKSENGINE_VERSION ?= master
30
30
HYPERKUBE_IMAGE ?= "gcrio.azureedge.net/google_containers/hyperkube-amd64:$(K8S_VERSION ) "
31
31
# manifest name under tests/e2e/k8s-azure/manifest
Original file line number Diff line number Diff line change 1
1
package : k8s.io/cloud-provider-azure
2
2
import :
3
3
- package : k8s.io/kubernetes
4
- version : v1.14.0-rc.1
4
+ version : v1.14.0
5
5
- package : github.com/Azure/azure-sdk-for-go
6
6
version : v21.3.0
7
7
testImport :
Original file line number Diff line number Diff line change 15
15
FROM golang:1.12.1-stretch AS build_kubernetes
16
16
# rsync: building k8s
17
17
RUN apt update && apt install -y --no-install-recommends rsync
18
- ARG K8S_VERSION=v1.14.0-rc.1
18
+ ARG K8S_VERSION=v1.14.0
19
19
WORKDIR /go/src/k8s.io/kubernetes
20
20
RUN git clone https://github.com/kubernetes/kubernetes . \
21
21
&& git checkout -b temp $K8S_VERSION \
Original file line number Diff line number Diff line change 7
7
"orchestratorRelease" : " 1.14" ,
8
8
"kubernetesConfig" : {
9
9
"useCloudControllerManager" : true ,
10
- "customCcmImage" : " gcrio.azureedge.net/google_containers/cloud-controller-manager-amd64:v1.14.0-rc.1 " ,
11
- "customHyperkubeImage" : " gcrio.azureedge.net/google_containers/hyperkube-amd64:v1.14.0-rc.1 " ,
10
+ "customCcmImage" : " gcrio.azureedge.net/google_containers/cloud-controller-manager-amd64:v1.14.0" ,
11
+ "customHyperkubeImage" : " gcrio.azureedge.net/google_containers/hyperkube-amd64:v1.14.0" ,
12
12
"networkPolicy" : " none" ,
13
13
"cloudProviderRateLimitQPS" : 6 ,
14
14
"cloudProviderRateLimitBucket" : 20 ,
Original file line number Diff line number Diff line change 6
6
"orchestratorType" : " Kubernetes" ,
7
7
"orchestratorRelease" : " 1.14" ,
8
8
"kubernetesConfig" : {
9
- "customHyperkubeImage" : " gcrio.azureedge.net/google_containers/hyperkube-amd64:v1.14.0-rc.1 " ,
9
+ "customHyperkubeImage" : " gcrio.azureedge.net/google_containers/hyperkube-amd64:v1.14.0" ,
10
10
"privateAzureRegistryServer" : " gcrio.azureedge.net" ,
11
11
"networkPolicy" : " none" ,
12
12
"cloudProviderRateLimitQPS" : 6 ,
Original file line number Diff line number Diff line change 7
7
"orchestratorRelease" : " 1.14" ,
8
8
"kubernetesConfig" : {
9
9
"useCloudControllerManager" : true ,
10
- "customCcmImage" : " gcrio.azureedge.net/google_containers/cloud-controller-manager-amd64:v1.14.0-rc.1 " ,
11
- "customHyperkubeImage" : " gcrio.azureedge.net/google_containers/hyperkube-amd64:v1.14.0-rc.1 " ,
10
+ "customCcmImage" : " gcrio.azureedge.net/google_containers/cloud-controller-manager-amd64:v1.14.0" ,
11
+ "customHyperkubeImage" : " gcrio.azureedge.net/google_containers/hyperkube-amd64:v1.14.0" ,
12
12
"networkPolicy" : " none" ,
13
13
"cloudProviderRateLimitQPS" : 6 ,
14
14
"cloudProviderRateLimitBucket" : 20 ,
You can’t perform that action at this time.
0 commit comments