I hereby claim:
- I am remm on github.
- I am romanst (https://keybase.io/romanst) on keybase.
- I have a public key ASAFW5jdu3PuXVlnnJia2YFjE2ScA2uAH0qc97ijC5R-Nwo
To claim this, I am signing this object:
http://www.amazon.com/Phoenix-Project-Helping-Business-ebook/dp/B00AZRBLHO/ref=sr_1_4?s=books&ie=UTF8&qid=1366136823&sr=1-4&keywords=continuous+delivery | |
http://www.amazon.com/Release-Production-Ready-Software-Pragmatic-Programmers/dp/0978739213/ref=sr_1_23?s=books&ie=UTF8&qid=1366136865&sr=1-23&keywords=continuous+delivery | |
http://www.amazon.com/Visible-Ops-Handbook-Implementing-Practical/dp/0975568612/ref=sr_1_1?s=books&ie=UTF8&qid=1366137252&sr=1-1&keywords=visible+ops+handbook | |
http://www.amazon.com/Continuous-Delivery-Deployment-Automation-Addison-Wesley/dp/0321601912/ref=sr_1_1?s=books&ie=UTF8&qid=1366136823&sr=1-1&keywords=continuous+delivery | |
http://www.amazon.com/Web-Operations-Keeping-Data-Time/dp/1449377440 |
set runtimepath+=~/.vim_runtime | |
source ~/.vim_runtime/vimrcs/basic.vim | |
source ~/.vim_runtime/vimrcs/filetypes.vim | |
source ~/.vim_runtime/vimrcs/plugins_config.vim | |
source ~/.vim_runtime/vimrcs/extended.vim | |
try | |
source ~/.vim_runtime/my_configs.vim | |
catch |
I hereby claim:
To claim this, I am signing this object:
# use existing subnets and call theit attributes | |
data "google_compute_subnetwork" "k8s-us-west2" { | |
name = "k8s" | |
region = "us-west2" | |
} | |
ip_allocation_policy = { | |
cluster_ipv4_cidr_block = "${data.google_compute_subnetwork.k8s-us-west2.secondary_ip_range.0.range_name}", | |
services_ipv4_cidr_block = "${data.google_compute_subnetwork.k8s-us-west2.secondary_ip_range.1.range_name}", | |
} |
2019/10/19 20:19:10 1652#1 [info] Stopping the DNS proxy server | |
2019/10/19 20:19:10 1652#1 [info] Stopped the DNS proxy server | |
2019/10/19 20:19:17 3203#1 [info] Upstream 0: dns.adguard.com:853 | |
2019/10/19 20:19:17 3203#1 [info] Starting the DNS proxy server | |
2019/10/19 20:19:17 3203#1 [info] Creating the UDP server socket | |
2019/10/19 20:19:17 3203#1 [info] Listening to udp://[::]:53 | |
2019/10/19 20:19:17 3203#1 [info] Creating the TCP server socket | |
2019/10/19 20:19:17 3203#1 [info] Listening to tcp://[::]:53 | |
2019/10/19 20:19:17 3203#34 [info] Entering the UDP listener loop on [::]:53 | |
2019/10/19 20:19:17 3203#35 [info] Entering the tcp listener loop on [::]:53 |