cnrancher / autok3s

Run K3s Everywhere
https://www.suse.com
Apache License 2.0
741 stars 76 forks source link

[BUG] Airgap installation dont not take effect #678

Open tu1h opened 2 months ago

tu1h commented 2 months ago

Describe the bug According the airgap doc, after I created the offline package and exported it, and then updated k3s-install-script and installed the cluster, I shut down the network for the first node, found that the first node did not use the preset k3s-install-script, and immediately installed the next node after reporting an error

To reproduce

  1. create airgap package
  2. export airgap package
  3. update install-script
  4. create cluster

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Environments (please complete the following information):

Additional context Add any other context about the problem here.

tu1h commented 2 months ago

But putting --package-path at the front of the options list would be as expected. hah