Giter VIP home page Giter VIP logo

ccol1's People

Contributors

cdtomkins avatar frozenprocess avatar joshti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccol1's Issues

Multipass w/VirtualBox 6.1.22

Hello,
I try to follow the CCO-L1 guide to set up the k8s lab on Multipass.
I am using Windows 10 20H2 machine w/WSL 2 installed (without Hyper-V hypervisor installed).
My Multipass installation uses VirtualBox 6.1.22 and Ubuntu 20.04 LTS.
Every YAML file from the CCO-L1 guide contains the following section responsible for setting up a second IP address inside Ubuntu VM:

[ -f "/etc/netplan/51-static.yaml" ] && exit 0

while [ ! -f /etc/netplan/50-cloud-init.yaml ];
do
        sleep 1
done

IFACE=$(grep 'set-name:' /etc/netplan/50-cloud-init.yaml | tr -d [:space:] | cut -f2 -d':')

printf 'network:\n  ethernets:\n    %s:\n      addresses: [ 198.19.15.254/20 ]\n  version: 2' $IFACE | tee /etc/netplan/51-static.yaml

It seems like all the secondary addresses are assigned to all VMs, however, machines composing the k8s cluster are not able to see each other. Perhaps this issue is related to a different type of interface attached to each VM (like NAT).

I would appreciate it if someone could verify the setup on Windows 10 w/VirtualBox.

host1-init.yaml timeout issue

Running this command returns timeout

PS C:\multipass> Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/tigera/ccol1/main/host1-init.yaml' | Select-Object -Expand Content | multipass launch -n host1 20.04 --cloud-init -
launch failed: The following errors occurred:
timed out waiting for initialization to complete

Checking further inside the host1 shown timeout, unable to download kubectl package.

ubuntu@host1:~$ curl -o /usr/bin/kubectl -L "https://storage.googleapis.com/kubernetes-release/release/v1.19.2/bin/linux/amd64/kubectl"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0

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.