Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#111 from ingvagabund/bump-bootstra…
Browse files Browse the repository at this point in the history
…p-command-to-crd

Switch aws-actuator bootstrap to deploy CRD based machine API
  • Loading branch information
openshift-merge-robot authored Dec 3, 2018
2 parents 0ffe657 + 0a6a686 commit ae50317
Show file tree
Hide file tree
Showing 18 changed files with 772 additions and 931 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,24 @@ Note: this info is RH only, it needs to be backported every time the `README.md`
$ kubectl apply -f examples/addons.yaml
```
Deploy the components:
Deploy CRDs:
```sh
$ kubectl apply -f examples/cluster-api-server.yaml
$ kubectl apply -f examples/provider-components.yml
$ kubectl apply -f config/crd/machine.crd.yaml
$ kubectl apply -f config/crd/machineset.crd.yaml
$ kubectl apply -f config/crd/machinedeployment.crd.yaml
$ kubectl apply -f config/crd/cluster.crd.yaml
```
Deploy the cluster manigest:
Deploy machine API controllers:
```sh
$ kubectl apply -f config/rbac/rbac_role.yaml
$ kubectl apply -f config/rbac/rbac_role_binding.yaml
$ kubectl apply -f config/controllers/deployment.yaml
```
Deploy the cluster manifest:
```sh
$ kubectl apply -f examples/cluster.yaml
```
Expand Down
185 changes: 93 additions & 92 deletions cmd/aws-actuator/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit ae50317

Please sign in to comment.