Skip to content

feat: add physical requirements#12

Draft
jairoFernandez wants to merge 3 commits intofeat/k3sfrom
feat/support-physical-requirements
Draft

feat: add physical requirements#12
jairoFernandez wants to merge 3 commits intofeat/k3sfrom
feat/support-physical-requirements

Conversation

@jairoFernandez
Copy link
Contributor

@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