Skip to content

Instantly share code, notes, and snippets.

View kelseyhightower's full-sized avatar

Kelsey Hightower kelseyhightower

View GitHub Profile
labels: endpoint=good-goose-55.backplaneapp.io, release=v1
healthcheck timeout: 1s
[endpoint=good-goose-55.backplaneapp.io, release=v1,id=fcbdb3f0f08e1d48] agentID=fcbdb3f0f08e1d48 Connecting to the Backplane network...
[endpoint=good-goose-55.backplaneapp.io, release=v1,id=fcbdb3f0f08e1d48] agentID=fcbdb3f0f08e1d48 There was an error registering with the Backplane network
[endpoint=good-goose-55.backplaneapp.io, release=v1,id=fcbdb3f0f08e1d48] agentID=fcbdb3f0f08e1d48 There was an error registering with the Backplane network
[endpoint=good-goose-55.backplaneapp.io, release=v1,id=fcbdb3f0f08e1d48] agentID=fcbdb3f0f08e1d48 There was an error registering with the Backplane network
[endpoint=good-goose-55.backplaneapp.io, release=v1,id=fcbdb3f0f08e1d48] agentID=fcbdb3f0f08e1d48 There was an error registering with the Backplane network
[endpoint=good-goose-55.backplaneapp.io, release=v1,id=fcbdb3f0f08e1d48] agentID=fcbdb3f0f08e1d48 There was an error registering with the Backplane network
[endpoint=good-goose-55.
$ backplane route
Endpoint RouteID Weight LabelSelector
-------- ------- ------ -------------
good-goose-55.backplaneapp.io route0000 100 endpoint=good-goose-55.backplaneapp.io,release=v1
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: helloworld
spec:
template:
metadata:
labels:
app: helloworld
spec:
package main
import (
"context"
"fmt"
"log"
"golang.org/x/oauth2/google"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/config"
apiVersion: apps/v1beta1
kind: StatefulSet
metadata:
name: vault
spec:
serviceName: vault
replicas: 1
template:
metadata:
labels:
#!/bin/bash
CLUSTERS=$(gcloud container clusters list \
--format 'value(name)[terminator=" "]')
NODE_PORT=32080
gcloud compute health-checks create tcp hello-kubernetes-health-check --port ${NODE_PORT}
gcloud compute backend-services create hello-kubernetes-backend-services \
--connection-draining-timeout 3600 \
{
"default": [
{
"type": "insecureAcceptAnything"
}
]
}
[2017-08-18 00:43:46.245][10][warning][router] rds: fetch failure: JSON at lines 3-9 does not conform to schema.
Invalid schema: #/properties/routes
Schema violation: type
Offending document key: #/routes
[2017-08-18 00:43:47.727][10][warning][router] rds: fetch failure: JSON at lines 3-9 does not conform to schema.
Invalid schema: #/properties/routes
Schema violation: type
Offending document key: #/routes
[2017-08-18 00:43:48.779][10][warning][router] rds: fetch failure: JSON at lines 3-9 does not conform to schema.
Invalid schema: #/properties/routes
$ kubectl apply -f install/kubernetes/istio-rbac-beta.yaml
rolebinding "istio-pilot-admin-role-binding" created
rolebinding "istio-ca-role-binding" created
rolebinding "istio-ingress-admin-role-binding" created
rolebinding "istio-sidecar-role-binding" created
Error from server (Forbidden): error when creating "install/kubernetes/istio-rbac-beta.yaml": clusterroles.rbac.authorization.k8s.io "istio-pilot" is forbidden: attempt to grant extra privileges: [PolicyRule{Resources:["istioconfigs"], APIGroups:["istio.io"], Verbs:["*"]} PolicyRule{Resources:["istioconfigs.istio.io"], APIGroups:["istio.io"], Verbs:["*"]} PolicyRule{Resources:["thirdpartyresources"], APIGroups:["extensions"], Verbs:["*"]} PolicyRule{Resources:["thirdpartyresources.extensions"], APIGroups:["extensions"], Verbs:["*"]} PolicyRule{Resources:["ingresses"], APIGroups:["extensions"], Verbs:["*"]} PolicyRule{Resources:["configmaps"], APIGroups:[""], Verbs:["*"]} PolicyRule{Resources:["endpoints"], APIGroups:[""], Verbs:["*"]} PolicyRule{Resourc
Aug 09 04:07:57 ns-3 systemd[1]: Started consul.
Aug 09 04:07:57 ns-3 consul[2765]: ==> WARNING: Expect Mode enabled, expecting 3 servers
Aug 09 04:07:57 ns-3 consul[2765]: ==> Starting Consul agent...
Aug 09 04:07:57 ns-3 consul[2765]: ==> Consul agent running!
Aug 09 04:07:57 ns-3 consul[2765]: Version: 'v0.9.0'
Aug 09 04:07:57 ns-3 consul[2765]: Node ID: 'f73b72e3-cb6e-ee71-ff22-81c5c0720382'
Aug 09 04:07:57 ns-3 consul[2765]: Node name: 'ns-3'
Aug 09 04:07:57 ns-3 consul[2765]: Datacenter: 'dc1'
Aug 09 04:07:57 ns-3 consul[2765]: Server: true (bootstrap: false)
Aug 09 04:07:57 ns-3 consul[2765]: Client Addr: 0.0.0.0 (HTTP: 8500, HTTPS: -1, DNS: 8600)