cablespaghetti / kubeadm-aws

Really cheap Kubernetes cluster on AWS with kubeadm
Other
865 stars 59 forks source link

Cannot SSH or get any network connectivity to either mast or slave. #15

Closed jessesanford closed 5 years ago

jessesanford commented 5 years ago

When trying to build this infrastructure following the instructions closely I am unable to get any network connectivity to the master or worker that are created. I have tried numerous versions of k8s and that does not seem to have an affect. The system logs indicate that k8s is installed and there are no errors that I can see that pertain. I have made sure that the public IP address I am using is whitelisted in the security group and even after whitelisting all icmp traffic I am unable to ping the instances. I have checked the subnet that the machines are in is attached to the correct routing table and that the default route is pointed at the internet gateway. I have checked that the network ACL is set to allow for both ingress and egress. Is this a known issue? The project is basically unusable as is. Maybe someone else can try to bring up a new cluster and let me know if they have any success.

Here is the output from the master's console log:

[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1035-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006a3fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.2.amazon 08/24/2006
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.2.
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] e820: last_pfn = 0x6a400 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] mapped at [        (ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] RAMDISK: [mem 0x359df000-0x36ce6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen    HVM      00000000 INTL 20090123)
[    0.000000] ACPI: FACS 0x00000000FC002180 000040
[    0.000000] ACPI: FACS 0x00000000FC002180 000040
[    0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen    HVM      00000000 INTL 20090123)
[    0.000000] ACPI: SSDT 0x00000000FC00E260 000033 (v02 Xen    HVM      00000000 INTL 20090123)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000006a3fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x6a3d5000-0x6a3fffff]
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: No reference (HPET/PMTIMER) available
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000006a3fffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000006a3fffff]
[    0.000000] Reserved but unavailable: 23651 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000006a3fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x6a400000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 428280
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1035-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295
[    0.000000] Memory: 1663420K/1740404K available (12300K kernel code, 2393K rwdata, 3920K rodata, 2372K init, 2376K bss, 76984K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 37532 entries in 147 pages
[    0.004000] Hierarchical RCU implementation.
[    0.004000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15.
[    0.004000]  Tasks RCU enabled.
[    0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15
[    0.004000] NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16
[    0.004000] xen:events: Using 2-level ABI
[    0.004000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty1] enabled
[    0.004000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[    0.004000] console [ttyS0] enabled
[    0.004000] ACPI: Core revision 20170831
[    0.004000] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.004000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.004020] APIC: Switch to symmetric I/O mode setup
[    0.013333] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.020006] Switched APIC routing to physical flat.
[    0.032000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.044000] tsc: Fast TSC calibration failed
[    0.084018] tsc: PIT calibration matches HPET. 1 loops
[    0.096005] tsc: Detected 1799.984 MHz processor
[    0.100005] tsc: Detected 1800.053 MHz TSC
[    0.100016] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.10 BogoMIPS (lpj=7200212)
[    0.120005] pid_max: default: 32768 minimum: 301
[    0.128078] Security Framework initialized
[    0.136005] Yama: becoming mindful.
[    0.140062] AppArmor: AppArmor initialized
[    0.148403] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.156222] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.164029] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.176013] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.184525] mce: CPU supports 2 MCE banks
[    0.188043] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.196004] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.208005] Spectre V2 : Mitigation: Full generic retpoline
[    0.212005] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.224004] Speculative Store Bypass: Vulnerable
[    0.260231] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.272034] installing Xen timer for CPU 0
[    0.280133] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7)
[    0.284074] cpu 0 spinlock event irq 53
[    0.288139] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only.
[    0.292072] Hierarchical SRCU implementation.
[    0.296967] NMI watchdog: Perf event create on CPU 0 failed with -2
[    0.300009] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.304283] smp: Bringing up secondary CPUs ...
[    0.308011] smp: Brought up 1 node, 1 CPU
[    0.312013] smpboot: Max logical packages: 15
[    0.316014] smpboot: Total of 1 processors activated (3600.10 BogoMIPS)
[    0.320383] devtmpfs: initialized
[    0.324119] x86/mm: Memory block size: 128MB
[    0.328426] evm: security.selinux
[    0.332017] evm: security.SMACK64
[    0.336010] evm: security.SMACK64EXEC
[    0.340010] evm: security.SMACK64TRANSMUTE
[    0.344010] evm: security.SMACK64MMAP
[    0.348010] evm: security.apparmor
[    0.352009] evm: security.ima
[    0.356010] evm: security.capability
[    0.360231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.364036] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.368345] RTC time: 18:45:51, date: 04/10/19
[    0.372196] NET: Registered protocol family 16
[    0.376186] audit: initializing netlink subsys (disabled)
[    0.380190] audit: type=2000 audit(1554921951.755:1): state=initialized audit_enabled=0 res=1
[    0.384147] cpuidle: using governor ladder
[    0.388011] cpuidle: using governor menu
[    0.392077] ACPI: bus type PCI registered
[    0.396011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.400772] PCI: Using configuration type 1 for base access
[    0.405946] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.408370] ACPI: Added _OSI(Module Device)
[    0.412014] ACPI: Added _OSI(Processor Device)
[    0.416011] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.420011] ACPI: Added _OSI(Processor Aggregator Device)
[    0.424023] ACPI: Added _OSI(Linux-Dell-Video)
[    0.428031] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.432011] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.442359] ACPI: Interpreter enabled
[    0.444031] ACPI: (supports S0 S4 S5)
[    0.448011] ACPI: Using IOAPIC for interrupt routing
[    0.452053] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.456715] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.570137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.572025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.576027] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.580044] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.586187] acpiphp: Slot [0] registered
[    0.589995] acpiphp: Slot [3] registered
[    0.592792] acpiphp: Slot [4] registered
[    0.596771] acpiphp: Slot [5] registered
[    0.600770] acpiphp: Slot [6] registered
[    0.604763] acpiphp: Slot [7] registered
[    0.608959] acpiphp: Slot [8] registered
[    0.612788] acpiphp: Slot [9] registered
[    0.616764] acpiphp: Slot [10] registered
[    0.620884] acpiphp: Slot [11] registered
[    0.624824] acpiphp: Slot [12] registered
[    0.628826] acpiphp: Slot [13] registered
[    0.632835] acpiphp: Slot [14] registered
[    0.636852] acpiphp: Slot [15] registered
[    0.640765] acpiphp: Slot [16] registered
[    0.644798] acpiphp: Slot [17] registered
[    0.648855] acpiphp: Slot [18] registered
[    0.656106] acpiphp: Slot [19] registered
[    0.660870] acpiphp: Slot [20] registered
[    0.664789] acpiphp: Slot [21] registered
[    0.668789] acpiphp: Slot [22] registered
[    0.672826] acpiphp: Slot [23] registered
[    0.676812] acpiphp: Slot [24] registered
[    0.680881] acpiphp: Slot [25] registered
[    0.684829] acpiphp: Slot [26] registered
[    0.688871] acpiphp: Slot [27] registered
[    0.692817] acpiphp: Slot [28] registered
[    0.696812] acpiphp: Slot [29] registered
[    0.700770] acpiphp: Slot [30] registered
[    0.704770] acpiphp: Slot [31] registered
[    0.708664] PCI host bridge to bus 0000:00
[    0.712018] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.716011] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.720011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.724013] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[    0.728014] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.745353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.748010] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.752012] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.756011] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.761587] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[    0.761587] * this clock source is slow. Consider trying other clock sources
[    0.767034] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.782872] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    0.784435] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.788474] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.792431] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    0.834810] xen:balloon: Initialising balloon driver
[    0.836064] random: fast init done
[    0.840259] SCSI subsystem initialized
[    0.844251] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.848000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.848017] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.852009] vgaarb: loaded
[    0.856079] ACPI: bus type USB registered
[    0.860039] usbcore: registered new interface driver usbfs
[    0.864030] usbcore: registered new interface driver hub
[    0.868057] usbcore: registered new device driver usb
[    0.872139] EDAC MC: Ver: 3.0.0
[    0.877057] PCI: Using ACPI for IRQ routing
[    0.881011] NetLabel: Initializing
[    0.884009] NetLabel:  domain hash size = 128
[    0.888008] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.892038] NetLabel:  unlabeled traffic allowed by default
[    0.896284] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.900040] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.904009] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    0.910123] clocksource: Switched to clocksource xen
[    0.941405] VFS: Disk quotas dquot_6.6.0
[    0.947414] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.956772] AppArmor: AppArmor Filesystem Enabled
[    0.963449] pnp: PnP ACPI init
[    0.968468] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.977928] system 00:01: [io  0x08a0-0x08a3] has been reserved
[    0.986038] system 00:01: [io  0x0cc0-0x0ccf] has been reserved
[    0.994017] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    1.002631] system 00:07: [io  0x10c0-0x1141] has been reserved
[    1.010771] system 00:07: [io  0xb044-0xb047] has been reserved
[    1.060973] pnp: PnP ACPI: found 8 devices
[    1.074114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.086380] NET: Registered protocol family 2
[    1.097192] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.107520] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.116427] TCP: Hash tables configured (established 16384 bind 16384)
[    1.125355] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.133610] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.142386] NET: Registered protocol family 1
[    1.148794] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.157158] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.165217] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.174050] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.187092] Unpacking initramfs...
[    2.081538] Freeing initrd memory: 19488K
[    2.095992] Scanning for low memory corruption every 60 seconds
[    2.105066] Initialise system trusted keyrings
[    2.111741] Key type blacklist registered
[    2.118079] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    2.128644] zbud: loaded
[    2.133774] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.142030] fuse init (API version 7.26)
[    2.149432] Key type asymmetric registered
[    2.155567] Asymmetric key parser 'x509' registered
[    2.162578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.173028] io scheduler noop registered
[    2.178824] io scheduler deadline registered
[    2.185083] io scheduler cfq registered (default)
[    2.192214] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.202663] ACPI: Power Button [PWRF]
[    2.208270] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    2.218769] ACPI: Sleep Button [SLPF]
[    2.225284] xen:grant_table: Grant tables using version 1 layout
[    2.233444] Grant table initialized
[    2.238965] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[    2.246834] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.308381] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.320295] Linux agpgart interface v0.103
[    2.329456] loop: module loaded
[    2.334620] Invalid max_queues (4), will use default max: 1.
[    2.348195] scsi host0: ata_piix
[    2.358348] scsi host1: ata_piix
[    2.363644] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[    2.377707] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[    2.394431] libphy: Fixed MDIO Bus: probed
[    2.400605] tun: Universal TUN/TAP device driver, 1.6
[    2.411599] PPP generic driver version 2.4.2
[    2.417874] xen_netfront: Initialising Xen virtual ethernet driver
[    2.427361] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.436265] ehci-pci: EHCI PCI platform driver
[    2.442935] ehci-platform: EHCI generic platform driver
[    2.452308] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.460870] ohci-pci: OHCI PCI platform driver
[    2.467340] ohci-platform: OHCI generic platform driver
[    2.474723] uhci_hcd: USB Universal Host Controller Interface driver
[    2.483472] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.503821] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.510619] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.518173] blkfront: xvda: flush diskcache: enabled; persistent grants: disabled; indirect descriptors: enabled;
[    2.531488] mousedev: PS/2 mouse device common for all mice
[    2.540522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.551872] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.566251] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[    2.577342]  xvda: xvda1
[    2.581618] device-mapper: uevent: version 1.0.3
[    2.588502] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.600484] NET: Registered protocol family 10
[    2.607325] blkfront: xvdb: flush diskcache: enabled; persistent grants: disabled; indirect descriptors: enabled;
[    2.626839] Segment Routing with IPv6
[    2.632415] NET: Registered protocol family 17
[    2.642884] Key type dns_resolver registered
[    2.653513] RAS: Correctable Errors collector initialized.
[    2.661299] sched_clock: Marking stable (2661233007, 0)->(10374041886, -7712808879)
[    2.677881] registered taskstats version 1
[    2.688466] Loading compiled-in X.509 certificates
[    2.698656] blkfront: xvdc: flush diskcache: enabled; persistent grants: disabled; indirect descriptors: enabled;
[    2.715981] Loaded X.509 cert 'Build time autogenerated kernel key: 4cd1049d1a58fc2abbe03d16d3ed923e84df1732'
[    2.729427] zswap: loaded using pool lzo/zbud
[    2.744726] Key type big_key registered
[    2.754917] Key type trusted registered
[    2.762820] Key type encrypted registered
[    2.768860] AppArmor: AppArmor sha1 policy hashing enabled
[    2.776652] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.786522] ima: Allocated hash algorithm: sha1
[    2.793144] evm: HMAC attrs: 0x1
[    2.799285]   Magic number: 15:882:796
[    2.805335] rtc_cmos 00:02: setting system clock to 2019-04-10 18:45:54 UTC (1554921954)
[    2.816629] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.837097] EDD information not available.
[    2.851244] Freeing unused kernel memory: 2372K
[    2.864098] Write protecting the kernel read-only data: 18432k
[    2.873414] Freeing unused kernel memory: 2008K
[    2.880469] Freeing unused kernel memory: 176K
[    2.898371] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.906959] x86/mm: Checking user space page tables
[    2.932247] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Loading, please wait...
starting version 237
[    2.982583] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.996182] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.005822] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.112113] tsc: Refined TSC clocksource calibration: 1800.001 MHz
[    3.120588] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f22aa45f0, max_idle_ns: 440795269146 ns
[    3.569347] SSE version of gcm_enc/dec engaged.
Begin: Loading essential drivers ... [    6.736088] raid6: sse2x1   gen()  2266 MB/s
[    6.792065] raid6: sse2x1   xor()  2256 MB/s
[    6.857545] raid6: sse2x2   gen()  3509 MB/s
[    6.908056] raid6: sse2x2   xor()  2238 MB/s
[    6.960070] raid6: sse2x4   gen()  3755 MB/s
[    7.012073] raid6: sse2x4   xor()  2136 MB/s
[    7.018264] raid6: using algorithm sse2x4 gen() 3755 MB/s
[    7.025494] raid6: .... xor() 2136 MB/s, rmw enabled
[    7.032523] raid6: using ssse3x2 recovery algorithm
[    7.042874] xor: measuring software checksum speed
[    7.100713]    prefetch64-sse:  9049.000 MB/sec
[    7.161523]    generic_sse:  8452.000 MB/sec
[    7.169416] xor: using function: prefetch64-sse (9049.000 MB/sec)
[    7.185888] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [    7.376718] Btrfs loaded, crc32c=crc32c-intel
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[    7.470991] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    7.755184] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.795974] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    7.854708] systemd[1]: Detected virtualization xen.
[    7.862527] systemd[1]: Detected architecture x86-64.

