Skip to content

Commit

Permalink
corrected docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 authored Oct 14, 2024
1 parent 2efa193 commit ba1d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/k3s.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ access to the Kubernetes API. The `k3s` role installs Helm for package managemen

# Idempotency
K3s is intended to only be installed during image build as it is configured by the appliance on first boot with `azimuth_cloud.image_utils.linux_ansible_init`. Therefore, the `k3s` role isn't
idempotent and changes to variables will not be reflected in the image when running `site.yml`. An additional consequence of this is that for changes to role variables to be correctly applied during build, a base image which has `ansible-init` installed but not existing K3s instances must be used.
idempotent and changes to variables will not be reflected in the image when running `site.yml`. An additional consequence of this is that for changes to role variables to be correctly applied when extending a base image with a Packer `openhpc-extra` build, the base image must have `ansible-init` installed but not existing K3s instances.

0 comments on commit ba1d212

Please sign in to comment.