<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Virtualizatio&#039;n&#039;automation</title>
	<atom:link href="https://emilwypych.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://emilwypych.com/</link>
	<description>by Emil</description>
	<lastBuildDate>Mon, 23 Nov 2020 18:11:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Pyenv problem MACOSX_DEPLOYMENT_TARGET=11.0</title>
		<link>https://emilwypych.com/2020/11/23/pyenv-problem-macosx_deployment_target11-0/</link>
					<comments>https://emilwypych.com/2020/11/23/pyenv-problem-macosx_deployment_target11-0/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 18:11:52 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[pyenv]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=651</guid>

					<description><![CDATA[Having the newest operating system is a great thing, especially for all Apple fans. You know, all those fancy features, new design, fonts and so on. But unfortunately, Apple is&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2020/11/23/pyenv-problem-macosx_deployment_target11-0/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2020/11/23/pyenv-problem-macosx_deployment_target11-0/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to run Discord bot on Cloud Run</title>
		<link>https://emilwypych.com/2020/10/25/how-to-run-discord-bot-on-cloud-run/</link>
					<comments>https://emilwypych.com/2020/10/25/how-to-run-discord-bot-on-cloud-run/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 25 Oct 2020 10:29:50 +0000</pubDate>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[GCP]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud-run]]></category>
		<category><![CDATA[gcp]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=647</guid>

					<description><![CDATA[One of my hobbies is playing Pokemon Go – yeah, I’m not a kid, but I grow up on Pokemons, so this game is my guilty pleasure. Of course, it’s&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2020/10/25/how-to-run-discord-bot-on-cloud-run/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2020/10/25/how-to-run-discord-bot-on-cloud-run/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Why I decided to migrate my blog from VPS to hosting?</title>
		<link>https://emilwypych.com/2020/09/01/why-i-decided-to-migrate-my-blog-from-vps-to-hosting/</link>
					<comments>https://emilwypych.com/2020/09/01/why-i-decided-to-migrate-my-blog-from-vps-to-hosting/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 17:41:05 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hosting]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=641</guid>

					<description><![CDATA[When I decided to create my blog, I was thinking about using hosting or buying my own VPS. Actually, you know, I’m an IT guy, right?! I can do magic&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2020/09/01/why-i-decided-to-migrate-my-blog-from-vps-to-hosting/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2020/09/01/why-i-decided-to-migrate-my-blog-from-vps-to-hosting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Slack notifications in Jenkins</title>
		<link>https://emilwypych.com/2020/05/24/slack-notifications-in-jenkins/</link>
					<comments>https://emilwypych.com/2020/05/24/slack-notifications-in-jenkins/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 24 May 2020 14:47:53 +0000</pubDate>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Jenkins]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[jenkins]]></category>
		<category><![CDATA[slack]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=616</guid>

					<description><![CDATA[One of the most important things in Jenkins is the ability to being extended by plugins. Jenkins is an Open Source project, so we can see what happens inside, and&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2020/05/24/slack-notifications-in-jenkins/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2020/05/24/slack-notifications-in-jenkins/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Force pods to restart when configmap is changed</title>
		<link>https://emilwypych.com/2020/02/23/force-pods-to-restart-when-configmap-is-changed/</link>
					<comments>https://emilwypych.com/2020/02/23/force-pods-to-restart-when-configmap-is-changed/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 23 Feb 2020 12:31:31 +0000</pubDate>
				<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[kubernetes]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=598</guid>

					<description><![CDATA[Maybe some of you use Helm to make a new release of your application hosted on Kubernetes. Maybe some of you use just simple yaml manifests because Helm is too&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2020/02/23/force-pods-to-restart-when-configmap-is-changed/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2020/02/23/force-pods-to-restart-when-configmap-is-changed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Update git config recursively</title>
		<link>https://emilwypych.com/2020/01/12/update-git-config-recursively/</link>
					<comments>https://emilwypych.com/2020/01/12/update-git-config-recursively/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 12 Jan 2020 12:16:52 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=593</guid>

					<description><![CDATA[Git is the must-have tool for almost all IT positions. No matter if you’re Developer, Release Engineer or maybe classy SysOp, you arguably have to use git (or any other&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2020/01/12/update-git-config-recursively/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2020/01/12/update-git-config-recursively/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ansible-vault password in Jenkins</title>
		<link>https://emilwypych.com/2019/11/11/ansible-vault-password-in-jenkins/</link>
					<comments>https://emilwypych.com/2019/11/11/ansible-vault-password-in-jenkins/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Mon, 11 Nov 2019 17:54:52 +0000</pubDate>
				<category><![CDATA[Ansible]]></category>
		<category><![CDATA[Jenkins]]></category>
		<category><![CDATA[ansible]]></category>
		<category><![CDATA[jenkins]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=579</guid>

					<description><![CDATA[Ansible is one of my favorite tools. I use them for almost everything – system configuration, servers provisioning, serverless services provisioning and even for calling API that hasn’t its own&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2019/11/11/ansible-vault-password-in-jenkins/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2019/11/11/ansible-vault-password-in-jenkins/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Please install google-auth library – Ansible problem</title>
		<link>https://emilwypych.com/2019/09/29/please-install-google-auth-library-ansible-problem/</link>
					<comments>https://emilwypych.com/2019/09/29/please-install-google-auth-library-ansible-problem/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 29 Sep 2019 09:46:12 +0000</pubDate>
				<category><![CDATA[Ansible]]></category>
		<category><![CDATA[ansible]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=574</guid>

					<description><![CDATA[Ansible is a great tool used by many engineers to automate their work. Also, Ansible is growing very, very fast. It means, that there are many bugs inside that tool.&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2019/09/29/please-install-google-auth-library-ansible-problem/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2019/09/29/please-install-google-auth-library-ansible-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ansible 2.8 sudo escalation problem</title>
		<link>https://emilwypych.com/2019/09/15/ansible-2-8-sudo-escalation-problem/</link>
					<comments>https://emilwypych.com/2019/09/15/ansible-2-8-sudo-escalation-problem/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 15 Sep 2019 10:38:14 +0000</pubDate>
				<category><![CDATA[Ansible]]></category>
		<category><![CDATA[ansible]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=571</guid>

					<description><![CDATA[If you use Ansible, probably you have some habits, that are hard to give them up. Also, many people have a very nasty sin – they ignore deprecation warnings. Moreover,&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2019/09/15/ansible-2-8-sudo-escalation-problem/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2019/09/15/ansible-2-8-sudo-escalation-problem/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Kubernetes cluster in GKE &#8211; first steps</title>
		<link>https://emilwypych.com/2019/08/17/kubernetes-cluster-in-gke-first-steps/</link>
					<comments>https://emilwypych.com/2019/08/17/kubernetes-cluster-in-gke-first-steps/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sat, 17 Aug 2019 09:51:03 +0000</pubDate>
				<category><![CDATA[GCP]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[gcp]]></category>
		<category><![CDATA[terraform]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=568</guid>

					<description><![CDATA[I use MacBook Pro on a daily basis, so I have no problem with Kubernetes cluster. I can just enable it in Docker for Mac configuration and then I can&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2019/08/17/kubernetes-cluster-in-gke-first-steps/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2019/08/17/kubernetes-cluster-in-gke-first-steps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 102/136 objects using Disk
Page Caching using Disk: Enhanced 
Minified using Disk

Served from: emilwypych.com @ 2026-07-24 23:21:14 by W3 Total Cache
-->