I hereby claim:
- I am apenney on github.
- I am apenney (https://keybase.io/apenney) on keybase.
- I have a public key ASB57IztR4e7zcF4IVxWuWHVz3mrdTJEFFgChBPC2E0YiAo
To claim this, I am signing this object:
| amazon-ebs: ...ignoring | |
| amazon-ebs: | |
| amazon-ebs: TASK [idealista.tomcat : Debug url] ******************************************** | |
| amazon-ebs: ok: [default] => { | |
| amazon-ebs: "tomcat_url": "https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.92/bin/apache-tomcat-7.0.92.tar.gz" | |
| amazon-ebs: } | |
| amazon-ebs: | |
| amazon-ebs: TASK [idealista.tomcat : Tomcat | Download & Extract Tomcat] ******************* | |
| amazon-ebs: [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
| amazon-ebs: `result|failed` use `result is failed`. This feature will be removed in version |
| #!/usr/bin/env bash | |
| # install google utilities | |
| wget http://commondatastorage.googleapis.com/pub/gsutil.tar.gz | |
| tar xfz gsutil.tar.gz -C $HOME | |
| vi ~/.bashrc | |
| export PATH=${PATH}:$HOME/gsutil | |
| cd gsutil | |
| python setup.py install | |
| gsutil config |
| package main | |
| import ( | |
| "fmt" | |
| "github.com/aws/aws-sdk-go-v2/aws" | |
| "github.com/aws/aws-sdk-go-v2/aws/endpoints" | |
| "github.com/aws/aws-sdk-go-v2/aws/external" | |
| "github.com/aws/aws-sdk-go-v2/service/route53" | |
| ) |
| [ 31.729779] ath10k_pci 0000:01:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 | |
| [ 31.973295] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2 | |
| [ 31.984189] ath10k_pci 0000:01:00.0: Falling back to user helper | |
| [ 32.213270] firmware ath10k!pre-cal-pci-0000:01:00.0.bin: firmware_loading_store: map pages failed | |
| [ 32.222607] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2 | |
| [ 32.233132] ath10k_pci 0000:01:00.0: Falling back to user helper | |
| [ 39.083972] ath10k_pci 0000:01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000 | |
| [ 39.093362] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 1 testmode 1 | |
| [ 39.106429] ath10k_pci 0000:01:00.0: firmware ver 10.2.4-1.0-00029 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 88595bb8 | |
| [ 39.151384] ath10k_pci 0000:01:00.0: board id is not exist in otp, ignore it |
| » kubectl cluster-info dump | |
| [snip] | |
| ==== START logs for kube-system/kube-dns-2535409982-897nf ==== | |
| Error from server (BadRequest): the server rejected our request for an unknown reason (get pods kube-dns-2535409982-897nf) | |
| [I] apenney at apenney in ~ | |
| » kubectl get pods -n kube-system | grep kube-dns | |
| kube-dns-2535409982-897nf 3/3 Running 0 3m | |
| kube-dns-2535409982-8t1qq 3/3 Running 0 4m | |
| kube-dns-autoscaler-1718339319-cmzpf 1/1 Running 0 3d |
I hereby claim:
To claim this, I am signing this object:
| # Source: hamilton/templates/deployment.yaml | |
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: qa-hamilton-hamilton | |
| labels: | |
| chart: "hamilton-1.0.7" | |
| app: qa-hamilton-hamilton | |
| team: "alpha" | |
| service: "calculations" |
| #!/usr/bin/env python3 | |
| import logging | |
| import boto3 | |
| import sys | |
| import subprocess | |
| from urllib.request import urlopen | |
| import datadog |
| » kubectl exec quieting-tuatara-consul-0 consul members --namespace=default | grep server | |
| quieting-tuatara-consul-0 10.42.0.1:8301 alive server 0.7.5 2 dc1 | |
| quieting-tuatara-consul-1 10.43.64.2:8301 alive server 0.7.5 2 dc1 | |
| quieting-tuatara-consul-2 10.42.128.2:8301 alive server 0.7.5 2 dc1 |
| » brew install kops --HEAD | |
| \==> Using the sandbox | |
| ^R | |
| ==> Cloning https://github.com/kubernetes/kops.git | |
| Updating /Users/apenney/Library/Caches/Homebrew/kops--git | |
| ==> Checking out branch master | |
| ==> make -C /private/tmp/kops-20170216-45545-15ywk6v/src/k8s.io/kops | |
| Last 15 lines from /Users/apenney/Library/Logs/Homebrew/kops/01.make: | |
| 2017-02-16 15:21:41 -0500 |