We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e4879b + 9a026c6 commit 3c748e0Copy full SHA for 3c748e0
2 files changed
Dockerfile
@@ -41,6 +41,7 @@ ARG GOPROXY
41
WORKDIR /build
42
COPY go.mod go.sum ./
43
COPY cmd/ cmd/
44
+COPY pkg/ pkg/
45
COPY Makefile ./Makefile
46
ENV CGO_ENABLED=0
47
ENV GOPROXY ${GOPROXY:-https://proxy.golang.org}
manifests/aws-cloud-controller-manager-daemonset.yaml
@@ -28,7 +28,7 @@ spec:
28
serviceAccountName: cloud-controller-manager
29
containers:
30
- name: aws-cloud-controller-manager
31
- image: gcr.io/k8s-staging-provider-aws/cloud-controller-manager:v1.18.0-alpha.1
+ image: gcr.io/k8s-staging-provider-aws/cloud-controller-manager:v1.19.1-alpha.1
32
args:
33
- --v=2
34
- --cloud-provider=aws
0 commit comments