slingshot cluster create \
-f - \
-I jetstack/slingshot-ip-terraform-aws-coreos:0.1 \
-C jetstack/slingshot-cp-ansible-k8s-coreos:flocker-0.1 \
christian-flocker <<EOF
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
| " Disable compatability | |
| set nocompatible | |
| filetype off | |
| set rtp+=~/.vim/bundle/vundle/ | |
| call vundle#rc() | |
| " Let Vundle manage Vundle | |
| Plugin 'gmarik/vundle' |
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
| --- | |
| kind: Service | |
| apiVersion: v1 | |
| metadata: | |
| name: hello-world-hpa | |
| labels: | |
| app: hello-world | |
| spec: | |
| type: NodePort | |
| ports: |
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
| # Flocker go library examples | |
| package main | |
| import ( | |
| "encoding/json" | |
| flockerApi "github.com/simonswine/flocker-go" | |
| "log" | |
| ) |
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
| kubectl get rs,secrets -o json --namespace old | jq '.items[].metadata.namespace = "new"' | kubectl create-f - |
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
| " .vimrc | |
| " | |
| " Install vundle | |
| " git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
| " | |
| " Launch vim and run | |
| " :VundleInstall | |
| " Disable compatability | |
| set nocompatible |
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
| 2016/08/16 08:29:54 [INFO] Terraform version: 0.7.0 e822a79165dbc06bbf8271ee349fe256867d53dc | |
| 2016/08/16 08:29:54 [DEBUG] Detected home directory from env var: /home/christian | |
| 2016/08/16 08:29:54 [DEBUG] Detected home directory from env var: /home/christian | |
| 2016/08/16 08:29:54 [DEBUG] Attempting to open CLI config file: /home/christian/.terraformrc | |
| 2016/08/16 08:29:54 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2016/08/16 08:29:54 [DEBUG] Detected home directory from env var: /home/christian | |
| 2016/08/16 08:29:55 [TRACE] Graph after step *terraform.ConfigTransformer: | |
| google_container_cluster.default-infra - *terraform.GraphNodeConfigResource | |
| var.default_zone - *terraform.GraphNodeConfigVariable |
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
| antigen use oh-my-zsh | |
| antigen theme bira | |
| antigen bundles <<EOBUNDLES | |
| zsh-users/zsh-syntax-highlighting | |
| git | |
| tmux | |
| EOBUNDLES |
I hereby claim:
- I am simonswine on github.
- I am simonswine (https://keybase.io/simonswine) on keybase.
- I have a public key whose fingerprint is D29F 745D D48C A0E0 C33A 7B08 1FF2 C09C 6204 5ED2
To claim this, I am signing this object:
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
| $ terraform apply | |
| libvirt_cloudinit.master: Refreshing state... (ID: /var/lib/libvirt/images/k8s-master-clou...g;5969f69a-6d83-db3b-fc21-3194e29f6138) | |
| libvirt_network.network: Refreshing state... (ID: f9d0bfad-c7ec-46c1-bc0e-0ed393322f7d) | |
| libvirt_volume.centos-7: Refreshing state... (ID: /var/lib/libvirt/images/base-centos-7-1706.qcow2) | |
| libvirt_volume.master: Refreshing state... (ID: /var/lib/libvirt/images/k8s-master-1.qcow2) | |
| libvirt_domain.master: Refreshing state... (ID: 55cc32b2-2d7f-4656-a4ba-359d40df3a12) | |
| libvirt_cloudinit.master: Destroying... (ID: /var/lib/libvirt/images/k8s-master-clou...g;5969f69a-6d83-db3b-fc21-3194e29f6138) | |
| libvirt_cloudinit.master: Destruction complete | |
| libvirt_cloudinit.master: Creating... | |
| local_hostname: "" => "master-1" |