Skip to content

Instantly share code, notes, and snippets.

View seanknox's full-sized avatar
🙋‍♂️

Sean Knox seanknox

🙋‍♂️
  • San Francisco, CA
View GitHub Profile
<div class="column full-height align-center" data-off-canvas data-position="left">
<div id="sidebar">
<a href="/" class="logo align-center">
<img src="assets/images/kashti-logo.svg" />
</a>
<a href="https://github.com/Azure/kashti/tree/master/docs">
<i class="icon ion-md-document align-center"></i>
</a>
<a href="https://github.com/Azure/kashti/issues">
<i class="icon ion-md-help align-center"></i>

What went well

People thought event was run smoothly

  • A lot of positive feedback from attendees about how the event was run and the content.
  • Thought the flow of talks was really nice
  • Continuity of the talks was spot on, good flow. Venue was awesome. Probably best tech event I've been to.
  • liked that the talks weren't too long
  • liked the willingness for everyone to jump in and help
  • Venue was great, really positive vibe, great to interact with so many people passionate about Helm
  • Really liked the vibe of the whole thing. "At Kubecon you felt anonymous, here you don't"
  • loved the vibe and venue, i think the vibe reflected that the core team are good people
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Apr 15 21:42:19 node1 systemd[1]: Started Kubernetes Kubelet.
Apr 15 21:42:28 node1 kubelet[3421]: Flag --allow-privileged has been deprecated, will be removed in a future version
Apr 15 21:42:28 node1 kubelet[3421]: Flag --anonymous-auth has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Apr 15 21:42:28 node1 kubelet[3421]: Flag --authorization-mode has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Apr 15 21:42:28 node1 kubelet[3421]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Apr 15 21:42:28 node1 kubelet[
$ TF_LOG=debug CLUSTER_NAME=seano make apply
terraform get
2018/04/22 21:27:53 [INFO] Terraform version: 0.11.7
2018/04/22 21:27:53 [INFO] Go runtime version: go1.10.1
2018/04/22 21:27:53 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.7/bin/terraform", "get"}
2018/04/22 21:27:53 [DEBUG] Attempting to open CLI config file: /Users/seknox/.terraformrc
2018/04/22 21:27:53 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/04/22 21:27:53 [INFO] CLI command args: []string{"get"}
- module.rg
2018/04/23 20:57:18 [cni-net] Processing ADD command with args {ContainerID:1685e54ac648974d551d63b60c01475109e8c0dbccd5236bbe0e6fe7d4140b1e Netns:/proc/49369/ns/net IfName:eth0 Args:IgnoreUnknown=1;K8S_POD_NAMESPACE=kube-system;K8S_POD_NAME=kube-dns-66cff6c6f-lfnvz;K8S_POD_INFRA_CONTAINER_ID=1685e54ac648974d551d63b60c01475109e8c0dbccd5236bbe0e6fe7d4140b1e Path:/opt/azure-vnet/bin:/opt/cni/bin}.
2018/04/23 20:57:18 [cni-net] Read network configuration &{CNIVersion:0.3.0 Name:azure Type:azure-vnet Mode:bridge Master:eth1 Bridge:azure0 LogLevel: LogTarget: Ipam:{Type:azure-vnet-ipam Environment: AddrSpace: Subnet: Address: QueryInterval:}}.
2018/04/23 20:57:18 [cni-net] Creating network azure.
2018/04/23 20:57:18 [cni] Calling plugin azure-vnet-ipam ADD nwCfg:&{CNIVersion:0.3.0 Name:azure Type:azure-vnet Mode:bridge Master:eth1 Bridge:azure0 LogLevel: LogTarget: Ipam:{Type:azure-vnet-ipam Environment: AddrSpace: Subnet: Address: QueryInterval:}}.
2018/04/23 20:57:18 [cni] Plugin azure-vnet-ipam returned result:
# Generated by iptables-save v1.6.1 on Mon May 7 15:06:25 2018
*filter
:INPUT ACCEPT [172:68334]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [183:40154]
:KUBE-EXTERNAL-SERVICES - [0:0]
:KUBE-FIREWALL - [0:0]
:KUBE-FORWARD - [0:0]
:KUBE-SERVICES - [0:0]
-A INPUT -j KUBE-FIREWALL
<?xml version="1.0"?>
<Interfaces>
<Interface MacAddress="000D3A060C65" IsPrimary="true">
<IPSubnet Prefix="10.1.0.0/16">
<IPAddress Address="10.1.0.114" IsPrimary="true"/>
<IPAddress Address="10.1.0.115" IsPrimary="false"/>
<IPAddress Address="10.1.0.116" IsPrimary="false"/>
<IPAddress Address="10.1.0.117" IsPrimary="false"/>
<IPAddress Address="10.1.0.118" IsPrimary="false"/>
<IPAddress Address="10.1.0.119" IsPrimary="false"/>
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: flannel
rules:
- apiGroups:
- ""
resources:
- pods
# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key