Welcome to Ubuntu 18.04.2 LTS!

[    7.897309] systemd[1]: Set hostname to <ubuntu>.
[    7.907657] systemd[1]: Initializing machine ID from random generator.
[    7.925312] systemd[1]: Installed transient /etc/machine-id file.
[    8.163417] random: crng init done
[    8.172886] random: 7 urandom warning(s) missed due to ratelimiting
[    8.492287] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    8.532100] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    8.563184] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    8.603642] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Reached target User and Group Name Lookups.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[  OK  ] Reached target Swap.
[  OK  ] Reached target Slices.
[  OK  ] Listening on LVM2 metadata daemon socket.
[  OK  ] Listening on Journal Socket.
         Mounting Kernel Debug File System...
         Starting Set the console keyboard layout...
         Starting Uncomplicated firewall...
         Starting Load Kernel Modules...
[    8.847345] Loading iSCSI transport class v2.0-870.
         Mounting Huge Pages File System...
         Mounting POSIX Message Queue File System...
[  OK  ] Listening on Network Service Netlink Socket.
[    8.937623] iscsi: registered transport (tcp)
         Starting Create list of required st…ce nodes for the current kernel...
         Starting Remount Root and Kernel File Systems...
[  OK  ] Listening on LVM2 poll daemon socket.
         Starting Journal Service...
[  OK  ] Listening on Device-mapper event daemon FIFOs.[    9.056649] EXT4-fs (xvda1): re-mounted. Opts: discard

         Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling...
[  OK  ] Listening on udev Control Socket.
         Starting udev Coldplug all Devices...
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Uncomplicated firewall.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  [    9.327934] iscsi: registered transport (iser)
] Started Remount Root and Kernel File Systems.
[  OK  ] Started LVM2 metadata daemon.
         Starting Initial cloud-init job (pre-networking)...
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Journal Service.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Monitoring of LVM2 mirrors,…sing dmeventd or progress polling.
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting AppArmor initialization...
         Starting Commit a transient machine-id on disk...
         Starting ebtables ruleset management...
         Starting Set console font and keymap...
         Mounting FUSE Control File System...
         Starting Apply Kernel Variables...
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Set console font and keymap.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[   10.543712] systemd-journald[395]: Received request to flush runtime journal from PID 1
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Commit a transient machine-id on disk.
[  OK  ] Started ebtables ruleset management.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started AppArmor initialization.
[   20.783594] cloud-init[405]: Cloud-init v. 18.5-45-g3554ffe8-0ubuntu1~18.04.1 running 'init-local' at Wed, 10 Apr 2019 18:46:09 +0000. Up 17.99 seconds.
[  OK  ] Started Initial cloud-init job (pre-networking).
[  OK  ] Reached target Network (Pre).
         Starting Network Service...
[  OK  ] Started Network Service.
         Starting Network Name Resolution...
         Starting Wait for Network to be Configured...
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target Network.
[  OK  ] Started Wait for Network to be Configured.
         Starting Initial cloud-init job (metadata service crawler)...
