Skip to content

Instantly share code, notes, and snippets.

View alexbrand's full-sized avatar
🚀
Let's do this!

Alexander Brand alexbrand

🚀
Let's do this!
View GitHub Profile
@alexbrand
alexbrand / kube-apiserver.log
Created February 4, 2019 15:31
API server crash logs after first etcd node goes down (Kubernetes issue #72102)
Flag --insecure-port has been deprecated, This flag will be removed in a future version.
I0204 15:26:02.305517 1 server.go:557] external host was not specified, using 172.31.36.48
I0204 15:26:02.306056 1 server.go:146] Version: v1.13.3
I0204 15:26:03.597661 1 plugins.go:158] Loaded 9 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,NodeRestriction,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,MutatingAdmissionWebhook.
I0204 15:26:03.597711 1 plugins.go:161] Loaded 6 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,Priority,PersistentVolumeClaimResize,ValidatingAdmissionWebhook,ResourceQuota.
I0204 15:26:03.598359 1 plugins.go:158] Loaded 9 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,NodeRestriction,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStor
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: kuard
name: kuard
namespace: kbujbkuhdod66gjdmwmijz8xzgsx1nkfbrloezdjiulquzk4x3p0nnvpzi8r
spec:
replicas: 3
selector:
@alexbrand
alexbrand / ansible.cfg
Last active May 16, 2017 15:17
Ansible bug: facts are not gathered when using smart fact gathering
[defaults]
gathering = smart