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 792c0c6 commit 7fbe1d6
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 @@ -73,11 +73,19 @@ install:
vip_hw_addr: 52:54:00:ec:0e:0b
vip_mode: dhcp
force_mbr: false
addons:
rancher-monitoring:
addons:
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 @@ -561,16 +569,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 7fbe1d6

Please sign in to comment.