[   24.866001] cloud-init[596]: Cloud-init v. 18.5-45-g3554ffe8-0ubuntu1~18.04.1 running 'init' at Wed, 10 Apr 2019 18:46:15 +0000. Up 24.27 seconds.
[   24.893114] cloud-init[596]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
[   24.905387] cloud-init[596]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
[   24.921759] cloud-init[596]: ci-info: | Device |  Up  |           Address           |      Mask     | Scope  |     Hw-Address    |
[   24.933311] cloud-init[596]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
[   24.950078] cloud-init[596]: ci-info: |  eth0  | True |          10.0.100.4         | 255.255.255.0 | global | 0e:ff:4c:f7:b5:54 |
[   24.973848] cloud-init[596]: ci-info: |  eth0  | True | fe80::cff:4cff:fef7:b554/64 |       .       |  link  | 0e:ff:4c:f7:b5:54 |
[   24.993263] cloud-init[596]: ci-info: |   lo   | True |          127.0.0.1          |   255.0.0.0   |  host  |         .         |
[   25.016275] cloud-init[596]: ci-info: |   lo   | True |           ::1/128           |       .       |  host  |         .         |
[   25.059431] cloud-init[596]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
[   25.082119] cloud-init[596]: ci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++
[   25.104320] cloud-init[596]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+
[   25.120941] cloud-init[596]: ci-info: | Route | Destination |  Gateway   |     Genmask     | Interface | Flags |
[   25.133329] cloud-init[596]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+
[   25.148829] cloud-init[596]: ci-info: |   0   |   0.0.0.0   | 10.0.100.1 |     0.0.0.0     |    eth0   |   UG  |
[   25.170341] cloud-init[596]: ci-info: |   1   |  10.0.100.0 |  0.0.0.0   |  255.255.255.0  |    eth0   |   U   |
[   25.181721] cloud-init[596]: ci-info: |   2   |  10.0.100.1 |  0.0.0.0   | 255.255.255.255 |    eth0   |   UH  |
[   25.196368] cloud-init[596]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+
[   25.210215] cloud-init[596]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[   25.228305] cloud-init[596]: ci-info: +-------+-------------+---------+-----------+-------+
[   25.244107] cloud-init[596]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[   25.254942] cloud-init[596]: ci-info: +-------+-------------+---------+-----------+-------+
[   25.282952] cloud-init[596]: ci-info: |   1   |  fe80::/64  |    ::   |    eth0   |   U   |
[   25.297315] cloud-init[596]: ci-info: |   3   |    local    |    ::   |    eth0   |   U   |
[   25.312539] cloud-init[596]: ci-info: |   4   |   ff00::/8  |    ::   |    eth0   |   U   |
[   25.321155] cloud-init[596]: ci-info: +-------+-------------+---------+-----------+-------+
[   27.699997] cloud-init[596]: Generating public/private rsa key pair.
[   27.748538] cloud-init[596]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
[   27.781332] cloud-init[596]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[   27.797307] cloud-init[596]: The key fingerprint is:
[   27.812286] cloud-init[596]: SHA256:Av6GCw5cVNOTVXxxr6V4YgUINrpMj/EydYthgv74vwY root@ip-10-0-100-4
[   27.874837] cloud-init[596]: The key's randomart image is:[  OK  
[   27.885712] cloud-init] Started Initial cloud-init job (metadata service crawler).[596]: +---[RSA 2048]----+

[  OK  ] Reached target Network is Online.
[   27.908474] cloud-init[596]: |     o. *ooo.... |[  OK  ] Reached target Remote File Systems (Pre).
[
[   27.933628] cloud-init  OK  ] Reached target Remote File Systems.[596]: 
|    ...* ... o. .|         Starting Availability of block devices...
[   27.958040] cloud-init
[  OK  ] Reached target System Initialization.
[596]: |   .o = = . . . o|
         Starting LXD - unix socket.
[  OK  [   27.991905] ] Listening on UUID daemon activation socket.cloud-init
[  OK  ] Started Discard unused blocks once a week.
[  OK  [596]: |  .o + X + . o + |
] Listening on ACPID Listen Socket.[   28.050771] 
[  OK  ] cloud-init[596]: |   .o B S . + +  |
Listening on Open-iSCSI iscsid Socket.
[   28.064290] cloud-init[596]:          Starting Socket activation for snappy daemon.|. .  =E+   . o   |
[   28.077666] cloud-init[596]: 
[  OK  ] Started Daily Cleanup of Temporary Directories.|... o +.         |

[  OK  [   28.101193] cloud-init[596]: ] Started Daily apt download activities.| o . +  .        |
[   28.111203] 
[  OK  ] cloud-init[596]: |  . . .oo.       |Started Daily apt upgrade and clean activities.

[   28.125706] cloud-init[596]: +----[SHA256]-----+[  OK  ] Started ACPI Events Check.
[   28.137872] cloud-init
[  OK  ] [596]: Generating public/private dsa key pair.
Reached target Paths.
[[   28.152520] cloud-init[596]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.  OK  ] Started Message of the Day.
[  OK  ] 
[   28.170156] cloud-initListening on D-Bus System Message Bus Socket.
[596]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[  OK  ] Reached target Timers.
[
[   28.189740] cloud-init  OK  ] Reached target Cloud-config availability.[596]: The key fingerprint is:
[   28.200788] cloud-init[596]: 
[  OK  SHA256:Fn4Qo7F4jjaokAKeylQ/qm6MmkFB/kKFTE9gU/LPEPs root@ip-10-0-100-4] Started Availability of block devices.
[  OK  ] Listening on LXD - unix socket.
[  OK  ] Listening on Socket activation for snappy daemon.

[  OK  [   28.249698] cloud-init] Reached target Sockets.
[[596]: The key's randomart image is:
  OK  ] Reached target Basic System.
[   28.275394] [  OK  cloud-init[596]: +---[DSA 1024]----+] Started D-Bus System Message Bus.

