Skip to content

Commit

Permalink
Merge pull request #98 from cynepco3hahue/update_readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Artyom Lukianov authored Oct 29, 2019
2 parents 7cda726 + 8c646e3 commit abe3624
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy:
- provider: releases
skip_cleanup: true
api_key:
secure: "ctWuRUf7LvZSylWveiTIHre200iS1pR5yK8mmkKj56Ra1JlgR5m0HpAAWbBJL9DaXMmhwGyu9A1h99hXBNPetKRGniyQO2LUiXNFEhL3XZarF/fiX8aZOKBLTfylUfx8r1stHvSYg5UTADksHPO2K9/Zezf9vJIi4M2y3LiAAzI23FngNCPJSm00DsWmK21zCzNg1wwjpXjCDBP9ZXcrKFZ+Ug8jIqO9zRIPNYgE/T8SkJLcwf9w+GaDLe5j2/lpFvdmFZD5WBuWyxEOX2UCGwqMhhvrn6RYLMGPlq5nG8HJYztDMLILUllPQ/FyivZWecWG9GuIuYuutyMq7byME5F+eFYC3ky54GPB31D2CQm9GjkNwIwr1s3U/nOGBXXmuBPpeuyFqYklUhEr+47uvIbb2NgipkKsPkQSwvpLFBbO3j+4iaHy130N6ZHLHGfb6yFX+XN7Qq3vQ3wKMKd/8XnScjmWUbOcw0TnpvVfUAKzJ/27UfMt/KYvbfL8rBMvcRaGVyjKMqAc/qGj/st+jcyyOR5zstJ3Vm3uSrirCJoLLJ2LKp8LzKGv+07QRRgzvMBk1uCCD5z2ElGoVjUBXmRnDCMsIZDOjmBB2sW/xv5gfnxX3gRtuJ9h1YGjoixpn1BE7b7g9lXgeI+abC4J6kRq8LwX88B6p4yK+xQCrOE="
secure: dCTT6G+d0KNNQHd9Ypk5dPe2MmDLF1NPNN2HEpGFFr3IiU7GZu1+tufaWniVuo7W/48BXMEim9ye9bt+stDvNCfcsJsdDQNqacYr3wgqGG/Bu6UmBYs1zrceZRs9MVHzeKS5DroSeTqaQ0887C/bFVMsH6fHJPfeQtcdePxMRCBaOchPxaXzBLWH/DBenfB1AwAM3cet5KprZ4yBvtrcIWtndXgJSzYT7r40FHprBI24GeugFxa4/y8WK32IeL5eYp059oPsPVfV/qDpXU9qn0AXsfjltvOn9QnA0hoOQ6E7X1iZcVsThk1/Sq+QykQuDuaYDrE+kI8ZqjD/av9GMPoF9hFP6MmogG+dGpErzJdmqZ42y9KQSVVn0zDDtK1sm29mzh181d9Esb1wSaDTekFPBvvWEi9DlyehvITe6lxPfMKyo0H6oGN+qHXP7YAMkeI4MuDiNGHx+wxuErzwJ+lKY3t37SS8vbY/qUo01QZpIoGWBAKnfiaYRe7SemhtEqx9MxpBWagJrt1CdKFOXNYlx+dv0Y49zx/VXebkkQvQP/WTYrmSuqZ712TE6tyiARxbBKluHvAYjY8arO2S6VNflst0rKZln7HIgmHKC+EbwGfHnFzHRa5QkuDt3MSOnH/yPG1HfaYkBJ2Ma8x8ZJKQYn2MMOqeDURbSArT2eY=
file:
- _out/manifests/release/machine-remediation.$TRAVIS_TAG.yaml
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ generate-client:
generate-manifests: generate-templates
./hack/dockerized "CONTAINER_TAG=${CONTAINER_TAG} \
IMAGE_PULL_POLICY=${IMAGE_PULL_POLICY} \
OPERATOR_IMAGE=${MR_IMAGE} \
MR_IMAGE=${MR_IMAGE} \
./hack/generate/manifests.sh"

.PHONY: generate-templates
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@

## Architecture

The machine remediation operator deploys components to monitor and remediate unhealthy machines for different platforms, it works on top of cluster-api controllers.
The machine remediation contains components to monitor and remediate unhealthy machines for different platforms, it works on top of [machine-api-operator](https://github.com/openshift/machine-api-operator) controllers.

It should deploy three controllers:
It contains:

* [machine-remediation](docs/machine-remediation.md) controller
* [node-reboot](docs/node-reboot.md)

## How to deploy

You can check the [GitHub releases](https://github.com/kubevirt/machine-remediation/releases) to get latest `yaml` file, that includes CRD's, RBAC rules and operator deployment and apply it to your cluster.
You can check the [GitHub releases](https://github.com/kubevirt/machine-remediation/releases) to get latest `yaml` file, that includes CRD's, RBAC rules and deployment and apply it to your cluster.

```bash
kubectl apply -f https://github.com/kubevirt/machine-remediation/releases/download/v0.3.3/machine-remediation.yaml
kubectl apply -f https://github.com/kubevirt/machine-remediation/releases/download/v0.3.3/machine-remediation-cr.yaml
kubectl apply -f https://github.com/kubevirt/machine-remediation/releases/download/v0.4.1/machine-remediation.yaml
```

After just wait until the operator will deploy all components.
After just wait until the deployment will finish.

## How to run e2e tests

Expand Down

0 comments on commit abe3624

Please sign in to comment.