Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add physical requirements #12

Draft
wants to merge 3 commits into
base: feat/k3s
Choose a base branch
from

Conversation

jairoFernandez
Copy link
Member

@jairoFernandez jairoFernandez commented Oct 8, 2024

branch="feat/support-physical-requirements" && destination_folder="laptop" && git clone --filter=blob:none --sparse https://github.com/konstructio/colony-vagrant.git "$destination_folder" && cd "$destination_folder" && git sparse-checkout init --cone && git sparse-checkout set laptop && git checkout "$branch" && find . -maxdepth 1 ! -name 'laptop' ! -name '.' -exec rm -rf {} + && mv laptop/* . && rm -rf laptop

chmod +x setup.sh

# kubectl config set-context --current --namespace=tink-system
# alias k='kubectl'

# INTERFACE: nsenter -t1 -n ip route | awk '/default/ {print $5}' | head -n1
# IP_LOAD_BALANCER: nsenter -t1 -n ip -4 addr show <INTERFACE> | awk '/inet / {print $2}' | cut -d/ -f1

#             loadBalancerIP     | folder_manifests | is_physical | loadbalancer_interface
# ./setup.sh "<IP_LOAD_BALANCER>"        "."             true         <INTERFACE>
./setup.sh "192.168.1.3" "." true enp1s0

@jairoFernandez jairoFernandez self-assigned this Oct 8, 2024
@jairoFernandez jairoFernandez force-pushed the feat/support-physical-requirements branch 3 times, most recently from 60f28ec to 98bdffb Compare October 9, 2024 03:35
@jairoFernandez jairoFernandez force-pushed the feat/support-physical-requirements branch from 98bdffb to 6fd2fcf Compare October 9, 2024 03:41
@jairoFernandez jairoFernandez force-pushed the feat/support-physical-requirements branch from 0d29392 to 20f9a09 Compare October 10, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant