Skip to content

Commit

Permalink
doc: Update Harvester Addon Configuration Examples
Browse files Browse the repository at this point in the history
* updating Harvester addon configuration docs to represent the yaml more accurately
* updating the Harvester addon docs to display information surrounding
  the naming that is displayed in the UI to the end user in contrast to
  the naming that is displayed via kubectl commands to the cluster that
  demonstrate the "chartName"

Resolves: fix/update-addon-config-examples
  • Loading branch information
irishgordo committed Aug 9, 2023
1 parent 42340f9 commit 8f49f2f
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions docs/install/harvester-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,18 @@ install:
vip_mode: dhcp
force_mbr: false
addons:
rancher-monitoring:
harvester_vm_import_controller:
enabled: false
values_content: ""
harvester_pcidevices_controller:
enabled: false
values_content: ""
rancher_monitoring:
enabled: true
rancher-logging:
values_content: ""
rancher_logging:
enabled: false
values_content: ""
system_settings:
auto-disk-provision-paths: ""
```
Expand Down Expand Up @@ -293,7 +301,7 @@ The password for the default user, `rancher`. By default, there is no password f
If you set a password at runtime it will be reset on the next boot. The
value of the password can be clear text or an encrypted form. The easiest way to get this encrypted
form is to change your password on a Linux system and copy the value of the second field from
`/etc/shadow`. You can also encrypt a password using OpenSSL. For the encryption algorithms
`/etc/shadow`. You can also encrypt a password using OpenSSL. For the encryption algorithms
supported by Harvester, please refer to the table below.

| Algorithm | Command | Support |
Expand Down Expand Up @@ -566,16 +574,24 @@ Default: The addons are disabled.
```yaml
install:
addons:
rancher-monitoring:
harvester_vm_import_controller:
enabled: false
values_content: ""
harvester_pcidevices_controller:
enabled: false
values_content: ""
rancher_monitoring:
enabled: true
rancher-logging:
values_content: ""
rancher_logging:
enabled: false
values_content: ""
```

Harvester v1.2.0 ships with four addons:

- harvester-vm-import-controller
- harvester-pcidevices-controller
- vm-import-controller (chartName: `harvester-vm-import-controller`)
- pcidevices-controller (chartName: `harvester-pcidevices-controller`)
- rancher-monitoring
- rancher-logging

Expand Down

0 comments on commit 8f49f2f

Please sign in to comment.