Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

create_stack: Add init and cni subcommands#93

Merged
ganeshmaharaj merged 1 commit intoclearlinux:masterfrom
jcvenegas:init-subcommand
May 24, 2019
Merged

create_stack: Add init and cni subcommands#93
ganeshmaharaj merged 1 commit intoclearlinux:masterfrom
jcvenegas:init-subcommand

Conversation

@jcvenegas
Copy link
Contributor

Add more subcommands to to increase granularity

init: start cluster
cni: setup network

This functionality already existed, we only handle
subcommands in a more dynamic way.

By default the script not run all anymore but shows help.

 ./create_stack.sh
Usage: ./create_stack.sh [subcommand]

Subcommands:

        all:            minimal + storage + monitoring + miscellaneous
        cni:            Setup network for running cluster
        help:           show this message
        init:           Only inits a cluster using kubeadm
        minimal:        init + cni +  kata + metrics

Fixes: #92

Signed-off-by: Jose Carlos Venegas Munoz jose.carlos.venegas.munoz@intel.com

Add more subcommands to to increase granularity

init: start cluster
cni: setup network

This functionality already existed, we only handle
subcommands in a more dynamic way.

Fixes: clearlinux#92

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
@ganeshmaharaj ganeshmaharaj merged commit a9b3b5c into clearlinux:master May 24, 2019
@mythi
Copy link
Contributor

mythi commented May 24, 2019

thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create_stack.sh : Add command to init cluster

3 participants