GithubHelp home page GithubHelp logo

k8s-cluster's Introduction

PS: Don't hesitate give a star ⭐ ❤️ ⭐

k8s-cluster

spin up three node cluster

  • 192.168.33.13 master
  • 192.168.33.14 worker-1
  • 192.168.33.15 worker-2

see the corresponding post from here

  • requirements
vagrant
virtualbox

Fire up vms

vagrant up

To access each machine respectively via

vagrant ssh master

in master node

1. set root password
2. switch root account
3. kubeadm init --apiserver-advertise-address 192.168.33.13 --pod-network-cidr=10.244.0.0/16
4. remove --port 0 from /etc/kubernetes/manifests/kube-[controller-api| scheduler].yaml
5. join workers to master node

for workers

vagrant ssh [worker1|worker2]

k8s-cluster's People

Stargazers

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

Watchers

 avatar

k8s-cluster's Issues

Quick question: connection refused second node

hey @mbaykara ! I have some experience deploying apps, but am relatively new to admin k8s. I have one external server and decided VMs (Vagrant) would be a good avenue - and that's how I stumbled on your post! Everything is going smoothly so far - I have my main node running and one worker registered, but for the second worker:

I0109 04:02:10.761062    2208 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://192.168.33.13:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp 192.168.33.13:6443: connect: connection refused