[   28.310369] cloud-init[596]: |oB+=  . o        |
[   28.319020] cloud-init[596]: |+oB o. + o       |
[   28.331281] cloud-init[596]: |.+ *. + o        |
[   28.340345] cloud-init[596]: |+.=.*+ . o       |
[   28.346618] cloud-init[596]: |+*..+E. S .      |
[   28.352940] cloud-init[596]: |B....... .       |
[   28.359530] cloud-init[596]: |*. .             |
[   28.365734] cloud-init[596]: |.=.              |
[   28.371994] cloud-init[596]: |*o               |
[   28.378211] cloud-init[596]: +----[SHA256]-----+
[   28.384574] cloud-init[596]: Generating public/private ecdsa key pair.
[   28.392214] cloud-init[596]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[   28.401454] cloud-init[596]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[   28.410680] cloud-init[596]: The key fingerprint is:
[   28.416962] cloud-init[596]: SHA256:6JIAirIdtnusgXHSaCNU9YGlYv6NhqXBOl7eyyN5zjI root@ip-10-0-100-4
[   28.426218] cloud-init[596]: The key's randomart image is:
[   28.436773] cloud-init[596]: +---[ECDSA 256]---+
[   28.442899] cloud-init[596]: |   ...oo         |
[   28.448970] cloud-init[596]: |  .  .o .        |
[   28.455097] cloud-init[596]: |.. o . .         |
[   28.461217] cloud-init[596]: |+++ .  .         |
[   28.467693] cloud-init[596]: |Oo*+ .. S        |
[   28.474005] cloud-init[596]: |+Oo+*oo          |
[   28.483673] cloud-init[596]: |oo+=++..         |
[   28.489866] cloud-init[596]: |. +EB+           |
[   28.495808] cloud-init[596]: | .o+**o          |
[   28.503424] cloud-init[596]: +----[SHA256]-----+
[   28.513328] cloud-init[596]: Generating public/private ed25519 key pair.
[   28.521163] cloud-init[596]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[   28.534150] cloud-init[596]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[   28.551168] cloud-init[596]: The key fingerprint is:
[   28.565484] cloud-init[596]: SHA256:E+VPUwR2+9djHQleYerg6Lypdr9sIivkY1UiDwe6OXw root@ip-10-0-100-4
[   28.577600] cloud-init[596]: The key's randomart image is:
[   28.588742] cloud-init[596]: +--[ED25519 256]--+
[   28.595034] cloud-init[596]: |          . o+++.|
[   28.601300] cloud-init[596]: |     .   o ..o=..|
[   28.611485] cloud-init[596]: |    . . . ..oo.o |
[   28.617891] cloud-init[596]: |   . o o oooo. .+|
[   28.623986] cloud-init[596]: |  . o = S. ... o=|
[   28.630270] cloud-init[596]: |   = E oo.    . o|
[   28.636306] cloud-init[596]: |    = .  o       |
[   28.642412] cloud-init[596]: |     = o o+.     |
[   28.649165] cloud-init[596]: |    . +o=o++.    |
[   28.655413] cloud-init[596]: +----[SHA256]-----+
[  OK  ] Started FUSE filesystem for LXC.
         Starting Accounts Service...
         Starting System Logging Service...
[  OK  ] Started Regular background program processing daemon.
         Starting Pollinate to seed the pseudo random number generator...
         Starting Dispatcher daemon for systemd-networkd...
         Starting Permit User Sessions...
[  OK  ] Started irqbalance daemon.
         Starting Snappy daemon...
         Starting Login Service...
         Starting LSB: automatic crash report generation...
[  OK  ] Started Deferred execution scheduler.
         Starting LSB: Record successful boot for GRUB...
         Starting LXD - container startup/shutdown...
[  OK  ] Started System Logging Service.
[  OK  ] Started Permit User Sessions.
         Starting Authorization Manager...
         Starting Hostname Service...
         Starting Terminate Plymouth Boot Screen...
         Starting Hold until boot process finishes up...
[  OK  ] Started Hold until boot process finishes up.
[  OK  ] Started Terminate Plymouth Boot Screen.
[  OK  ] Started Login Service.
[  OK  ] Started Unattended Upgrades Shutdown.
         Starting Set console scheme...
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Set console scheme.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Authorization Manager.
[  OK  ] Started LSB: Record successful boot for GRUB.
[  OK  ] Started Accounts Service.
[  OK  ] Started Hostname Service.
[  OK  ] Started LSB: automatic crash report generation.
[  OK  ] Started LXD - container startup/shutdown.
[  OK  ] Started Snappy daemon.
         Starting Wait until snapd is fully seeded...
[  OK  ] Started Dispatcher daemon for systemd-networkd.
[  OK  ] Started Pollinate to seed the pseudo random number generator.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started OpenBSD Secure Shell server.

Ubuntu 18.04.2 LTS ip-10-0-100-4 ttyS0

ip-10-0-100-4 login:          Mounting Mount unit for core, revision 6673...
[  OK  ] Mounted Mount unit for core, revision 6673.
[  OK  ] Stopped Snappy daemon.
         Starting Snappy daemon...
[  OK  ] Started Snappy daemon.
         Mounting Mount unit for amazon-ssm-agent, revision 1068...
[  OK  ] Mounted Mount unit for amazon-ssm-agent, revision 1068.
[  OK  ] Started Service for snap applicatio…amazon-ssm-agent.amazon-ssm-agent.
[  OK  ] Started Wait until snapd is fully seeded.
         Starting Apply the settings specified in cloud-config...
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
[   69.905375] cloud-init[1274]: Cloud-init v. 18.5-45-g3554ffe8-0ubuntu1~18.04.1 running 'modules:config' at Wed, 10 Apr 2019 18:47:00 +0000. Up 68.34 seconds.
[  OK  ] Started Apply the settings specified in cloud-config.
         Starting Execute cloud user/final scripts...
[   71.997559] cloud-init[1317]: #!/bin/bash -ve
         Stopping Snappy daemon...[   72.020646] cloud-init[1317]: 
# Disable pointless daemons
[  OK  ] Stopped Snappy daemon.
[   72.045778] cloud-init[  OK  ] Stopped Wait until snapd is fully seeded.[1317]: systemctl stop snapd snapd.socket lxcfs snap.amazon-ssm-agent.amazon-ssm-agent
[  OK  ] Closed Socket activation for snappy daemon.
         Stopping FUSE filesystem for LXC...

         Stopping Service for snap applicati…azon-ssm-agent.amazon-ssm-agent...
