mirror of https://github.com/k3s-io/k3s.git
Fix coreos multiple installs (#8083)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>pull/8090/head
parent
cc9dce5764
commit
767b64ba58
|
@ -604,7 +604,7 @@ EOF
|
|||
${transactional_update_run} mkdir -p /var/lib/rpm-state
|
||||
;;
|
||||
coreos)
|
||||
rpm_installer="rpm-ostree"
|
||||
rpm_installer="rpm-ostree --idempotent"
|
||||
# rpm_install_extra_args="--apply-live"
|
||||
: "${INSTALL_K3S_SKIP_START:=true}"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue