Giter VIP home page Giter VIP logo

Comments (2)

TangStone avatar TangStone commented on June 17, 2024

在v0.6.0版本创建harvester集群
image

from autok3s.

TangStone avatar TangStone commented on June 17, 2024

Autok3s upgrade

Docker deployment - upgrade autok3 from v0.6.0 to v0.7.0-rc2

Detailed steps

  1. In the ubuntu-18.04 (248g) instance, the Docker starts the 0.6.0 version of autok3s, and creates the harvester cluster, aliyun cluster, harvester cluster templates, and aliyun cluster templates. The following is the Docker command to start autok3s
docker run -itd --restart=unless-stopped --net host -v /var/run/docker.sock:/var/run/docker.sock cnrancher/autok3s:v0.6.0
  1. Upgrade version 0.6.0 to 0.7.0-rc2 in the following ways:,
docker stop <old-container>
docker run -itd --restart=unless-stopped -p 8080:8080 --volumes-from <old-container> cnrancher/autok3s:v0.7.2-rc2
  1. Check the autok3s UI. The original aliyun cluster is running normally. The Harvester cluster and the Harvester cluster template do not display the upgraded UI. There is no Harvester provision for quick start and cluster creation. Using the upgraded version v0.7.0-rc2, you can successfully create a new Alibaba Cloud cluster

Binary deployment - upgrading autok3 from v0.6.0 to v0.7.0-rc2

Detailed steps

  1. On the ubuntu-18.04 (248g) instance, after entering the instance, pull https://github.com/cnrancher/autok3s/releases/download/v0.6.0/autok3s_linux_amd64 File and grant execution permission, and move it to the/usr/local/bin directory
  2. Start autok3s v0.6.0
  3. Access the autok3s ui through the instance address, and create the harvester, aliyun cluster, harvester cluster template, and aliyun template cluster successfully
  4. Stop running autok3s v0.6.0
  5. Pull in the instance https://github.com/cnrancher/autok3s/releases/download/v0.7.0-rc2/autok3s_linux_amd64 File, assign execution permission and move to/usr/local/bin directory
  6. Start the autok3s v0.7.0-rc2 file
  7. After accessing the autok3s ui again, the harvester cluster and the harvester template will not be displayed, the quick start and cluster creation have no harvester provision, the original aliyun cluster and aliyun template are running normally, and the newly created aliyun cluster is running normally

from autok3s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.