[  OK  ] Stopped Service for snap applicatio…amazon-ssm-agent.amazon-ssm-agent.
[  OK  ] Stopped FUSE filesystem for LXC.
[   72.199690] cloud-init[1317]: systemctl disable snapd snapd.socket lxcfs snap.amazon-ssm-agent.amazon-ssm-agent
[   72.237406] cloud-init[1317]: Synchronizing state of lxcfs.service with SysV service script with /lib/systemd/systemd-sysv-install.
[   72.282138] cloud-init[1317]: Executing: /lib/systemd/systemd-sysv-install disable lxcfs
[   73.290536] cloud-init[1317]: Removed /etc/systemd/system/sockets.target.wants/snapd.socket.
[   73.302117] cloud-init[1317]: Removed /etc/systemd/system/multi-user.target.wants/snap.amazon-ssm-agent.amazon-ssm-agent.service.
[   73.350786] cloud-init[1317]: Removed /etc/systemd/system/multi-user.target.wants/snapd.service.
[   73.720912] cloud-init[1317]: # Disable swap to make K8S happy
[   73.735530] cloud-init[1317]: swapoff -a
[   73.816806] cloud-init[1317]: sed -i '/swap/d' /etc/fstab
[   73.844094] cloud-init[1317]: # Install K8S, kubeadm and Docker
[   73.859953] cloud-init[1317]: curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
[   74.112598] cloud-init[1317]: Warning: apt-key output should not be parsed (stdout is not a terminal)
[   74.722792] cloud-init[1317]: OK
[   74.752949] cloud-init[1317]: echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" > /etc/apt/sources.list.d/kubernetes.list
[   74.770679] cloud-init[1317]: export DEBIAN_FRONTEND=noninteractive
[   74.782316] cloud-init[1317]: apt-get update
[   75.033575] cloud-init[1317]: Hit:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
[   75.049250] cloud-init[1317]: Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
[   75.109288] cloud-init[1317]: Get:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
[   75.158542] cloud-init[1317]: Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
[   75.472426] cloud-init[1317]: Get:6 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB]
[   75.503327] cloud-init[1317]: Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8993 B]
[   76.701165] cloud-init[1317]: Get:7 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB]
[   77.034561] cloud-init[1317]: Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [296 kB]
[   77.286886] cloud-init[1317]: Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [106 kB]
[   77.308353] cloud-init[1317]: Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [131 kB]
[   77.372594] cloud-init[1317]: Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [74.1 kB]
[   77.399024] cloud-init[1317]: Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [3748 B]
[   77.413621] cloud-init[1317]: Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [1952 B]
[   77.776672] cloud-init[1317]: Get:14 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB]
[   77.834123] cloud-init[1317]: Get:15 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [25.2 kB]
[   77.852100] cloud-init[1317]: Get:16 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB]
[   77.881334] cloud-init[1317]: Get:17 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [574 kB]
[   77.901220] cloud-init[1317]: Get:18 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [211 kB]
[   77.921289] cloud-init[1317]: Get:19 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [755 kB]
[   77.969063] cloud-init[1317]: Get:20 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [201 kB]
[   77.989657] cloud-init[1317]: Get:21 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [6388 B]
[   78.040830] cloud-init[1317]: Get:22 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [3452 B]
[   78.077386] cloud-init[1317]: Get:23 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [1024 B]
[   78.097215] cloud-init[1317]: Get:24 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports/main Translation-en [448 B]
[   78.156963] cloud-init[1317]: Get:25 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3468 B]
[   78.173382] cloud-init[1317]: Get:26 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en [1604 B]
[   94.005915] cloud-init[1317]: Fetched 16.4 MB in 12s (1318 kB/s)
[   97.265423] cloud-init[1317]: Reading package lists...
[   97.400725] cloud-init[1317]: apt-get install -y kubelet=1.14.0-00 kubeadm=1.14.0-00 kubectl=1.14.0-00 awscli jq docker.io
[   97.669440] cloud-init[1317]: Reading package lists...
[   98.140017] cloud-init[1317]: Building dependency tree...
[   98.164515] cloud-init[1317]: Reading state information...
[   98.576372] cloud-init[1317]: The following additional packages will be installed:
[   98.591584] cloud-init[1317]:   bridge-utils cgroupfs-mount conntrack cri-tools docutils-common
[   98.618494] cloud-init[1317]:   kubernetes-cni libjbig0 libjpeg-turbo8 libjpeg8 libjq1 liblcms2-2 libltdl7
[   98.631414] cloud-init[1317]:   libonig4 libpaper-utils libpaper1 libtiff5 libwebp6 libwebpdemux2
[   98.653443] cloud-init[1317]:   libwebpmux3 pigz python3-botocore python3-dateutil python3-docutils
[   98.695129] cloud-init[1317]:   python3-jmespath python3-olefile python3-pil python3-pygments python3-roman
[   98.708975] cloud-init[1317]:   python3-rsa python3-s3transfer sgml-base socat ubuntu-fan xml-core
[   98.728095] cloud-init[1317]: Suggested packages:
[   98.740095] cloud-init[1317]:   ifupdown aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils
[   98.764337] cloud-init[1317]:   liblcms2-utils docutils-doc fonts-linuxlibertine | ttf-linux-libertine
[   98.777178] cloud-init[1317]:   texlive-lang-french texlive-latex-base texlive-latex-recommended
[   98.796091] cloud-init[1317]:   python-pil-doc python3-pil-dbg ttf-bitstream-vera sgml-base-doc debhelper
[   98.813643] cloud-init[1317]: The following NEW packages will be installed:
[   98.829274] cloud-init[1317]:   awscli bridge-utils cgroupfs-mount conntrack cri-tools docker.io
[   98.849989] cloud-init[1317]:   docutils-common jq kubeadm kubectl kubelet kubernetes-cni libjbig0
[   98.868041] cloud-init[1317]:   libjpeg-turbo8 libjpeg8 libjq1 liblcms2-2 libltdl7 libonig4 libpaper-utils
[   98.888053] cloud-init[1317]:   libpaper1 libtiff5 libwebp6 libwebpdemux2 libwebpmux3 pigz python3-botocore
[   98.910980] cloud-init[1317]:   python3-dateutil python3-docutils python3-jmespath python3-olefile
[   98.920424] cloud-init[1317]:   python3-pil python3-pygments python3-roman python3-rsa python3-s3transfer
[   98.930083] cloud-init[1317]:   sgml-base socat ubuntu-fan xml-core
[   99.018974] cloud-init[1317]: 0 upgraded, 40 newly installed, 0 to remove and 14 not upgraded.
[   99.037768] cloud-init[1317]: Need to get 102 MB of archives.
[   99.052100] cloud-init[1317]: After this operation, 567 MB of additional disk space will be used.
[   99.076595] cloud-init[1317]: Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 [110 kB]
[   99.096098] cloud-init[1317]: Get:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB]
[   99.144232] cloud-init[1317]: Get:4 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB]
[   99.161656] cloud-init[1317]: Get:6 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB]
[   99.188092] cloud-init[1317]: Get:7 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB]
[   99.233749] cloud-init[1317]: Get:8 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB]
[   99.261138] cloud-init[1317]: Get:10 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8624 B]
[   99.308277] cloud-init[1317]: Get:11 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB]
[   99.328293] cloud-init[1317]: Get:14 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-jmespath all 0.9.3-1ubuntu1 [18.7 kB]
[   99.364570] cloud-init[1317]: Get:15 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-botocore all 1.8.48+repack-1 [1764 kB]
[   99.385428] cloud-init[1317]: Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.12.0-00 [5343 kB]
[   99.408572] cloud-init[1317]: Get:16 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-rsa all 3.4.2-1 [29.0 kB]
[   99.437261] cloud-init[1317]: Get:17 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-s3transfer all 0.1.13-1 [39.8 kB]
[   99.456108] cloud-init[1317]: Get:18 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 awscli all 1.14.44-1ubuntu1 [482 kB]
[   99.477130] cloud-init[1317]: Get:19 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 bridge-utils amd64 1.5-15ubuntu1 [30.1 kB]
[   99.531131] cloud-init[1317]: Get:20 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 cgroupfs-mount all 1.4 [6320 B]
[   99.549338] cloud-init[1317]: Get:21 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB]
[   99.578032] cloud-init[1317]: Get:22 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
[   99.598189] cloud-init[1317]: Get:23 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 docker.io amd64 18.09.2-0ubuntu1~18.04.1 [46.4 MB]
[  100.220564] cloud-init[1317]: Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.7.5-00 [6473 kB]
[  100.961072] cloud-init[1317]: Get:9 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.14.0-00 [21.5 MB]
[  103.265758] cloud-init[1317]: Get:12 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.14.0-00 [8801 kB]
[  104.231889] cloud-init[1317]: Get:13 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.14.0-00 [8147 kB]
[  105.077280] cloud-init[1317]: Get:24 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 libonig4 amd64 6.7.0-1 [119 kB]
[  105.102441] cloud-init[1317]: Get:25 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 libjq1 amd64 1.5+dfsg-2 [111 kB]
[  105.142504] cloud-init[1317]: Get:26 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 jq amd64 1.5+dfsg-2 [45.6 kB]
[  105.169666] cloud-init[1317]: Get:27 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB]
[  105.197854] cloud-init[1317]: Get:28 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
[  105.217315] cloud-init[1317]: Get:29 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
[  105.262504] cloud-init[1317]: Get:30 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB]
[  105.288096] cloud-init[1317]: Get:31 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8170 B]
[  105.319467] cloud-init[1317]: Get:32 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
[  105.336093] cloud-init[1317]: Get:33 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.2 [153 kB]
[  105.361427] cloud-init[1317]: Get:34 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB]
[  105.401172] cloud-init[1317]: Get:35 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libwebpdemux2 amd64 0.6.1-2 [9472 B]
[  105.424100] cloud-init[1317]: Get:36 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libwebpmux3 amd64 0.6.1-2 [19.6 kB]
[  105.445312] cloud-init[1317]: Get:37 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB]
[  105.473205] cloud-init[1317]: Get:38 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pil amd64 5.1.0-1 [328 kB]
[  105.493206] cloud-init[1317]: Get:39 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pygments all 2.2.0+dfsg-1 [574 kB]
[  105.548497] cloud-init[1317]: Get:40 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-fan all 0.12.10 [34.7 kB]
[  106.746015] cloud-init[1317]: Preconfiguring packages ...
[  107.072763] cloud-init[1317]: Fetched 102 MB in 6s (16.0 MB/s)
[  107.472799] cloud-init[1317]: Selecting previously unselected package libjpeg-turbo8:amd64.
[  107.702176] cloud-init[1317]: (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 56579 files and directories currently installed.)
[  107.754215] cloud-init[1317]: Preparing to unpack .../00-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.1_amd64.deb ...
[  108.009610] cloud-init[1317]: Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ...
[  108.876900] cloud-init[1317]: Selecting previously unselected package sgml-base.
[  108.892263] cloud-init[1317]: Preparing to unpack .../01-sgml-base_1.29_all.deb ...
[  109.006699] cloud-init[1317]: Unpacking sgml-base (1.29) ...
[  109.796914] cloud-init[1317]: Selecting previously unselected package pigz.
[  109.811856] cloud-init[1317]: Preparing to unpack .../02-pigz_2.4-1_amd64.deb ...
[  109.900594] cloud-init[1317]: Unpacking pigz (2.4-1) ...
[  110.450051] cloud-init[1317]: Selecting previously unselected package python3-dateutil.
[  110.466147] cloud-init[1317]: Preparing to unpack .../03-python3-dateutil_2.6.1-1_all.deb ...
[  110.554761] cloud-init[1317]: Unpacking python3-dateutil (2.6.1-1) ...
[  111.345679] cloud-init[1317]: Selecting previously unselected package xml-core.
[  111.361309] cloud-init[1317]: Preparing to unpack .../04-xml-core_0.18_all.deb ...
[  111.449529] cloud-init[1317]: Unpacking xml-core (0.18) ...
[  112.190400] cloud-init[1317]: Selecting previously unselected package docutils-common.
[  112.206510] cloud-init[1317]: Preparing to unpack .../05-docutils-common_0.14+dfsg-3_all.deb ...
[  112.294388] cloud-init[1317]: Unpacking docutils-common (0.14+dfsg-3) ...
[  113.144424] cloud-init[1317]: Selecting previously unselected package python3-roman.
[  113.161094] cloud-init[1317]: Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ...
[  113.315989] cloud-init[1317]: Unpacking python3-roman (2.0.0-3) ...
[  114.071914] cloud-init[1317]: Selecting previously unselected package python3-docutils.
[  114.087286] cloud-init[1317]: Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ...
[  114.268643] cloud-init[1317]: Unpacking python3-docutils (0.14+dfsg-3) ...
[  115.208236] cloud-init[1317]: Selecting previously unselected package python3-jmespath.
[  115.223872] cloud-init[1317]: Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1_all.deb ...
[  115.338300] cloud-init[1317]: Unpacking python3-jmespath (0.9.3-1ubuntu1) ...
[  116.003044] cloud-init[1317]: Selecting previously unselected package python3-botocore.
[  116.018273] cloud-init[1317]: Preparing to unpack .../09-python3-botocore_1.8.48+repack-1_all.deb ...
[  116.132148] cloud-init[1317]: Unpacking python3-botocore (1.8.48+repack-1) ...
[  118.323100] cloud-init[1317]: Selecting previously unselected package python3-rsa.
[  118.338840] cloud-init[1317]: Preparing to unpack .../10-python3-rsa_3.4.2-1_all.deb ...
[  118.443415] cloud-init[1317]: Unpacking python3-rsa (3.4.2-1) ...
[  119.083830] cloud-init[1317]: Selecting previously unselected package python3-s3transfer.
[  119.103438] cloud-init[1317]: Preparing to unpack .../11-python3-s3transfer_0.1.13-1_all.deb ...
[  119.179795] cloud-init[1317]: Unpacking python3-s3transfer (0.1.13-1) ...
[  119.762436] cloud-init[1317]: Selecting previously unselected package awscli.
[  119.778071] cloud-init[1317]: Preparing to unpack .../12-awscli_1.14.44-1ubuntu1_all.deb ...
[  119.866095] cloud-init[1317]: Unpacking awscli (1.14.44-1ubuntu1) ...
[  121.973366] cloud-init[1317]: Selecting previously unselected package bridge-utils.
[  121.990455] cloud-init[1317]: Preparing to unpack .../13-bridge-utils_1.5-15ubuntu1_amd64.deb ...
[  122.102201] cloud-init[1317]: Unpacking bridge-utils (1.5-15ubuntu1) ...
[  123.093974] cloud-init[1317]: Selecting previously unselected package cgroupfs-mount.
[  123.110565] cloud-init[1317]: Preparing to unpack .../14-cgroupfs-mount_1.4_all.deb ...
[  123.235109] cloud-init[1317]: Unpacking cgroupfs-mount (1.4) ...
[  124.130234] cloud-init[1317]: Selecting previously unselected package conntrack.
[  124.146974] cloud-init[1317]: Preparing to unpack .../15-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ...
[  124.267658] cloud-init[1317]: Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ...
[  124.898608] cloud-init[1317]: Selecting previously unselected package cri-tools.
[  124.922363] cloud-init[1317]: Preparing to unpack .../16-cri-tools_1.12.0-00_amd64.deb ...
[  125.019259] cloud-init[1317]: Unpacking cri-tools (1.12.0-00) ...
[  128.694849] cloud-init[1317]: Selecting previously unselected package libltdl7:amd64.
[  128.714771] cloud-init[1317]: Preparing to unpack .../17-libltdl7_2.4.6-2_amd64.deb ...
[  128.815171] cloud-init[1317]: Unpacking libltdl7:amd64 (2.4.6-2) ...
[  129.756807] cloud-init[1317]: Selecting previously unselected package docker.io.
[  129.775001] cloud-init[1317]: Preparing to unpack .../18-docker.io_18.09.2-0ubuntu1~18.04.1_amd64.deb ...
[  129.943539] cloud-init[1317]: Unpacking docker.io (18.09.2-0ubuntu1~18.04.1) ...
[  150.186343] cloud-init[1317]: Selecting previously unselected package libonig4:amd64.
[  150.202866] cloud-init[1317]: Preparing to unpack .../19-libonig4_6.7.0-1_amd64.deb ...
[  150.315008] cloud-init[1317]: Unpacking libonig4:amd64 (6.7.0-1) ...
[  151.072126] cloud-init[1317]: Selecting previously unselected package libjq1:amd64.
[  151.096753] cloud-init[1317]: Preparing to unpack .../20-libjq1_1.5+dfsg-2_amd64.deb ...
[  151.209727] cloud-init[1317]: Unpacking libjq1:amd64 (1.5+dfsg-2) ...
[  151.833070] cloud-init[1317]: Selecting previously unselected package jq.
[  151.848384] cloud-init[1317]: Preparing to unpack .../21-jq_1.5+dfsg-2_amd64.deb ...
[  151.953814] cloud-init[1317]: Unpacking jq (1.5+dfsg-2) ...
[  152.472571] cloud-init[1317]: Selecting previously unselected package kubernetes-cni.
[  152.486309] cloud-init[1317]: Preparing to unpack .../22-kubernetes-cni_0.7.5-00_amd64.deb ...
[  152.564263] cloud-init[1317]: Unpacking kubernetes-cni (0.7.5-00) ...
[  156.330377] cloud-init[1317]: Selecting previously unselected package socat.
[  156.351040] cloud-init[1317]: Preparing to unpack .../23-socat_1.7.3.2-2ubuntu2_amd64.deb ...
[  156.433948] cloud-init[1317]: Unpacking socat (1.7.3.2-2ubuntu2) ...
[  157.166457] cloud-init[1317]: Selecting previously unselected package kubelet.
[  157.182075] cloud-init[1317]: Preparing to unpack .../24-kubelet_1.14.0-00_amd64.deb ...
[  157.261943] cloud-init[1317]: Unpacking kubelet (1.14.0-00) ...
[  167.428791] cloud-init[1317]: Selecting previously unselected package kubectl.
[  167.444464] cloud-init[1317]: Preparing to unpack .../25-kubectl_1.14.0-00_amd64.deb ...
[  167.540296] cloud-init[1317]: Unpacking kubectl (1.14.0-00) ...
[  171.898375] cloud-init[1317]: Selecting previously unselected package kubeadm.
[  171.914072] cloud-init[1317]: Preparing to unpack .../26-kubeadm_1.14.0-00_amd64.deb ...
[  172.010317] cloud-init[1317]: Unpacking kubeadm (1.14.0-00) ...
jessesanford commented 5 years ago

Was an issue with the security groups after all.