Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Ireneusz Glownia committed Oct 21, 2020
1 parent c595781 commit bee4618
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [0.8.0] 2020-10-XX

### Added

- [#1773](https://github.com/epiphany-platform/epiphany/issues/1773) - Document Azure supported images

### Fixed

- [#1754](https://github.com/epiphany-platform/epiphany/issues/1754) - Fix Vault installation for setup without K8s
Expand Down
12 changes: 7 additions & 5 deletions docs/home/howto/CLUSTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ To setup the cluster do the following steps from the provisioning machine:
epicli apply -f newcluster.yml
```
## Note for Red Hat / CentOS Azure images
### Note for Red Hat / CentOS Azure images
Depending on your requirements you may need to create cluster based on Red Hat familly (RHEL/CentOS) system. Be aware that Epiphany supports only images with RAW partitioning, and attached to standard RHEL repositories. Please read this article for more details:
Depending on your requirements you may need to create cluster based on Red Hat family (RHEL/CentOS) system. Be aware that Epiphany supports only images with RAW partitioning, and attached to standard RHEL repositories. Please read this article for more details:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/redhat/redhat-images#rhel-7-image-types
Expand All @@ -303,16 +303,18 @@ List of supported images will be extended in next releases.
Example config for Red Hat:
```
```yaml
kind: infrastructure/virtual-machine
specification:
storage_image_reference:
publisher: RedHat
offer: RHEL
sku: 7-RAW
sku: "7-RAW"
version: "7.7.2019090418"
```
Example config for CentOS:
```
```yaml
kind: infrastructure/virtual-machine
specification:
storage_image_reference:
publisher: OpenLogic
Expand Down

0 comments on commit bee4618

Please sign in to comment.