Skip to content

Commit

Permalink
Add kubeadm configs, load balancer, public IP, refactor actuators, ty…
Browse files Browse the repository at this point in the history
…pes (#88)

* Fix dependencies

Signed-off-by: Stephen Augustus <[email protected]>

* Add annotation to machine `Create` to satisfy `waitForMachineReady`

Signed-off-by: Stephen Augustus <[email protected]>

* Refactor actuator methods, update types, regenerate manifests

Signed-off-by: Stephen Augustus <[email protected]>

* Update Deployments logic and startup scripts

Signed-off-by: Stephen Augustus <[email protected]>

* Update image tag

Signed-off-by: Stephen Augustus <[email protected]>

* Update LB and Public IP logic

Signed-off-by: Stephen Augustus <[email protected]>

* Update vm configurations

Signed-off-by: Stephen Augustus <[email protected]>

* Update method comments, copyrights, remove deployment-params.json

Co-Authored-By: justaugustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus authored and k8s-ci-robot committed Feb 26, 2019
1 parent 7f482be commit e22395e
Show file tree
Hide file tree
Showing 486 changed files with 69,782 additions and 27,592 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY vendor/ vendor/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager sigs.k8s.io/cluster-api-provider-azure/cmd/manager

# Copy the controller-manager into a thin image
FROM alpine:3.8
FROM alpine:3.9
WORKDIR /root/
COPY --from=builder /go/src/sigs.k8s.io/cluster-api-provider-azure/manager .
COPY --from=builder /go/src/sigs.k8s.io/cluster-api-provider-azure/pkg/cloud/azure/services/resources/template/deployment-template.json .
Expand Down
Loading

0 comments on commit e22395e

Please sign in to comment.