<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://code.secondbit.org/k8s-helpers/get_pod_ip/</link>
    <language>en-us</language>

    <title>k8s-helpers/get_pod_ip Changelog</title>
    <description>k8s-helpers/get_pod_ip Changelog</description>
    <item>
    <title>[default] Update kubernetes client import.</title>
    <guid isPermaLink="true">http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/f57239eaef25</guid>
             <link>http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/f57239eaef25</link>
    <description>
              <![CDATA[
	<table>
	<tr>
		<th style="text-align:left;">changeset</th>
		<td>f57239eaef25</td>
              </tr>
              <tr>
                              <th style="text-align:left;">branch</th>
                              <td>default</td>
              </tr>
              <tr>
                              <th style="text-align:left;">bookmark</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;">tag</th>
		<td>tip</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">user</th>
		<td>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">description</th>
		<td>Update kubernetes client import.<br/>
<br/>
This makes me very nervous, because the package is called &quot;unversioned&quot;, so I'm<br/>
assuming it'll eventually break. But I can't seem to find a versioned client<br/>
library?</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">files</th>
		<td>get_pod_ip.go<br /></td>
	</tr>
	</table>
	]]></description>
    <author>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 04 Oct 2015 23:58:36 -0700</pubDate>
</item>
<item>
    <title>Update Kubernetes dependency, add .hgignore.</title>
    <guid isPermaLink="true">http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/a88caff12445</guid>
             <link>http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/a88caff12445</link>
    <description>
              <![CDATA[
	<table>
	<tr>
		<th style="text-align:left;">changeset</th>
		<td>a88caff12445</td>
              </tr>
              <tr>
                              <th style="text-align:left;">branch</th>
                              <td></td>
              </tr>
              <tr>
                              <th style="text-align:left;">bookmark</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;">tag</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">user</th>
		<td>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">description</th>
		<td>Update Kubernetes dependency, add .hgignore.<br/>
<br/>
Create a .hgignore file to ignore the produced binaries.<br/>
<br/>
Update the import path for the Kubernetes dependency, as required by Kubernetes'<br/>
repo move.</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">files</th>
		<td>.hgignore<br />get_pod_ip.go<br /></td>
	</tr>
	</table>
	]]></description>
    <author>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 04 Oct 2015 23:08:25 -0700</pubDate>
</item>
<item>
    <title>Update dockerfile to not rely on PATH.</title>
    <guid isPermaLink="true">http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/e11b0d402621</guid>
             <link>http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/e11b0d402621</link>
    <description>
              <![CDATA[
	<table>
	<tr>
		<th style="text-align:left;">changeset</th>
		<td>e11b0d402621</td>
              </tr>
              <tr>
                              <th style="text-align:left;">branch</th>
                              <td></td>
              </tr>
              <tr>
                              <th style="text-align:left;">bookmark</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;">tag</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">user</th>
		<td>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">description</th>
		<td>Update dockerfile to not rely on PATH.<br/>
<br/>
Just use the absolute path to the binary, it's not like we don't know where it<br/>
is...</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">files</th>
		<td>Dockerfile<br /></td>
	</tr>
	</table>
	]]></description>
    <author>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 18 Jul 2015 06:16:58 -0400</pubDate>
</item>
<item>
    <title>First commit.</title>
    <guid isPermaLink="true">http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/278dc70f8696</guid>
             <link>http://code.secondbit.org/k8s-helpers/get_pod_ip/rev/278dc70f8696</link>
    <description>
              <![CDATA[
	<table>
	<tr>
		<th style="text-align:left;">changeset</th>
		<td>278dc70f8696</td>
              </tr>
              <tr>
                              <th style="text-align:left;">branch</th>
                              <td></td>
              </tr>
              <tr>
                              <th style="text-align:left;">bookmark</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;">tag</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">user</th>
		<td>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">description</th>
		<td>First commit.<br/>
<br/>
Let's try and get this working. Basically, just a small container that will find<br/>
the IP of the current pod in kubernetes.</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">files</th>
		<td>Dockerfile<br />build-docker.sh<br />ca-certificates.crt<br />get_pod_ip.go<br /></td>
	</tr>
	</table>
	]]></description>
    <author>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 18 Jul 2015 06:02:52 -0400</pubDate>
</item>

  </channel>
</rss>