This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wed Nov 7 02:40:50 UTC 2018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ k get ns | |
NAME STATUS AGE | |
cert-manager Active 20d | |
default Active 20d | |
jenkins Active 2d9h | |
kube-public Active 20d | |
kube-system Active 20d | |
nginx-ingress Active 20d | |
ob-mirror Active 19d | |
simplest-commitbee Active 6d10h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"uri": "features\/janky.feature", | |
"id": "janky-feature", | |
"keyword": "Feature", | |
"name": "Janky feature", | |
"description": "", | |
"line": 1, | |
"elements": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"uri":"features/add_job_hourly_ultratime.feature", | |
"id":"add-job-hourly-(ultratime)", | |
"keyword":"Feature", | |
"name":"Add Job Hourly (Ultratime)", | |
"description":"", | |
"line":1, | |
"elements":[ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Policy": { | |
"PolicyName": "boundary-delegated-iam", | |
"PolicyId": "ANPAJK7TA6Q6CLUXZOC2E", | |
"Arn": "arn:aws:iam::209773529123:policy/boundary-delegated-iam", | |
"Path": "/", | |
"DefaultVersionId": "v5", | |
"AttachmentCount": 1, | |
"PermissionsBoundaryUsageCount": 128, | |
"IsAttachable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21:06 -!- yebyen [[email protected]] has joined #honkctl-jan | |
21:06 -!- Topic for #honkctl-jan: https://gist.githubusercontent.com/jeefy/ee705f2838f237d46d2c8fd756abb395/raw/a866e3b207cd6d07bf2b145399a2ce85a30dd139/honkctl-jan | |
21:06 -!- Topic set by jeefy [uid114104@gateway/web/irccloud.com/x-zgoztgdtahgzdpfo] [Fri Jan 17 20:05:37 2020] | |
21:06 [Users #honkctl-jan] | |
21:06 [@jeefy ] [ brrrr ] [ honkctl ] [ swiggity_swooty] [ yebyen] | |
21:06 [@mrbobbytables] [ cprivite ] [ nyarison ] [ t168286 ] | |
21:06 [ bdimcheff[m] ] [ fronkchie] [ randohacker] [ TabSab ] | |
21:06 -!- Irssi: #honkctl-jan: Total of 13 nicks [2 ops, 0 halfops, 0 voices, 11 normal] | |
21:06 -!- Channel #honkctl-jan created Thu Jan 16 23:17:40 2020 | |
21:06 -!- Irssi: Join to #honkctl-jan was synced in 0 secs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: beer | |
spec: | |
containers: | |
- name: beer | |
image: tutum/curl | |
command: | |
- sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:01 -!- yebyen [[email protected]] has joined #honkctl-jan | |
10:01 -!- Topic for #honkctl-jan: https://gist.githubusercontent.com/jeefy/ee705f2838f237d46d2c8fd756abb395/raw/a866e3b207cd6d07bf2b145399a2ce85a30dd139/honkctl-jan | |
10:01 -!- Topic set by jeefy [uid114104@gateway/web/irccloud.com/x-zgoztgdtahgzdpfo] [Fri Jan 17 20:05:37 2020] | |
10:01 [Users #honkctl-jan] | |
10:01 [@jeefy ] [ bdimcheff] [ fronkchie ] [ yebyen] | |
10:01 [@mrbobbytables] [ fraq ] [ randohacker] | |
10:01 -!- Irssi: #honkctl-jan: Total of 7 nicks [2 ops, 0 halfops, 0 voices, 5 normal] | |
10:01 -!- Channel #honkctl-jan created Thu Jan 16 23:17:40 2020 | |
10:01 -!- Irssi: Join to #honkctl-jan was synced in 0 secs | |
10:01 -!- xmudrii [[email protected]] has joined #honkctl-jan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
kubectl -n kube-system create sa tiller | |
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller | |
helm init --service-account tiller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(compat-5-2-4)$ rvm use 2.6.5 | |
Using /Users/kbarret8/.rvm/gems/ruby-2.6.5 | |
kbarret8@kbarret8-mbp:~/Desktop/devel/ruby/composite_primary_keys (compat-5-2-4)$ bundle | |
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching rake 13.0.1 | |
Installing rake 13.0.1 | |
Fetching concurrent-ruby 1.1.6 | |
Installing concurrent-ruby 1.1.6 | |
Fetching i18n 1.8.2 |