I hereby claim:
- I am jer on github.
- I am jwuenschel (https://keybase.io/jwuenschel) on keybase.
- I have a public key ASAL3esftjuksgXaz5vwdJQhYfXhnNHEjY3x0foBsyRcAgo
To claim this, I am signing this object:
| Error adding/updating cluster(s) outbound|50052||clientservice.clientnamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|50052||clientservice.clientnamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|50052||clientservice.clientnamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|50052||clientservice.clientnamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|50052||clientservice.clientnamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|8443||aservice.somenamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|50051||anotherservice.anotherservicenamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|9091||service3.yetanotherservicenamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|50051||service4.yetanotherservicenamespace.svc.cluster.local: Invalid path: /etc/certs/cert-chain.pem, outbound|9000||service4.y |
| var latest = stream | |
| |from() | |
| .measurement('prom_last') | |
| .groupBy(*) | |
| |window() | |
| .period(11s) | |
| .every(1s) | |
| .align() | |
| |last('value') | |
| .as('last') |
| kind: ClusterRole | |
| apiVersion: rbac.authorization.k8s.io/v1alpha1 | |
| metadata: | |
| name: kubelet-role | |
| rules: | |
| - apiGroups: ["*"] | |
| resources: ["pods", "nodes"] | |
| verbs: ["*"] | |
| nonResourceURLs: ["*"] | |
| - apiGroups: ["*"] |
| > export KUBERNETES_PROVIDER=aws; wget -q -O - https://get.k8s.io | bash | |
| Downloading kubernetes release v1.3.5 to /Users/<redacted>/dev/kubernetes/upstream/cluster/kubernetes.tar.gz | |
| --2016-08-18 13:55:05-- https://storage.googleapis.com/kubernetes-release/release/v1.3.5/kubernetes.tar.gz | |
| Resolving storage.googleapis.com... 216.58.216.48, 2607:f8b0:4007:80a::2010 | |
| Connecting to storage.googleapis.com|216.58.216.48|:443... connected. | |
| HTTP request sent, awaiting response... 200 OK | |
| Length: 1487521607 (1.4G) [application/x-tar] | |
| Saving to: 'kubernetes.tar.gz' | |
| kubernetes.tar.gz 100%[==============================================================================================>] 1.38G 20.0MB/s in 81s |
| { | |
| "paths" : { | |
| "/v3/platforms/{id}" : { | |
| "get" : { | |
| "parameters" : [ | |
| { | |
| "required" : true, | |
| "description" : "Identifier of this platform", | |
| "in" : "path", | |
| "name" : "id", |
| apiVersion: batch/v1 | |
| kind: Job | |
| metadata: | |
| name: sdrunner | |
| spec: | |
| template: | |
| metadata: | |
| name: sdrunner | |
| spec: | |
| restartPolicy: Never |
I hereby claim:
To claim this, I am signing this object:
| > cat test.rb | |
| require 'chess' | |
| game = Chess::Game.new | |
| puts game.to_s | |
| > valgrind --partial-loads-ok=yes --undef-value-errors=no ruby test.rb | |
| ==60898== Memcheck, a memory error detector | |
| ==60898== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. | |
| ==60898== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info | |
| ==60898== Command: ruby test.rb |
| > cat test.rb | |
| require 'chess' | |
| game = Chess::Game.new | |
| puts game.to_s | |
| > valgrind --partial-loads-ok=yes --undef-value-errors=no ruby test.rb | |
| ==55403== Memcheck, a memory error detector | |
| ==55403== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. | |
| ==55403== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info | |
| ==55403== Command: ruby test.rb |