(That's produced by adding --v=5 - it seems to retry many times and then fail). One thing I didn't do following your tutorial are the steps after you do a health check, as I found my main to have all records of healthy, but I'm wondering if that step was important anyway, or perhaps there is another oversight I'm making.

Anyway - I think I am close! I'm really excited to have this up and running. Thanks for your help!

Timed out while waiting for the machine to boot , only master is up

Great idea to implement k8s as is in windows as native and close to real deployment
But when running it im getting :

MINGW32 /c/Dev/my/k8s/k8s-cluster (main)
$ vagrant up
==> vagrant: A new version of Vagrant is available: 2.2.18 (installed version: 2.2.14)!
==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

Bringing machine 'master' up with 'virtualbox' provider...
Bringing machine 'worker-1' up with 'virtualbox' provider...
Bringing machine 'worker-2' up with 'virtualbox' provider...
==> master: Box 'ubuntu/bionic64' could not be found. Attempting to find and install...
    master: Box Provider: virtualbox
    master: Box Version: >= 0
==> master: Loading metadata for box 'ubuntu/bionic64'
    master: URL: https://vagrantcloud.com/ubuntu/bionic64
==> master: Adding box 'ubuntu/bionic64' (v20210804.0.0) for provider: virtualbox
    master: Downloading: https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20210804.0.0/providers/virtualbox.box
Download redirected to host: cloud-images.ubuntu.com
    master:
==> master: Successfully added box 'ubuntu/bionic64' (v20210804.0.0) for 'virtualbox'!
==> master: Importing base box 'ubuntu/bionic64'...
==> master: Matching MAC address for NAT networking...
==> master: Checking if box 'ubuntu/bionic64' version '20210804.0.0' is up to date...
==> master: Setting the name of the VM: master
==> master: Clearing any previously set network interfaces...
==> master: Preparing network interfaces based on configuration...
    master: Adapter 1: nat
    master: Adapter 2: hostonly
==> master: Forwarding ports...
    master: 22 (guest) => 2222 (host) (adapter 1)
==> master: Running 'pre-boot' VM customizations...
==> master: Booting VM...
==> master: Waiting for machine to boot. This may take a few minutes...
    master: SSH address: 127.0.0.1:2222
    master: SSH username: vagrant
    master: SSH auth method: private key
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

when i start the virtual box GUI i can see that only the master is setup and no workers there
also i can't login with ssh to master getting :

$ vagrant ssh master
ssh_exchange_identification: read: Connection reset by peer

this is the virtual box log :

00:00:00.469156 VirtualBox VM 6.1.16 r140961 win.amd64 (Oct 16 2020 16:33:17) release log
00:00:00.469173 Log opened 2021-08-13T11:13:22.609075300Z
00:00:00.469174 Build Type: release
00:00:00.469176 OS Product: Windows 10
00:00:00.469177 OS Release: 10.0.19042
00:00:00.469177 OS Service Pack: 
00:00:00.576314 DMI Product Name: Latitude 5400
00:00:00.581873 DMI Product Version: 
00:00:00.581884 Firmware type: UEFI
00:00:00.582345 Secure Boot: VERR_PRIVILEGE_NOT_HELD
00:00:00.582361 Host RAM: 16231MB (15.8GB) total, 3888MB (3.7GB) available
00:00:00.582365 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
00:00:00.582365 Process ID: 10444
00:00:00.582366 Package type: WINDOWS_64BITS_GENERIC
00:00:00.583752 Installed Extension Packs:
00:00:00.584035   None installed!
00:00:00.584737 Console: Machine state changed to 'Starting'
00:00:00.752290 SUP: seg #0: R   0x00000000 LB 0x00001000
00:00:00.752320 SUP: seg #1: R X 0x00001000 LB 0x0010a000
00:00:00.752329 SUP: seg #2: R   0x0010b000 LB 0x0004a000
00:00:00.752335 SUP: seg #3: RW  0x00155000 LB 0x00013000
00:00:00.752340 SUP: seg #4: R   0x00168000 LB 0x0000f000
00:00:00.752346 SUP: seg #5: RW  0x00177000 LB 0x00003000
00:00:00.752351 SUP: seg #6: R   0x0017a000 LB 0x0000b000
00:00:00.752357 SUP: seg #7: RWX 0x00185000 LB 0x00002000
00:00:00.752362 SUP: seg #8: R   0x00187000 LB 0x00007000
00:00:00.753387 SUP: Loaded VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX using the native ring-0 loader
00:00:00.753423 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX
00:00:00.753429 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xXXXXXXXXXXXXXXXX
00:00:00.755206 Guest OS type: 'Ubuntu_64'
00:00:00.756199 fHMForced=true - No raw-mode support in this build!
00:00:00.761886 File system of 'C:\Users\meir.yanovich\VirtualBox VMs\master\Snapshots' (snapshots) is unknown
00:00:00.761905 File system of 'C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg.vmdk' is ntfs
00:00:00.764458 File system of 'C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg-configdrive.vmdk' is ntfs
00:00:01.052330 Shared Clipboard: Service loaded
00:00:01.052351 Shared Clipboard: Mode: Off
00:00:01.052596 Shared Clipboard: Service running in headless mode
00:00:01.070749 Drag and drop service loaded
00:00:01.070769 Drag and drop mode: Off
00:00:01.302590 Per-VM extradata API settings:
00:00:01.302613   VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant="1"
00:00:01.302722 ************************* CFGM dump *************************
00:00:01.302723 [/] (level 0)
00:00:01.302725   CpuExecutionCap   <integer> = 0x0000000000000064 (100)
00:00:01.302726   EnablePAE         <integer> = 0x0000000000000001 (1)
00:00:01.302727   HMEnabled         <integer> = 0x0000000000000001 (1)
00:00:01.302728   MemBalloonSize    <integer> = 0x0000000000000000 (0)
00:00:01.302729   Name              <string>  = "master" (cb=7)
00:00:01.302730   NumCPUs           <integer> = 0x0000000000000002 (2)
00:00:01.302730   PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:01.302731   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.302732   RamSize           <integer> = 0x0000000100000000 (4 294 967 296, 4 096 MB, 4.0 GB)
00:00:01.302734   TimerMillies      <integer> = 0x000000000000000a (10)
00:00:01.302735   UUID              <bytes>   = "59 50 0f a8 45 e8 18 4d 9a 51 82 30 04 e9 4a 9e" (cb=16)
00:00:01.302755 
00:00:01.302756 [/CPUM/] (level 1)
00:00:01.302757   GuestCpuName       <string>  = "host" (cb=5)
00:00:01.302758   NestedHWVirt       <integer> = 0x0000000000000000 (0)
00:00:01.302758   PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:01.302759   SpecCtrl           <integer> = 0x0000000000000000 (0)
00:00:01.302760 
00:00:01.302760 [/CPUM/IsaExts/] (level 2)
00:00:01.302761 
00:00:01.302761 [/DBGC/] (level 1)
00:00:01.302762   GlobalInitScript <string>  = "C:\Users\meir.yanovich\.VirtualBox/dbgc-init" (cb=45)
00:00:01.302762   HistoryFile      <string>  = "C:\Users\meir.yanovich\.VirtualBox/dbgc-history" (cb=48)
00:00:01.302763   LocalInitScript  <string>  = "C:\Users\meir.yanovich\VirtualBox VMs\master/dbgc-init" (cb=55)
00:00:01.302764 
00:00:01.302764 [/DBGF/] (level 1)
00:00:01.302764   Path <string>  = "C:\Users\meir.yanovich\VirtualBox VMs\master/debug/;C:\Users\meir.yanovich\VirtualBox VMs\master/;cache*C:\Users\meir.yanovich\VirtualBox VMs\master/dbgcache/;C:\Users\meir.yanovich\" (cb=183)
00:00:01.302765 
00:00:01.302765 [/Devices/] (level 1)
00:00:01.302766 
00:00:01.302766 [/Devices/8237A/] (level 2)
00:00:01.302767 
00:00:01.302767 [/Devices/8237A/0/] (level 3)
00:00:01.302768   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302768 
00:00:01.302769 [/Devices/GIMDev/] (level 2)
00:00:01.302769 
00:00:01.302769 [/Devices/GIMDev/0/] (level 3)
00:00:01.302770   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302771 
00:00:01.302771 [/Devices/VMMDev/] (level 2)
00:00:01.302772 
00:00:01.302772 [/Devices/VMMDev/0/] (level 3)
00:00:01.302773   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302773   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:01.302774   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302775   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302775 
00:00:01.302775 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.302776   GuestCoreDumpDir <string>  = "C:\Users\meir.yanovich\VirtualBox VMs\master\Snapshots" (cb=55)
00:00:01.302777 
00:00:01.302777 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.302778   Driver <string>  = "HGCM" (cb=5)
00:00:01.302778 
00:00:01.302778 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.302779   Object <integer> = 0x0000000002192ab0 (35 203 760)
00:00:01.302780 
00:00:01.302781 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.302781   Driver <string>  = "MainStatus" (cb=11)
00:00:01.302782 
00:00:01.302782 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.302783   First   <integer> = 0x0000000000000000 (0)
00:00:01.302783   Last    <integer> = 0x0000000000000000 (0)
00:00:01.302784   papLeds <integer> = 0x00000000023421c0 (36 970 944)
00:00:01.302785 
00:00:01.302785 [/Devices/acpi/] (level 2)
00:00:01.302785 
00:00:01.302786 [/Devices/acpi/0/] (level 3)
00:00:01.302786   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302787   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:01.302788   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302788   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302788 
00:00:01.302789 [/Devices/acpi/0/Config/] (level 4)
00:00:01.302790   CpuHotPlug          <integer> = 0x0000000000000000 (0)
00:00:01.302791   FdcEnabled          <integer> = 0x0000000000000000 (0)
00:00:01.302791   HostBusPciAddress   <integer> = 0x0000000000000000 (0)
00:00:01.302792   HpetEnabled         <integer> = 0x0000000000000000 (0)
00:00:01.302792   IOAPIC              <integer> = 0x0000000000000001 (1)
00:00:01.302793   IocPciAddress       <integer> = 0x0000000000010000 (65 536)
00:00:01.302794   NumCPUs             <integer> = 0x0000000000000002 (2)
00:00:01.302794   Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.302795   Parallel0Irq        <integer> = 0x0000000000000000 (0)
00:00:01.302795   Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.302796   Parallel1Irq        <integer> = 0x0000000000000000 (0)
00:00:01.302796   Serial0IoPortBase   <integer> = 0x00000000000003f8 (1 016)
00:00:01.302797   Serial0Irq          <integer> = 0x0000000000000004 (4)
00:00:01.302798   Serial1IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:01.302798   Serial1Irq          <integer> = 0x0000000000000000 (0)
00:00:01.302799   ShowCpu             <integer> = 0x0000000000000001 (1)
00:00:01.302799   ShowRtc             <integer> = 0x0000000000000000 (0)
00:00:01.302800   SmcEnabled          <integer> = 0x0000000000000000 (0)
00:00:01.302800 
00:00:01.302800 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.302801   Driver <string>  = "ACPIHost" (cb=9)
00:00:01.302802 
00:00:01.302802 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.302802 
00:00:01.302803 [/Devices/acpi/0/LUN#1/] (level 4)
00:00:01.302803   Driver <string>  = "ACPICpu" (cb=8)
00:00:01.302804 
00:00:01.302804 [/Devices/acpi/0/LUN#1/Config/] (level 5)
00:00:01.302805 
00:00:01.302805 [/Devices/apic/] (level 2)
00:00:01.302805 
00:00:01.302806 [/Devices/apic/0/] (level 3)
00:00:01.302806   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302807 
00:00:01.302807 [/Devices/apic/0/Config/] (level 4)
00:00:01.302808   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:01.302808   Mode    <integer> = 0x0000000000000003 (3)
00:00:01.302809   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:01.302809 
00:00:01.302809 [/Devices/e1000/] (level 2)
00:00:01.302810 
00:00:01.302810 [/Devices/e1000/0/] (level 3)
00:00:01.302811   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302811   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.302812   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302812   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302813 
00:00:01.302813 [/Devices/e1000/0/Config/] (level 4)
00:00:01.302814   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.302814   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.302815   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.302815   MAC            <bytes>   = "02 bb 09 5e a9 26" (cb=6)
00:00:01.302816 
00:00:01.302817 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.302817   Driver <string>  = "NAT" (cb=4)
00:00:01.302818 
00:00:01.302818 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.302819   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:01.302819   BootFile        <string>  = "master.pxe" (cb=11)
00:00:01.302820   DNSProxy        <integer> = 0x0000000000000001 (1)
00:00:01.302821   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:01.302821   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:01.302822   TFTPPrefix      <string>  = "C:\Users\meir.yanovich\.VirtualBox\TFTP" (cb=40)
00:00:01.302822   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:01.302823 
00:00:01.302823 [/Devices/e1000/0/LUN#0/Config/PortForwarding/] (level 6)
00:00:01.302824 
00:00:01.302824 [/Devices/e1000/0/LUN#0/Config/PortForwarding/0/] (level 7)
00:00:01.302825   BindIP    <string>  = "127.0.0.1" (cb=10)
00:00:01.302826   GuestPort <integer> = 0x0000000000000016 (22)
00:00:01.302826   HostPort  <integer> = 0x00000000000008ae (2 222)
00:00:01.302827   Name      <string>  = "ssh" (cb=4)
00:00:01.302827   Protocol  <string>  = "TCP" (cb=4)
00:00:01.302828 
00:00:01.302828 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.302829   Driver <string>  = "MainStatus" (cb=11)
00:00:01.302829 
00:00:01.302829 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.302830   First   <integer> = 0x0000000000000000 (0)
00:00:01.302831   Last    <integer> = 0x0000000000000000 (0)
00:00:01.302831   papLeds <integer> = 0x00000000023420a0 (36 970 656)
00:00:01.302832 
00:00:01.302832 [/Devices/e1000/1/] (level 3)
00:00:01.302833   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302833   PCIDeviceNo   <integer> = 0x0000000000000008 (8)
00:00:01.302834   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302834   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302835 
00:00:01.302835 [/Devices/e1000/1/Config/] (level 4)
00:00:01.302836   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.302836   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.302837   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.302837   MAC            <bytes>   = "08 00 27 90 04 ba" (cb=6)
00:00:01.302838 
00:00:01.302838 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:01.302839   Driver <string>  = "IntNet" (cb=7)
00:00:01.302840 
00:00:01.302840 [/Devices/e1000/1/LUN#0/Config/] (level 5)
00:00:01.302841   IfPolicyPromisc      <string>  = "deny" (cb=5)
00:00:01.302841   IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
00:00:01.302842   Network              <string>  = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2" (cb=65)
00:00:01.302843   Trunk                <string>  = "VirtualBox Host-Only Ethernet Adapter #2" (cb=41)
00:00:01.302843   TrunkType            <integer> = 0x0000000000000004 (4)
00:00:01.302844 
00:00:01.302844 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:01.302845   Driver <string>  = "MainStatus" (cb=11)
00:00:01.302845 
00:00:01.302845 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:01.302846   First   <integer> = 0x0000000000000000 (0)
00:00:01.302846   Last    <integer> = 0x0000000000000000 (0)
00:00:01.302847   papLeds <integer> = 0x00000000023420a8 (36 970 664)
00:00:01.302848 
00:00:01.302848 [/Devices/i8254/] (level 2)
00:00:01.302848 
00:00:01.302849 [/Devices/i8254/0/] (level 3)
00:00:01.302849 
00:00:01.302849 [/Devices/i8254/0/Config/] (level 4)
00:00:01.302850 
00:00:01.302850 [/Devices/i8259/] (level 2)
00:00:01.302851 
00:00:01.302851 [/Devices/i8259/0/] (level 3)
00:00:01.302852   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302852 
00:00:01.302852 [/Devices/i8259/0/Config/] (level 4)
00:00:01.302853 
00:00:01.302853 [/Devices/ichac97/] (level 2)
00:00:01.302853 
00:00:01.302854 [/Devices/ichac97/0/] (level 3)
00:00:01.302854   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302855   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:01.302855   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302856   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302856 
00:00:01.302856 [/Devices/ichac97/0/AudioConfig/] (level 4)
00:00:01.302857 
00:00:01.302857 [/Devices/ichac97/0/Config/] (level 4)
00:00:01.302858   Codec        <string>  = "STAC9700" (cb=9)
00:00:01.302859   DebugEnabled <integer> = 0x0000000000000000 (0)
00:00:01.302859 
00:00:01.302860 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:01.302860   Driver <string>  = "AUDIO" (cb=6)
00:00:01.302861 
00:00:01.302861 [/Devices/ichac97/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.302862   Driver <string>  = "DSoundAudio" (cb=12)
00:00:01.302862 
00:00:01.302862 [/Devices/ichac97/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.302863   StreamName <string>  = "master" (cb=7)
00:00:01.302864 
00:00:01.302864 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:01.302865   BufferSizeMs    <integer> = 0x0000000000000000 (0)
00:00:01.302865   DriverName      <string>  = "DSoundAudio" (cb=12)
00:00:01.302866   InputEnabled    <integer> = 0x0000000000000000 (0)
00:00:01.302866   OutputEnabled   <integer> = 0x0000000000000000 (0)
00:00:01.302867   PeriodSizeMs    <integer> = 0x0000000000000000 (0)
00:00:01.302867   PreBufferSizeMs <integer> = 0x00000000ffffffff (4 294 967 295)
00:00:01.302868 
00:00:01.302868 [/Devices/ichac97/0/LUN#1/] (level 4)
00:00:01.302869   Driver <string>  = "AUDIO" (cb=6)
00:00:01.302869 
00:00:01.302870 [/Devices/ichac97/0/LUN#2/] (level 4)
00:00:01.302870   Driver <string>  = "AUDIO" (cb=6)
00:00:01.302871 
00:00:01.302871 [/Devices/ioapic/] (level 2)
00:00:01.302871 
00:00:01.302871 [/Devices/ioapic/0/] (level 3)
00:00:01.302872   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302872 
00:00:01.302873 [/Devices/ioapic/0/Config/] (level 4)
00:00:01.302874   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:01.302874 
00:00:01.302874 [/Devices/lsilogicscsi/] (level 2)
00:00:01.302875 
00:00:01.302875 [/Devices/lsilogicscsi/0/] (level 3)
00:00:01.302876   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302876   PCIDeviceNo   <integer> = 0x0000000000000014 (20)
00:00:01.302877   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302877   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302878 
00:00:01.302878 [/Devices/lsilogicscsi/0/Config/] (level 4)
00:00:01.302879   Bootable <integer> = 0x0000000000000001 (1)
00:00:01.302879 
00:00:01.302879 [/Devices/lsilogicscsi/0/LUN#0/] (level 4)
00:00:01.302880   Driver <string>  = "SCSI" (cb=5)
00:00:01.302881 
00:00:01.302881 [/Devices/lsilogicscsi/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.302882   Driver <string>  = "VD" (cb=3)
00:00:01.302882 
00:00:01.302882 [/Devices/lsilogicscsi/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.302883   BlockCache <integer> = 0x0000000000000001 (1)
00:00:01.302884   Format     <string>  = "VMDK" (cb=5)
00:00:01.302884   Mountable  <integer> = 0x0000000000000000 (0)
00:00:01.302885   Path       <string>  = "C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg.vmdk" (cb=79)
00:00:01.302885   Type       <string>  = "HardDisk" (cb=9)
00:00:01.302886   UseNewIo   <integer> = 0x0000000000000001 (1)
00:00:01.302886 
00:00:01.302887 [/Devices/lsilogicscsi/0/LUN#1/] (level 4)
00:00:01.302887   Driver <string>  = "SCSI" (cb=5)
00:00:01.302888 
00:00:01.302888 [/Devices/lsilogicscsi/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.302889   Driver <string>  = "VD" (cb=3)
00:00:01.302889 
00:00:01.302889 [/Devices/lsilogicscsi/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.302890   BlockCache <integer> = 0x0000000000000001 (1)
00:00:01.302891   Format     <string>  = "VMDK" (cb=5)
00:00:01.302891   Mountable  <integer> = 0x0000000000000000 (0)
00:00:01.302892   Path       <string>  = "C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg-configdrive.vmdk" (cb=91)
00:00:01.302892   Type       <string>  = "HardDisk" (cb=9)
00:00:01.302893   UseNewIo   <integer> = 0x0000000000000001 (1)
00:00:01.302893 
00:00:01.302893 [/Devices/lsilogicscsi/0/LUN#999/] (level 4)
00:00:01.302894   Driver <string>  = "MainStatus" (cb=11)
00:00:01.302895 
00:00:01.302895 [/Devices/lsilogicscsi/0/LUN#999/Config/] (level 5)
00:00:01.302896   DeviceInstance        <string>  = "lsilogicscsi/0" (cb=15)
00:00:01.302896   First                 <integer> = 0x0000000000000000 (0)
00:00:01.302897   Last                  <integer> = 0x000000000000000f (15)
00:00:01.302897   pConsole              <integer> = 0x0000000002341900 (36 968 704)
00:00:01.302898   papLeds               <integer> = 0x0000000002341e30 (36 970 032)
00:00:01.302899   pmapMediumAttachments <integer> = 0x00000000023421e0 (36 970 976)
00:00:01.302900 
00:00:01.302900 [/Devices/mc146818/] (level 2)
00:00:01.302901 
00:00:01.302901 [/Devices/mc146818/0/] (level 3)
00:00:01.302901 
00:00:01.302902 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.302902   UseUTC <integer> = 0x0000000000000001 (1)
00:00:01.302903 
00:00:01.302903 [/Devices/parallel/] (level 2)
00:00:01.302903 
00:00:01.302904 [/Devices/pcarch/] (level 2)
00:00:01.302904 
00:00:01.302904 [/Devices/pcarch/0/] (level 3)
00:00:01.302905   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302905 
00:00:01.302905 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.302906 
00:00:01.302906 [/Devices/pcbios/] (level 2)
00:00:01.302907 
00:00:01.302907 [/Devices/pcbios/0/] (level 3)
00:00:01.302908   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302909 
00:00:01.302909 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.302910   APIC               <integer> = 0x0000000000000001 (1)
00:00:01.302911   BootDevice0        <string>  = "FLOPPY" (cb=7)
00:00:01.302912   BootDevice1        <string>  = "DVD" (cb=4)
00:00:01.302913   BootDevice2        <string>  = "IDE" (cb=4)
00:00:01.302913   BootDevice3        <string>  = "NONE" (cb=5)
00:00:01.302914   FloppyDevice       <string>  = "i82078" (cb=7)
00:00:01.302915   HardDiskDevice     <string>  = "piix3ide" (cb=9)
00:00:01.302915   IOAPIC             <integer> = 0x0000000000000001 (1)
00:00:01.302916   McfgBase           <integer> = 0x0000000000000000 (0)
00:00:01.302917   McfgLength         <integer> = 0x0000000000000000 (0)
00:00:01.302918   NumCPUs            <integer> = 0x0000000000000002 (2)
00:00:01.302918   PXEDebug           <integer> = 0x0000000000000000 (0)
00:00:01.302919   ScsiHardDiskDevice <string>  = "lsilogicscsi" (cb=13)
00:00:01.302920   ScsiLUN1           <integer> = 0x0000000000000000 (0)
00:00:01.302920   ScsiLUN2           <integer> = 0x0000000000000001 (1)
00:00:01.302921   UUID               <bytes>   = "59 50 0f a8 45 e8 18 4d 9a 51 82 30 04 e9 4a 9e" (cb=16)
00:00:01.302923   UuidLe             <integer> = 0x0000000000000001 (1)
00:00:01.302924 
00:00:01.302924 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.302925 
00:00:01.302926 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.302927   NIC           <integer> = 0x0000000000000000 (0)
00:00:01.302927   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302928   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.302929   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302929 
00:00:01.302930 [/Devices/pci/] (level 2)
00:00:01.302930 
00:00:01.302930 [/Devices/pci/0/] (level 3)
00:00:01.302931   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302932 
00:00:01.302932 [/Devices/pci/0/Config/] (level 4)
00:00:01.302933   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.302933 
00:00:01.302934 [/Devices/pcibridge/] (level 2)
00:00:01.302935 
00:00:01.302935 [/Devices/pckbd/] (level 2)
00:00:01.302936 
00:00:01.302936 [/Devices/pckbd/0/] (level 3)
00:00:01.302937   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302937 
00:00:01.302938 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.302939 
00:00:01.302939 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.302940   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:01.302941 
00:00:01.302941 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.302942   Driver <string>  = "MainKeyboard" (cb=13)
00:00:01.302943 
00:00:01.302943 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.302944   Object <integer> = 0x00000000023447a0 (36 980 640)
00:00:01.302945 
00:00:01.302945 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.302946   QueueSize <integer> = 0x0000000000000040 (64)
00:00:01.302947 
00:00:01.302947 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.302948   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.302949 
00:00:01.302949 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.302950   Driver <string>  = "MainMouse" (cb=10)
00:00:01.302951 
00:00:01.302951 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.302952   Object <integer> = 0x0000000002345690 (36 984 464)
00:00:01.302953 
00:00:01.302953 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.302954   QueueSize <integer> = 0x0000000000000080 (128)
00:00:01.302955 
00:00:01.302955 [/Devices/pcnet/] (level 2)
00:00:01.302956 
00:00:01.302956 [/Devices/piix3ide/] (level 2)
00:00:01.302957 
00:00:01.302958 [/Devices/piix3ide/0/] (level 3)
00:00:01.302959   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302959   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:01.302960   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:01.302961   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302961 
00:00:01.302962 [/Devices/piix3ide/0/Config/] (level 4)
00:00:01.302963   Type <string>  = "PIIX4" (cb=6)
00:00:01.302963 
00:00:01.302964 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:01.302964   Driver <string>  = "MainStatus" (cb=11)
00:00:01.302965 
00:00:01.302965 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:01.302966   DeviceInstance        <string>  = "piix3ide/0" (cb=11)
00:00:01.302966   First                 <integer> = 0x0000000000000000 (0)
00:00:01.302967   Last                  <integer> = 0x0000000000000003 (3)
00:00:01.302967   pConsole              <integer> = 0x0000000002341900 (36 968 704)
00:00:01.302968   papLeds               <integer> = 0x0000000002341d20 (36 969 760)
00:00:01.302969   pmapMediumAttachments <integer> = 0x00000000023421e0 (36 970 976)
00:00:01.302970 
00:00:01.302970 [/Devices/serial/] (level 2)
00:00:01.302970 
00:00:01.302971 [/Devices/serial/0/] (level 3)
00:00:01.302971   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.302972 
00:00:01.302972 [/Devices/serial/0/Config/] (level 4)
00:00:01.302973   IOBase   <integer> = 0x00000000000003f8 (1 016)
00:00:01.302973   IRQ      <integer> = 0x0000000000000004 (4)
00:00:01.302974   UartType <string>  = "16550A" (cb=7)
00:00:01.302974 
00:00:01.302974 [/Devices/serial/0/LUN#0/] (level 4)
00:00:01.302975   Driver <string>  = "Char" (cb=5)
00:00:01.302975 
00:00:01.302976 [/Devices/serial/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.302976   Driver <string>  = "RawFile" (cb=8)
00:00:01.302977 
00:00:01.302977 [/Devices/serial/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.302978   Location <string>  = "C:/Dev/my/k8s/k8s-cluster/ubuntu-bionic-18.04-cloudimg-console.log" (cb=67)
00:00:01.302978 
00:00:01.302979 [/Devices/vga/] (level 2)
00:00:01.302979 
00:00:01.302979 [/Devices/vga/0/] (level 3)
00:00:01.302980   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.302980   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:01.302981   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.302981   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.302982 
00:00:01.302982 [/Devices/vga/0/Config/] (level 4)
00:00:01.302983   3DEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.302983   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.302984   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:01.302984   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:01.302985   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:01.302985   LogoFile         <string>  = "" (cb=1)
00:00:01.302986   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:01.302986   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:01.302987   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:01.302987   VRamSize         <integer> = 0x0000000001000000 (16 777 216, 16 MB)
00:00:01.302988 
00:00:01.302988 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.302989   Driver <string>  = "MainDisplay" (cb=12)
00:00:01.302990 
00:00:01.302990 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.302990   Object <integer> = 0x0000000002346610 (36 988 432)
00:00:01.302991 
00:00:01.302991 [/Devices/vga/0/LUN#999/] (level 4)
00:00:01.302992   Driver <string>  = "MainStatus" (cb=11)
00:00:01.302992 
00:00:01.302993 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:01.302993   First   <integer> = 0x0000000000000000 (0)
00:00:01.302994   Last    <integer> = 0x0000000000000000 (0)
00:00:01.302994   papLeds <integer> = 0x00000000023421d8 (36 970 968)
00:00:01.302995 
00:00:01.302995 [/Devices/virtio-net/] (level 2)
00:00:01.302996 
00:00:01.302996 [/EM/] (level 1)
00:00:01.302996   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:01.302997 
00:00:01.302997 [/GIM/] (level 1)
00:00:01.302998   Provider <string>  = "KVM" (cb=4)
00:00:01.302998 
00:00:01.302998 [/HM/] (level 1)
00:00:01.302999   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:01.303000   EnableLargePages   <integer> = 0x0000000000000001 (1)
00:00:01.303000   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:01.303001   EnableUX           <integer> = 0x0000000000000001 (1)
00:00:01.303001   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:01.303002   Exclusive          <integer> = 0x0000000000000000 (0)
00:00:01.303002   HMForced           <integer> = 0x0000000000000001 (1)
00:00:01.303003   IBPBOnVMEntry      <integer> = 0x0000000000000000 (0)
00:00:01.303004   IBPBOnVMExit       <integer> = 0x0000000000000000 (0)
00:00:01.303004   L1DFlushOnSched    <integer> = 0x0000000000000001 (1)
00:00:01.303005   L1DFlushOnVMEntry  <integer> = 0x0000000000000000 (0)
00:00:01.303005   MDSClearOnSched    <integer> = 0x0000000000000001 (1)
00:00:01.303006   MDSClearOnVMEntry  <integer> = 0x0000000000000000 (0)
00:00:01.303006   SpecCtrlByHost     <integer> = 0x0000000000000000 (0)
00:00:01.303007   UseNEMInstead      <integer> = 0x0000000000000000 (0)
00:00:01.303007 
00:00:01.303007 [/MM/] (level 1)
00:00:01.303008   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.303008 
00:00:01.303009 [/NEM/] (level 1)
00:00:01.303009   Allow64BitGuests <integer> = 0x0000000000000001 (1)
00:00:01.303009 
00:00:01.303010 [/PDM/] (level 1)
00:00:01.303010 
00:00:01.303010 [/PDM/AsyncCompletion/] (level 2)
00:00:01.303011 
00:00:01.303011 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.303012 
00:00:01.303012 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.303013 
00:00:01.303013 [/PDM/BlkCache/] (level 2)
00:00:01.303013   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:01.303014 
00:00:01.303015 [/PDM/Devices/] (level 2)
00:00:01.303015 
00:00:01.303015 [/PDM/Drivers/] (level 2)
00:00:01.303016 
00:00:01.303016 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.303017   Path <string>  = "VBoxC" (cb=6)
00:00:01.303017 
00:00:01.303018 [/PDM/NetworkShaper/] (level 2)
00:00:01.303018 
00:00:01.303018 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:01.303019 
00:00:01.303019 [/TM/] (level 1)
00:00:01.303020   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.303020 
00:00:01.303020 ********************* End of CFGM dump **********************
00:00:01.303227 HM: HMR3Init: Attempting fall back to NEM: VT-x is not available
00:00:01.436472 NEM: WHvCapabilityCodeHypervisorPresent is TRUE, so this might work...
00:00:01.436487 NEM: WHvCapabilityCodeExtendedVmExits      = 0x00000000000003ff
00:00:01.436493 NEM:                       fExtendedMsrExit: 1
00:00:01.436497 NEM:                     fExtendedCpuIdExit: 1
00:00:01.436500 NEM:                      fExtendedXcptExit: 1
00:00:01.436504 NEM: Warning! Unknown VM exit definitions: 0x3ff
00:00:01.436507 NEM: Warning! Unknown feature definitions: 0x7f
00:00:01.436510 NEM: Supported exception exit bitmap: 0xf7dfb
00:00:01.436517 NEM: WHvCapabilityCodeProcessorVendor      = 1 - Intel
00:00:01.436525 NEM: WHvCapabilityCodeProcessorFeatures    = 0x081978cfe7f7859f
00:00:01.436529 NEM:                            Sse3Support: 1
00:00:01.436533 NEM:                        LahfSahfSupport: 1
00:00:01.436536 NEM:                           Ssse3Support: 1
00:00:01.436540 NEM:                          Sse4_1Support: 1
00:00:01.436543 NEM:                          Sse4_2Support: 1
00:00:01.436547 NEM:                           Sse4aSupport: 0
00:00:01.436550 NEM:                             XopSupport: 0
00:00:01.436553 NEM:                          PopCntSupport: 1
00:00:01.436556 NEM:                      Cmpxchg16bSupport: 1
00:00:01.436560 NEM:                       Altmovcr8Support: 0
00:00:01.436563 NEM:                           LzcntSupport: 1
00:00:01.436566 NEM:                     MisAlignSseSupport: 0
00:00:01.436570 NEM:                          MmxExtSupport: 0
00:00:01.436573 NEM:                        Amd3DNowSupport: 0
00:00:01.436609 NEM:                ExtendedAmd3DNowSupport: 0
00:00:01.436613 NEM:                         Page1GbSupport: 1
00:00:01.436616 NEM:                             AesSupport: 1
00:00:01.436619 NEM:                       PclmulqdqSupport: 1
00:00:01.436623 NEM:                            PcidSupport: 1
00:00:01.436627 NEM:                            Fma4Support: 0
00:00:01.436631 NEM:                            F16CSupport: 1
00:00:01.436634 NEM:                          RdRandSupport: 1
00:00:01.436638 NEM:                        RdWrFsGsSupport: 1
00:00:01.436641 NEM:                            SmepSupport: 1
00:00:01.436645 NEM:              EnhancedFastStringSupport: 1
00:00:01.436648 NEM:                            Bmi1Support: 1
00:00:01.436652 NEM:                            Bmi2Support: 1
00:00:01.436655 NEM:                           MovbeSupport: 1
00:00:01.436659 NEM:                          Npiep1Support: 1
00:00:01.436662 NEM:                   DepX87FPUSaveSupport: 1
00:00:01.436666 NEM:                          RdSeedSupport: 1
00:00:01.436669 NEM:                             AdxSupport: 1
00:00:01.436673 NEM:                   IntelPrefetchSupport: 1
00:00:01.436730 NEM:                            SmapSupport: 1
00:00:01.436737 NEM:                             HleSupport: 0
00:00:01.436741 NEM:                             RtmSupport: 0
00:00:01.436744 NEM:                          RdtscpSupport: 1
00:00:01.436748 NEM:                      ClflushoptSupport: 1
00:00:01.436751 NEM:                            ClwbSupport: 0
00:00:01.436754 NEM:                             ShaSupport: 0
00:00:01.436758 NEM:                X87PointersSavedSupport: 0
00:00:01.436761 NEM: Warning! Unknown CPU features: 0x81978cfe7f7859f
00:00:01.436769 NEM: WHvCapabilityCodeProcessorClFlushSize = 2^8
00:00:01.436773 NEM: Warning! Unknown capability 0x4 returning: 3f 00 00 00 00 00 00 00
00:00:01.437639 NEM: Warning! Unknown capability 0x1003 returning: 3f 38 00 00 00 00 00 00
00:00:01.437660 NEM: Warning! Unknown capability 0x1004 returning: 89 e4 49 6b 00 00 00 00
00:00:01.437666 NEM: Warning! Unknown capability 0x1005 returning: 00 c2 eb 0b 00 00 00 00
00:00:01.438714 NEM: VidGetHvPartitionId            -> fun:0x2210af in:0x0 out:0x8
00:00:01.438753 NEM: VidStartVirtualProcessor       -> fun:0x221184 in:0x4 out:0x0
00:00:01.438763 NEM: VidStopVirtualProcessor        -> fun:0x221190 in:0x4 out:0x0
00:00:01.438777 NEM: VidMessageSlotHandleAndGetNext -> fun:0x2210ef in:0x8 out:0x0
00:00:01.439046 NEM: Created partition 0000000001e0d330.
00:00:01.439071 NEM: Adjusting APIC configuration from X2APIC to APIC max mode.  X2APIC is not supported by the WinHvPlatform API!
00:00:01.439077 NEM: Disable Hyper-V if you need X2APIC for your guests!
00:00:01.439228 NEM: NEMR3Init: Active.
00:00:01.439281 MM: cbHyperHeap=0x240000 (2359296)
00:00:01.442720 CPUM: No hardware-virtualization capability detected
00:00:01.444069 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x1f
00:00:01.446768 CPUM: Matched host CPU INTEL 0x6/0x8e/0xc Intel_Core7_CoffeeLake with CPU DB entry 'Intel Core i7-6700K' (INTEL 0x6/0x5e/0x3 Intel_Core7_Skylake)
00:00:01.446931 CPUM: MXCSR_MASK=0xffff (host: 0xffff)
00:00:01.446962 CPUM: Microcode revision 0x000000DE
00:00:01.447013 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD
00:00:01.447019 CPUM: MSR/CPUID reconciliation insert: 0x0000010a IA32_ARCH_CAPABILITIES
00:00:01.447026 CPUM: MSR fudge: 0x00000122 IA32_TSX_CTRL
00:00:01.447072 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.447078 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:01.447092 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:01.447095 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.447099 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:01.447102 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:01.447106 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:01.460923 NEM: Successfully set up partition (device handle 0000000000000acc, partition ID 0x2)
00:00:01.460965 NEM: Memory balance: 0xf8 out of 0x108 pages in use
00:00:01.461260 PGM: Host paging mode: AMD64+PGE+NX
00:00:01.461322 PGM: PGMPool: cMaxPages=2304 (u64MaxPages=2084)
00:00:01.461332 PGM: pgmR3PoolInit: cMaxPages=0x900 cMaxUsers=0x1200 cMaxPhysExts=0x1200 fCacheEnable=true 
00:00:01.488522 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=93 u32UpdateIntervalNS=10741500 enmUseTscDelta=2 (Practically Zero) fGetGipCpu=0x1b cCpus=8
00:00:01.488548 TM: GIP - u64CpuHz=1 800 004 697 (0x6b49e459)  SUPGetCpuHzFromGip => 1 800 004 697
00:00:01.488555 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x7 i64TSCDelta=0 enmState=3 u64CpuHz=1800004629(*) cErrors=0
00:00:01.488560 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x1 iGipCpu=0x4 i64TSCDelta=0 enmState=3 u64CpuHz=1800004504(*) cErrors=0
00:00:01.488564 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x2 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=1800004697(*) cErrors=0
00:00:01.488568 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x3 iGipCpu=0x6 i64TSCDelta=0 enmState=3 u64CpuHz=1800004635(*) cErrors=0
00:00:01.488572 TM: GIP - CPU: iCpuSet=0x4 idCpu=0x4 idApic=0x4 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=1800003232(*) cErrors=0
00:00:01.488579 TM: GIP - CPU: iCpuSet=0x5 idCpu=0x5 idApic=0x5 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=1800002678(*) cErrors=0
00:00:01.488585 TM: GIP - CPU: iCpuSet=0x6 idCpu=0x6 idApic=0x6 iGipCpu=0x5 i64TSCDelta=0 enmState=3 u64CpuHz=1800004585(*) cErrors=0
00:00:01.488589 TM: GIP - CPU: iCpuSet=0x7 idCpu=0x7 idApic=0x7 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=1799998553(*) cErrors=0
00:00:01.488635 TM: NEM overrides the /TM/TSCModeSwitchAllowed setting.
00:00:01.488665 TM: cTSCTicksPerSecond=1 800 004 697 (0x6b49e459) enmTSCMode=4 (NativeApi)
00:00:01.488678 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.489360 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true 
00:00:01.489699 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_CoffeeLake
00:00:01.490288 GIM: Using provider 'KVM' (Implementation version: 0)
00:00:01.490325 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:01.490584 AIOMgr: Default manager type is 'Async'
00:00:01.490595 AIOMgr: Default file backend is 'NonBuffered'
00:00:01.490971 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:01.490989 BlkCache: Cache commit interval is 10000 ms
00:00:01.490995 BlkCache: Cache commit threshold is 2621440 bytes
00:00:01.997356 PcBios: [SMP] BIOS with 2 CPUs
00:00:01.997428 PcBios: Using the 386+ BIOS image.
00:00:01.997709 PcBios: MPS table at 000e1300
00:00:02.000626 PcBios: fCheckShutdownStatusForSoftReset=true   fClearShutdownStatusOnHardReset=true 
00:00:02.031980 SUP: seg #0: R   0x00000000 LB 0x00001000
00:00:02.031997 SUP: seg #1: R X 0x00001000 LB 0x0001e000
00:00:02.032004 SUP: seg #2: R   0x0001f000 LB 0x0000d000
00:00:02.032009 SUP: seg #3: RW  0x0002c000 LB 0x00001000
00:00:02.032015 SUP: seg #4: R   0x0002d000 LB 0x00003000
00:00:02.032020 SUP: seg #5: RWX 0x00030000 LB 0x00001000
00:00:02.032025 SUP: seg #6: R   0x00031000 LB 0x00002000
00:00:02.032101 SUP: Loaded VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX using the native ring-0 loader
00:00:02.032113 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xXXXXXXXXXXXXXXXX
00:00:02.032893 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:02.033347 IOAPIC: Using implementation 2.0! Chipset type ICH9
00:00:02.033534 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.057289 Shared Folders service loaded
00:00:02.074151 Guest Control service loaded
00:00:02.096444 VGA: Using the 386+ BIOS image.
00:00:02.100423 DrvVD: Flushes will be ignored
00:00:02.100470 DrvVD: Async flushes will be passed to the disk
00:00:02.101830 VD: VDInit finished with VINF_SUCCESS
00:00:02.213359 AIOMgr: Endpoint for file 'C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg.vmdk' (flags 000c0723) created successfully
00:00:02.220642 AIOMgr: Async flushes not supported
00:00:02.220724 VD: Opening the disk took 119181991 ns
00:00:02.221009 DrvVD: Flushes will be ignored
00:00:02.221023 DrvVD: Async flushes will be passed to the disk
00:00:02.222450 AIOMgr: Endpoint for file 'C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg-configdrive.vmdk' (flags 000c0723) created successfully
00:00:02.223969 AIOMgr: Async flushes not supported
00:00:02.224017 VD: Opening the disk took 2041371 ns
00:00:02.227389 PIIX3 ATA: LUN#0: no unit
00:00:02.227416 PIIX3 ATA: LUN#1: no unit
00:00:02.227486 PIIX3 ATA: LUN#2: no unit
00:00:02.227496 PIIX3 ATA: LUN#3: no unit
00:00:02.227624 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:02.227675 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:02.227877 E1000#0: Chip=82540EM LinkUpDelay=3000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled
00:00:02.236542 NAT: Guest address guess set to 10.0.2.15 by initialization
00:00:02.258926 NAT: DNS#0: 172.31.3.65
00:00:02.258952 NAT: DNS#1: 10.0.0.2
00:00:02.258956 NAT: DNS#2: 10.100.102.1
00:00:02.302256 NAT: Set redirect TCP 127.0.0.1:2222 -> 0.0.0.0:22
00:00:02.303455 E1000#1: Chip=82540EM LinkUpDelay=3000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled
00:00:02.303565 IntNet#0: szNetwork={HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2} enmTrunkType=4 szTrunk={VirtualBox Host-Only Ethernet Adapter #2} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:02.304241 AC97: Using codec 'STAC9700'
00:00:02.304379 Audio: Initializing DirectSound audio driver
00:00:02.577559 Audio: Found 4 devices for driver 'DSoundAudio'
00:00:02.577574 Audio: Device 'Primary Sound Driver':
00:00:02.577578 Audio: 	Usage           = Output
00:00:02.577583 Audio: 	Flags           = DEFAULT
00:00:02.577588 Audio: 	Input channels  = 0
00:00:02.577593 Audio: 	Output channels = 2
00:00:02.577599 Audio: Device 'Speakers/Headphones (Realtek(R) Audio)':
00:00:02.577603 Audio: 	Usage           = Output
00:00:02.577607 Audio: 	Flags           = NONE
00:00:02.577610 Audio: 	Input channels  = 0
00:00:02.577613 Audio: 	Output channels = 2
00:00:02.577617 Audio: Device 'Primary Sound Capture Driver':
00:00:02.577620 Audio: 	Usage           = Input
00:00:02.577624 Audio: 	Flags           = NONE
00:00:02.577627 Audio: 	Input channels  = 2
00:00:02.577630 Audio: 	Output channels = 0
00:00:02.577634 Audio: Device 'Microphone Array (Realtek(R) Audio)':
00:00:02.577637 Audio: 	Usage           = Input
00:00:02.577640 Audio: 	Flags           = NONE
00:00:02.577644 Audio: 	Input channels  = 2
00:00:02.577647 Audio: 	Output channels = 0
00:00:02.577789 AC97: Reset
00:00:02.577814 AC97: Mixer reset (EAID=0x809, EACS=0x9)
00:00:02.577819 AC97: Record select to left=Microphone In, right=Microphone In
00:00:02.578184 Serial#0: emulating 16550A (IOBase: 03f8 IRQ: 4)
00:00:02.579120 RawFile#0: location C:/Dev/my/k8s/k8s-cluster/ubuntu-bionic-18.04-cloudimg-console.log
00:00:02.579589 PGM: The CPU physical address width is 39 bits
00:00:02.579604 PGM: PGMR3InitFinalize: 4 MB PSE mask 0000007fffffffff -> VINF_SUCCESS
00:00:02.579745 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=false
00:00:02.580010 VMM: Thread-context hooks unavailable
00:00:02.580018 VMM: RTThreadPreemptIsPending() can be trusted
00:00:02.580022 VMM: Kernel preemption is possible
00:00:02.580114 EM: Exit history optimizations: enabled=true  enabled-r0=true  enabled-r0-no-preemption=false
00:00:02.580147 PcBios: SCSI LUN#0 LCHS not provided
00:00:02.580153 PcBios: SCSI LUN#1 LCHS not provided
00:00:02.580177 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false
00:00:02.580182 TMR3UtcNow: nsNow=1 628 853 204 720 017 500 nsPrev=0 -> cNsDelta=1 628 853 204 720 017 500 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 628 853 204 720 017 500)
00:00:02.580191 VMM: fUsePeriodicPreemptionTimers=false
00:00:02.580254 CPUM: Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:02.580255 CPUM: Physical host cores: 4
00:00:02.580255 ************************* CPUID dump ************************
00:00:02.580280          Raw Standard CPUID Leaves
00:00:02.580281      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:02.580295 Gst: 00000000/0000  00000016 756e6547 6c65746e 49656e69
00:00:02.580297 Hst:                00000016 756e6547 6c65746e 49656e69
00:00:02.580298 Gst: 00000001/0000  000806ec 00020800 801a0201 178bfbff
00:00:02.580299 Hst:                000806ec 01100800 fedaf387 bfebfbff
00:00:02.580300 Gst: 00000002/0000  76036301 00f0b5ff 00000000 00c30000
00:00:02.580301 Hst:                76036301 00f0b5ff 00000000 00c30000
00:00:02.580302 Gst: 00000003/0000  00000000 00000000 00000000 00000000
00:00:02.580303 Hst:                00000000 00000000 00000000 00000000
00:00:02.580304 Gst: 00000004/0000  04000121 01c0003f 0000003f 00000000
00:00:02.580305 Hst:                1c004121 01c0003f 0000003f 00000000
00:00:02.580306 Gst: 00000004/0001  04000122 01c0003f 0000003f 00000000
00:00:02.580306 Hst:                1c004122 01c0003f 0000003f 00000000
00:00:02.580307 Gst: 00000004/0002  04000143 00c0003f 000003ff 00000000
00:00:02.580308 Hst:                1c004143 00c0003f 000003ff 00000000
00:00:02.580309 Gst: 00000004/0003  04000163 02c0003f 00001fff 00000002
00:00:02.580310 Hst:                1c03c163 02c0003f 00001fff 00000002
00:00:02.580311 Gst: 00000004/0004  04000000 00000000 00000000 00000000
00:00:02.580311 Hst:                00000000 00000000 00000000 00000000
00:00:02.580312 Gst: 00000005/0000  00000000 00000000 00000000 00000000
00:00:02.580313 Hst:                00000000 00000000 00000000 00000000
00:00:02.580315 Gst: 00000006/0000  00000000 00000000 00000000 00000000
00:00:02.580315 Hst:                000007f3 00000002 00000009 00000000
00:00:02.580316 Gst: 00000007/0000  00000000 00002401 00000000 30000400
00:00:02.580317 Hst:                00000000 009c67ab 00000000 bc000400
00:00:02.580318 Gst: 00000007/0001  00000000 00000000 00000000 00000000
00:00:02.580318 Hst:                00000000 00000000 00000000 00000000
00:00:02.580319 Gst: 00000008/0000  00000000 00000000 00000000 00000000
00:00:02.580320 Hst:                00000000 00000000 00000000 00000000
00:00:02.580320 Gst: 00000009/0000  00000000 00000000 00000000 00000000
00:00:02.580321 Hst:                00000000 00000000 00000000 00000000
00:00:02.580322 Gst: 0000000a/0000  00000000 00000000 00000000 00000000
00:00:02.580323 Hst:                07300404 00000000 00000000 00000603
00:00:02.580324 Gst: 0000000b/0000  00000000 00000001 00000100 00000000
00:00:02.580324 Hst:                00000001 00000002 00000100 00000001
00:00:02.580325 Gst: 0000000b/0001  00000001 00000002 00000201 00000000
00:00:02.580326 Hst:                00000004 00000008 00000201 00000001
00:00:02.580327 Gst: 0000000b/0002  00000000 00000000 00000002 00000000
00:00:02.580327 Hst:                00000000 00000000 00000002 00000001
00:00:02.580328 Gst: 0000000c/0000  00000000 00000000 00000000 00000000
00:00:02.580328 Hst:                00000000 00000000 00000000 00000000
00:00:02.580330 Gst: 0000000d/0000  00000000 00000000 00000000 00000000
00:00:02.580330 Hst:                0000001f 00000440 00000440 00000000
00:00:02.580331 Gst: 0000000d/0001  00000000 00000000 00000000 00000000
00:00:02.580332 Hst:                0000000f 000003c0 00000000 00000000
00:00:02.580333 Gst: 0000000d/0002  00000000 00000000 00000000 00000000
00:00:02.580333 Hst:                00000100 00000240 00000000 00000000
00:00:02.580334 Gst: 0000000d/0003  00000000 00000000 00000000 00000000
00:00:02.580335 Hst:                00000040 000003c0 00000000 00000000
00:00:02.580336 Gst: 0000000d/0004  00000000 00000000 00000000 00000000
00:00:02.580336 Hst:                00000040 00000400 00000000 00000000
00:00:02.580337 Gst: 0000000d/0005  00000000 00000000 00000000 00000000
00:00:02.580337 Hst:                00000000 00000000 00000000 00000000
00:00:02.580386 Gst: 0000000e/0000  00000000 00000000 00000000 00000000
00:00:02.580386 Hst:                00000000 00000000 00000000 00000000
00:00:02.580387 Gst: 0000000f/0000  00000000 00000000 00000000 00000000
00:00:02.580388 Hst:                00000000 00000000 00000000 00000000
00:00:02.580389 Gst: 00000010/0000  00000000 00000000 00000000 00000000
00:00:02.580389 Hst:                00000000 00000000 00000000 00000000
00:00:02.580390 Gst: 00000011/0000  00000000 00000000 00000000 00000000
00:00:02.580390 Hst:                00000000 00000000 00000000 00000000
00:00:02.580391 Gst: 00000012/0000  00000000 00000000 00000000 00000000
00:00:02.580392 Hst:                00000000 00000000 00000000 00000000
00:00:02.580393 Gst: 00000013/0000  00000000 00000000 00000000 00000000
00:00:02.580393 Hst:                00000000 00000000 00000000 00000000
00:00:02.580394 Gst: 00000014/0000  00000000 00000000 00000000 00000000
00:00:02.580395 Hst:                00000001 0000000f 00000003 00000000
00:00:02.580396 Hst: 00000015/0000  00000002 00000096 00000000 00000000
00:00:02.580397 Hst: 00000016/0000  00000000 00000000 00000000 00000000
00:00:02.580397                                Name: GenuineIntel
00:00:02.580398                            Supports: 0x00000000-0x00000016
00:00:02.580411                              Family:  6 	Extended: 0 	Effective: 6
00:00:02.580412                               Model: 14 	Extended: 8 	Effective: 142
00:00:02.580413                            Stepping: 12
00:00:02.580413                                Type: 0 (primary)
00:00:02.580414                             APIC ID: 0x00
00:00:02.580415                        Logical CPUs: 2
00:00:02.580415                        CLFLUSH Size: 8
00:00:02.580416                            Brand ID: 0x00
00:00:02.580417 Features
00:00:02.580417   Mnemonic - Description                                  = guest (host)
00:00:02.580429   FPU - x87 FPU on Chip                                   = 1 (1)
00:00:02.580430   VME - Virtual 8086 Mode Enhancements                    = 1 (1)
00:00:02.580430   DE - Debugging extensions                               = 1 (1)
00:00:02.580431   PSE - Page Size Extension                               = 1 (1)
00:00:02.580432   TSC - Time Stamp Counter                                = 1 (1)
00:00:02.580433   MSR - Model Specific Registers                          = 1 (1)
00:00:02.580433   PAE - Physical Address Extension                        = 1 (1)
00:00:02.580434   MCE - Machine Check Exception                           = 1 (1)
00:00:02.580435   CX8 - CMPXCHG8B instruction                             = 1 (1)
00:00:02.580435   APIC - APIC On-Chip                                     = 1 (1)
00:00:02.580436   SEP - SYSENTER and SYSEXIT Present                      = 1 (1)
00:00:02.580437   MTRR - Memory Type Range Registers                      = 1 (1)
00:00:02.580437   PGE - PTE Global Bit                                    = 1 (1)
00:00:02.580438   MCA - Machine Check Architecture                        = 1 (1)
00:00:02.580439   CMOV - Conditional Move instructions                    = 1 (1)
00:00:02.580439   PAT - Page Attribute Table                              = 1 (1)
00:00:02.580440   PSE-36 - 36-bit Page Size Extension                     = 1 (1)
00:00:02.580441   PSN - Processor Serial Number                           = 0 (0)
00:00:02.580441   CLFSH - CLFLUSH instruction                             = 1 (1)
00:00:02.580442   DS - Debug Store                                        = 0 (1)
00:00:02.580443   ACPI - Thermal Mon. & Soft. Clock Ctrl.                 = 0 (1)
00:00:02.580444   MMX - Intel MMX Technology                              = 1 (1)
00:00:02.580444   FXSR - FXSAVE and FXRSTOR instructions                  = 1 (1)
00:00:02.580445   SSE - SSE support                                       = 1 (1)
00:00:02.580446   SSE2 - SSE2 support                                     = 1 (1)
00:00:02.580446   SS - Self Snoop                                         = 0 (1)
00:00:02.580447   HTT - Hyper-Threading Technology                        = 1 (1)
00:00:02.580448   TM - Therm. Monitor                                     = 0 (1)
00:00:02.580448   PBE - Pending Break Enabled                             = 0 (1)
00:00:02.580449   SSE3 - SSE3 support                                     = 1 (1)
00:00:02.580450   PCLMUL - PCLMULQDQ support (for AES-GCM)                = 0 (1)
00:00:02.580451   DTES64 - DS Area 64-bit Layout                          = 0 (1)
00:00:02.580451   MONITOR - MONITOR/MWAIT instructions                    = 0 (0)
00:00:02.580452   CPL-DS - CPL Qualified Debug Store                      = 0 (0)
00:00:02.580452   VMX - Virtual Machine Extensions                        = 0 (0)
00:00:02.580453   SMX - Safer Mode Extensions                             = 0 (0)
00:00:02.580454   EST - Enhanced SpeedStep Technology                     = 0 (1)
00:00:02.580454   TM2 - Terminal Monitor 2                                = 0 (1)
00:00:02.580455   SSSE3 - Supplemental Streaming SIMD Extensions 3        = 1 (1)
00:00:02.580456   CNTX-ID - L1 Context ID                                 = 0 (0)
00:00:02.580456   SDBG - Silicon Debug interface                          = 0 (0)
00:00:02.580457   FMA - Fused Multiply Add extensions                     = 0 (1)
00:00:02.580458   CX16 - CMPXCHG16B instruction                           = 0 (1)
00:00:02.580458   TPRUPDATE - xTPR Update Control                         = 0 (1)
00:00:02.580459   PDCM - Perf/Debug Capability MSR                        = 0 (1)
00:00:02.580460   PCID - Process Context Identifiers                      = 1 (1)
00:00:02.580460   DCA - Direct Cache Access                               = 0 (0)
00:00:02.580461   SSE4_1 - SSE4_1 support                                 = 1 (1)
00:00:02.580462   SSE4_2 - SSE4_2 support                                 = 1 (1)
00:00:02.580463   X2APIC - x2APIC support                                 = 0 (0)
00:00:02.580463   MOVBE - MOVBE instruction                               = 0 (1)
00:00:02.580464   POPCNT - POPCNT instruction                             = 0 (1)
00:00:02.580465   TSCDEADL - Time Stamp Counter Deadline                  = 0 (0)
00:00:02.580465   AES - AES instructions                                  = 0 (1)
00:00:02.580466   XSAVE - XSAVE instruction                               = 0 (1)
00:00:02.580467   OSXSAVE - OSXSAVE instruction                           = 0 (1)
00:00:02.580467   AVX - AVX support                                       = 0 (1)
00:00:02.580468   F16C - 16-bit floating point conversion instructions    = 0 (1)
00:00:02.580469   RDRAND - RDRAND instruction                             = 0 (1)
00:00:02.580469   HVP - Hypervisor Present (we're a guest)                = 1 (1)
00:00:02.580470 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:02.580471   Mnemonic - Description                                  = guest (host)
00:00:02.580471   FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr.   = 1 (1)
00:00:02.580472   TSCADJUST - Supports MSR_IA32_TSC_ADJUST                = 0 (1)
00:00:02.580472   SGX - Supports Software Guard Extensions                = 0 (0)
00:00:02.580473   BMI1 - Advanced Bit Manipulation extension 1            = 0 (1)
00:00:02.580474   HLE - Hardware Lock Elision                             = 0 (0)
00:00:02.580474   AVX2 - Advanced Vector Extensions 2                     = 0 (1)
00:00:02.580475   FDP_EXCPTN_ONLY - FPU DP only updated on exceptions     = 0 (0)
00:00:02.580476   SMEP - Supervisor Mode Execution Prevention             = 0 (1)
00:00:02.580476   BMI2 - Advanced Bit Manipulation extension 2            = 0 (1)
00:00:02.580477   ERMS - Enhanced REP MOVSB/STOSB instructions            = 0 (1)
00:00:02.580477   INVPCID - INVPCID instruction                           = 1 (1)
00:00:02.580478   RTM - Restricted Transactional Memory                   = 0 (0)
00:00:02.580479   PQM - Platform Quality of Service Monitoring            = 0 (0)
00:00:02.580479   DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set  = 1 (1)
00:00:02.580480   MPE - Intel Memory Protection Extensions                = 0 (1)
00:00:02.580480   PQE - Platform Quality of Service Enforcement           = 0 (0)
00:00:02.580481   AVX512F - AVX512 Foundation instructions                = 0 (0)
00:00:02.580481   RDSEED - RDSEED instruction                             = 0 (1)
00:00:02.580482   ADX - ADCX/ADOX instructions                            = 0 (1)
00:00:02.580483   SMAP - Supervisor Mode Access Prevention                = 0 (1)
00:00:02.580483   CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction  = 0 (1)
00:00:02.580484   INTEL_PT - Intel Processor Trace                        = 0 (0)
00:00:02.580485   AVX512PF - AVX512 Prefetch instructions                 = 0 (0)
00:00:02.580485   AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:02.580486   AVX512CD - AVX512 Conflict Detection instructions       = 0 (0)
00:00:02.580486   SHA - Secure Hash Algorithm extensions                  = 0 (0)
00:00:02.580487   PREFETCHWT1 - PREFETCHWT1 instruction                   = 0 (0)
00:00:02.580488   UMIP - User mode insturction prevention                 = 0 (0)
00:00:02.580488   PKU - Protection Key for Usermode pages                 = 0 (0)
00:00:02.580489   OSPKE - CR4.PKU mirror                                  = 0 (0)
00:00:02.580490   MAWAU - Value used by BNDLDX & BNDSTX                   = 0x0 (0x0)
00:00:02.580491   RDPID - Read processor ID support                       = 0 (0)
00:00:02.580491   SGX_LC - Supports SGX Launch Configuration              = 0 (0)
00:00:02.580492   MD_CLEAR - Supports MDS related buffer clearing         = 1 (1)
00:00:02.580493   IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB  = 0 (1)
00:00:02.580493   STIBP - Supports IA32_SPEC_CTRL.STIBP                   = 0 (1)
00:00:02.580494   FLUSH_CMD - Supports IA32_FLUSH_CMD                     = 1 (1)
00:00:02.580494   ARCHCAP - Supports IA32_ARCH_CAP                        = 1 (1)
00:00:02.580495   CORECAP - Supports IA32_CORE_CAP                        = 0 (0)
00:00:02.580496   SSBD - Supports IA32_SPEC_CTRL.SSBD                     = 0 (1)
00:00:02.580497 Processor Extended State Enumeration (leaf 0xd):
00:00:02.580498    XSAVE area cur/max size by XCR0, guest: 0x0/0x0
00:00:02.580499     XSAVE area cur/max size by XCR0, host: 0x440/0x440
00:00:02.580499                    Valid XCR0 bits, guest: 0x00000000`00000000
00:00:02.580500                     Valid XCR0 bits, host: 0x00000000`0000001f ( x87 SSE YMM_Hi128 BNDREGS BNDCSR )
00:00:02.580502                     XSAVE features, guest:
00:00:02.580503                      XSAVE features, host: XSAVEOPT XSAVEC XGETBC1 XSAVES
00:00:02.580504       XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:02.580505        XSAVE area cur size XCR0|XSS, host: 0x3c0
00:00:02.580505                Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:02.580506                 Valid IA32_XSS bits, host: 0x00000000`00000000
00:00:02.580507   State #2, host:  off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:02.580508   State #3, host:  off=0x03c0, cb=0x0040 IA32_XSS-bit -- BNDREGS
00:00:02.580510   State #4, host:  off=0x0400, cb=0x0040 IA32_XSS-bit -- BNDCSR
00:00:02.580533          Unknown CPUID Leaves
00:00:02.580534      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:02.580535 Gst: 00000014/0001  00000000 00000000 00000000 00000000
00:00:02.580535 Hst:                02490002 003f3fff 00000000 00000000
00:00:02.580536 Gst: 00000014/0002  00000000 00000000 00000000 00000000
00:00:02.580537 Hst:                00000000 00000000 00000000 00000000
00:00:02.580538 Gst: 00000015/0000  00000000 00000000 00000000 00000000
00:00:02.580538 Hst:                00000002 00000096 00000000 00000000
00:00:02.580539 Gst: 00000016/0000  00000000 00000000 00000000 00000000
00:00:02.580540 Hst:                00000000 00000000 00000000 00000000
00:00:02.580541          Raw Hypervisor CPUID Leaves
00:00:02.580541      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:02.580542 Gst: 40000000/0000  40000001 4b4d564b 564b4d56 0000004d
00:00:02.580543 Hst:                4000000b 7263694d 666f736f 76482074
00:00:02.580544 Gst: 40000001/0000  01000089 00000000 00000000 00000000
00:00:02.580544 Hst:                31237648 00000000 00000000 00000000
00:00:02.580546          Raw Extended CPUID Leaves
00:00:02.580546      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:02.580546 Gst: 80000000/0000  80000008 00000000 00000000 00000000
00:00:02.580547 Hst:                80000008 00000000 00000000 00000000
00:00:02.580548 Gst: 80000001/0000  00000000 00000000 00000001 28100800
00:00:02.580549 Hst:                00000000 00000000 00000121 2c100800
00:00:02.580549 Gst: 80000002/0000  65746e49 2952286c 726f4320 4d542865
00:00:02.580550 Hst:                65746e49 2952286c 726f4320 4d542865
00:00:02.580551 Gst: 80000003/0000  35692029 3632382d 43205535 40205550
00:00:02.580552 Hst:                35692029 3632382d 43205535 40205550
00:00:02.580553 Gst: 80000004/0000  362e3120 7a484730 00000000 00000000
00:00:02.580554 Hst:                362e3120 7a484730 00000000 00000000
00:00:02.580555 Gst: 80000005/0000  00000000 00000000 00000000 00000000
00:00:02.580555 Hst:                00000000 00000000 00000000 00000000
00:00:02.580556 Gst: 80000006/0000  00000000 00000000 01006040 00000000
00:00:02.580557 Hst:                00000000 00000000 01006040 00000000
00:00:02.580558 Gst: 80000007/0000  00000000 00000000 00000000 00000100
00:00:02.580559 Hst:                00000000 00000000 00000000 00000100
00:00:02.580560 Gst: 80000008/0000  00003027 00000000 00000000 00000000
00:00:02.580560 Hst:                00003027 00000000 00000000 00000000
00:00:02.580561 Ext Name:                        
00:00:02.580561 Ext Supports:                    0x80000000-0x80000008
00:00:02.580562 Family:                          0  	Extended: 0 	Effective: 0
00:00:02.580562 Model:                           0  	Extended: 0 	Effective: 0
00:00:02.580563 Stepping:                        0
00:00:02.580563 Brand ID:                        0x000
00:00:02.580564 Ext Features
00:00:02.580564   Mnemonic - Description                                  = guest (host)
00:00:02.580578   FPU - x87 FPU on Chip                                   = 0 (0)
00:00:02.580579   VME - Virtual 8086 Mode Enhancements                    = 0 (0)
00:00:02.580579   DE - Debugging extensions                               = 0 (0)
00:00:02.580580   PSE - Page Size Extension                               = 0 (0)
00:00:02.580581   TSC - Time Stamp Counter                                = 0 (0)
00:00:02.580581   MSR - K86 Model Specific Registers                      = 0 (0)
00:00:02.580582   PAE - Physical Address Extension                        = 0 (0)
00:00:02.580583   MCE - Machine Check Exception                           = 0 (0)
00:00:02.580583   CX8 - CMPXCHG8B instruction                             = 0 (0)
00:00:02.580584   APIC - APIC On-Chip                                     = 0 (0)
00:00:02.580585   SEP - SYSCALL/SYSRET                                    = 1 (1)
00:00:02.580585   MTRR - Memory Type Range Registers                      = 0 (0)
00:00:02.580586   PGE - PTE Global Bit                                    = 0 (0)
00:00:02.580587   MCA - Machine Check Architecture                        = 0 (0)
00:00:02.580587   CMOV - Conditional Move instructions                    = 0 (0)
00:00:02.580588   PAT - Page Attribute Table                              = 0 (0)
00:00:02.580589   PSE-36 - 36-bit Page Size Extension                     = 0 (0)
00:00:02.580589   NX - No-Execute/Execute-Disable                         = 1 (1)
00:00:02.580590   AXMMX - AMD Extensions to MMX instructions              = 0 (0)
00:00:02.580591   MMX - Intel MMX Technology                              = 0 (0)
00:00:02.580591   FXSR - FXSAVE and FXRSTOR Instructions                  = 0 (0)
00:00:02.580592   FFXSR - AMD fast FXSAVE and FXRSTOR instructions        = 0 (0)
00:00:02.580593   Page1GB - 1 GB large page                               = 0 (1)
00:00:02.580593   RDTSCP - RDTSCP instruction                             = 1 (1)
00:00:02.580594   LM - AMD64 Long Mode                                    = 1 (1)
00:00:02.580595   3DNOWEXT - AMD Extensions to 3DNow                      = 0 (0)
00:00:02.580596   3DNOW - AMD 3DNow                                       = 0 (0)
00:00:02.580596   LahfSahf - LAHF/SAHF support in 64-bit mode             = 1 (1)
00:00:02.580597   CmpLegacy - Core multi-processing legacy mode           = 0 (0)
00:00:02.580598   SVM - AMD Secure Virtual Machine extensions             = 0 (0)
00:00:02.580598   EXTAPIC - AMD Extended APIC registers                   = 0 (0)
00:00:02.580599   CR8L - AMD LOCK MOV CR0 means MOV CR8                   = 0 (0)
00:00:02.580599   ABM - AMD Advanced Bit Manipulation                     = 0 (1)
00:00:02.580600   SSE4A - SSE4A instructions                              = 0 (0)
00:00:02.580601   MISALIGNSSE - AMD Misaligned SSE mode                   = 0 (0)
00:00:02.580601   3DNOWPRF - AMD PREFETCH and PREFETCHW instructions      = 0 (1)
00:00:02.580602   OSVW - AMD OS Visible Workaround                        = 0 (0)
00:00:02.580603   IBS - Instruct Based Sampling                           = 0 (0)
00:00:02.580603   XOP - Extended Operation support                        = 0 (0)
00:00:02.580604   SKINIT - SKINIT, STGI, and DEV support                  = 0 (0)
00:00:02.580604   WDT - AMD Watchdog Timer support                        = 0 (0)
00:00:02.580605   LWP - Lightweight Profiling support                     = 0 (0)
00:00:02.580606   FMA4 - Four operand FMA instruction support             = 0 (0)
00:00:02.580606   NodeId - NodeId in MSR C001_100C                        = 0 (0)
00:00:02.580607   TBM - Trailing Bit Manipulation instructions            = 0 (0)
00:00:02.580608   TOPOEXT - Topology Extensions                           = 0 (0)
00:00:02.580608   PRFEXTCORE - Performance Counter Extensions support     = 0 (0)
00:00:02.580609   PRFEXTNB - NB Performance Counter Extensions support    = 0 (0)
00:00:02.580609   DATABPEXT - Data-access Breakpoint Extension            = 0 (0)
00:00:02.580610   PERFTSC - Performance Time Stamp Counter                = 0 (0)
00:00:02.580611   PCX_L2I - L2I/L3 Performance Counter Extensions         = 0 (0)
00:00:02.580611   MWAITX - MWAITX and MONITORX instructions               = 0 (0)
00:00:02.580612 Full Name:                       "Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz"
00:00:02.580613 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:02.580613 TLB 2/4M Data:                   res0     0 entries
00:00:02.580614 TLB 4K Instr/Uni:                res0     0 entries
00:00:02.580614 TLB 4K Data:                     res0     0 entries
00:00:02.580614 L1 Instr Cache Line Size:        0 bytes
00:00:02.580615 L1 Instr Cache Lines Per Tag:    0
00:00:02.580615 L1 Instr Cache Associativity:    res0  
00:00:02.580615 L1 Instr Cache Size:             0 KB
00:00:02.580616 L1 Data Cache Line Size:         0 bytes
00:00:02.580616 L1 Data Cache Lines Per Tag:     0
00:00:02.580616 L1 Data Cache Associativity:     res0  
00:00:02.580617 L1 Data Cache Size:              0 KB
00:00:02.580617 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:02.580617 L2 TLB 2/4M Data:                off       0 entries
00:00:02.580618 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:02.580618 L2 TLB 4K Data:                  off       0 entries
00:00:02.580619 L2 Cache Line Size:              0 bytes
00:00:02.580619 L2 Cache Lines Per Tag:          0
00:00:02.580619 L2 Cache Associativity:          off   
00:00:02.580619 L2 Cache Size:                   0 KB
00:00:02.580620   TS - Temperature Sensor                                 = 0 (0)
00:00:02.580621   FID - Frequency ID control                              = 0 (0)
00:00:02.580622   VID - Voltage ID control                                = 0 (0)
00:00:02.580623   TscInvariant - Invariant Time Stamp Counter             = 1 (1)
00:00:02.580623   CBP - Core Performance Boost                            = 0 (0)
00:00:02.580624   EffFreqRO - Read-only Effective Frequency Interface     = 0 (0)
00:00:02.580625   ProcFdbkIf - Processor Feedback Interface               = 0 (0)
00:00:02.580625   ProcPwrRep - Core power reporting interface support     = 0 (0)
00:00:02.580626 Physical Address Width:          39 bits
00:00:02.580627 Virtual Address Width:           48 bits
00:00:02.580627 Guest Physical Address Width:    0 bits
00:00:02.580627 Physical Core Count:             1
00:00:02.580629 
00:00:02.580629 ******************** End of CPUID dump **********************
00:00:02.580698 VMEmt: Halt method global1 (5)
00:00:02.580832 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000
00:00:02.580909 Changing the VM state from 'CREATING' to 'CREATED'
00:00:02.581846 SharedFolders host service: Adding host mapping
00:00:02.581865     Host path '\\?\C:\Dev\my\k8s\k8s-cluster', map name 'vagrant', writable, automount=false, automntpnt=, create_symlinks=true, missing=false
00:00:02.582529 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:02.582672 AIOMgr: Endpoints without assigned bandwidth groups:
00:00:02.582688 AIOMgr:     C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg-configdrive.vmdk
00:00:02.582692 AIOMgr:     C:\Users\meir.yanovich\VirtualBox VMs\master\ubuntu-bionic-18.04-cloudimg.vmdk
00:00:02.583369 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:02.583384 Console: Machine state changed to 'Running'
00:00:02.585855 VMMDev: Guest Log: BIOS: VirtualBox 6.1.16
00:00:02.586153 PCI: Setting up resources and interrupts
00:00:02.595177 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.604173 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:02.651105 VMMDev: Guest Log: CPUID EDX: 0x178bfbff
00:00:02.653464 VMMDev: Guest Log: BIOS: SCSI 0-ID#0: LCHS=5220/255/63 0x0000000005000000 sectors
00:00:02.654333 VMMDev: Guest Log: BIOS: SCSI 1-ID#1: LCHS=10/64/32 0x0000000000005000 sectors
00:00:02.662073 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:02.679400 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=00000000078a0000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0 origin=0,0
00:00:03.389876 NAT: Old socket recv size: 64KB
00:00:03.389901 NAT: Old socket send size: 64KB
00:00:05.135434 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=00000000078a0000 w=640 h=480 bpp=0 cbLine=0x280 flags=0x0 origin=0,0
00:00:05.152789 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:05.153209 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:05.153478 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:05.153892 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:05.154208 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0002
00:00:05.154437 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:05.154754 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:05.156952 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:05.159104 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:07.224755 GIM: KVM: VCPU  0: Enabled system-time struct. at 0x000000011ff50000 - u32TscScale=0x8e38cb3b i8TscShift=0 uVersion=2 fFlags=0x1 uTsc=0x1f1ed9e4a uVirtNanoTS=0x114a04513 TscKHz=1800004
00:00:07.224787 TM: Host/VM is not suitable for using TSC mode 'RealTscOffset', request to change TSC mode ignored
00:00:08.652568 GIM: KVM: Enabled wall-clock struct. at 0x000000011ffd0000 - u32Sec=1628853210 u32Nano=792030509 uVersion=2
00:00:09.100735 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0)
00:00:09.372629 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:09.407264 GIM: KVM: VCPU  1: Enabled system-time struct. at 0x000000011ff50040 - u32TscScale=0x8e38cb3b i8TscShift=0 uVersion=2 fFlags=0x1 uTsc=0x2dc16f480 uVirtNanoTS=0x196b725d5 TscKHz=1800004
00:00:09.407296 TM: Host/VM is not suitable for using TSC mode 'RealTscOffset', request to change TSC mode ignored
00:00:13.102216 LsiLogic#0: 2/0 (Bus/Target) doesn't exist
00:00:13.102238 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.103209 LsiLogic#0: 3/0 (Bus/Target) doesn't exist
00:00:13.103222 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.104145 LsiLogic#0: 4/0 (Bus/Target) doesn't exist
00:00:13.104157 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.105218 LsiLogic#0: 5/0 (Bus/Target) doesn't exist
00:00:13.105231 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.106167 LsiLogic#0: 6/0 (Bus/Target) doesn't exist
00:00:13.106181 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.107080 LsiLogic#0: 8/0 (Bus/Target) doesn't exist
00:00:13.107092 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.108174 LsiLogic#0: 9/0 (Bus/Target) doesn't exist
00:00:13.108189 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.109160 LsiLogic#0: 10/0 (Bus/Target) doesn't exist
00:00:13.109173 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.110046 LsiLogic#0: 11/0 (Bus/Target) doesn't exist
00:00:13.110056 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.110996 LsiLogic#0: 12/0 (Bus/Target) doesn't exist
00:00:13.111023 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.111923 LsiLogic#0: 13/0 (Bus/Target) doesn't exist
00:00:13.111934 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.112842 LsiLogic#0: 14/0 (Bus/Target) doesn't exist
00:00:13.112855 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.113876 LsiLogic#0: 15/0 (Bus/Target) doesn't exist
00:00:13.113887 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:13.815699 NAT: Link up

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.