Coder Social home page Coder Social logo

Map ISO issue about kubam HOT 6 CLOSED

ciscoucs avatar ciscoucs commented on August 16, 2024
Map ISO issue

from kubam.

Comments (6)

rushins avatar rushins commented on August 16, 2024

i did these steps but no luck

Prepare Boot ISO Media
For more information on this process see this post

The working directory is the html directory of your webserver. Assume for this example it is /usr/share/nginx/html/kubam/

export WORKDIR=/usr/share/nginx/html/kubam
cd $WORKDIR
The ISO image for the OS we will install should be in this directory.

mkdir -p mnt stage1
mount -o loop .iso mnt
cp -a mnt/isolinux/ stage1/
cp mnt/.discinfo stage1/isolinux
cp -a mnt/LiveOS stage1/isolinux/
cp -a mnt/images/ stage1/isolinux/
umount mnt
Edit the stage1/isolinux/isolinux.cfg file:

from kubam.

vallard avatar vallard commented on August 16, 2024

The kubam/kubam container uses a persistent volume that should be in your ~/kubam directory.

KUBAM should do all those steps for you so you don't need to do any of that. Just put the ISO file in that directory and run it. We are working on updating the docs with the version 2 release that I'm thinking of cutting over to next week. It still has a lot of issues but hopefully will get better.

from kubam.

vallard avatar vallard commented on August 16, 2024

I just pushed a version with 7.5 over now. If you update your docker kubam/kubam image then it should work:

docker-compose down 
docker pull kubam/kubam
docker-compose up -d

from kubam.

rushins avatar rushins commented on August 16, 2024

ok thanks. I have passed that stage by downloading CENTOS7.3 image as earlier image was centos 7.5 as you said before it does support only 7.3 and 7.4 ? this is fixed but i see some strange thing at Deploy.

Make Boot images worked fine but not see any output to check where on UCS ?
Deploy worked fine after executing but i dont see anything on UCS servers like kubernetes services or nothing.

any idea where to check.

from kubam.

vallard avatar vallard commented on August 16, 2024

from kubam.

vallard avatar vallard commented on August 16, 2024

closed after no activity

from kubam.

Related Issues (19)

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.