<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Setting_up_the_rancher_UI</id>
	<title>Setting up the rancher UI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Setting_up_the_rancher_UI"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Setting_up_the_rancher_UI&amp;action=history"/>
	<updated>2026-05-04T22:53:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Setting_up_the_rancher_UI&amp;diff=32679&amp;oldid=prev</id>
		<title>David: Created page with &quot;== Setting up the rancher UI ==  * Working with ubuntu 20.04 VM * m1.medium (but check rancher min requirements - I just went middle of the road) * verified on ubuntu 22.04 VM...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Setting_up_the_rancher_UI&amp;diff=32679&amp;oldid=prev"/>
		<updated>2023-02-17T14:35:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Setting up the rancher UI ==  * Working with ubuntu 20.04 VM * m1.medium (but check rancher min requirements - I just went middle of the road) * verified on ubuntu 22.04 VM...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Setting up the rancher UI ==&lt;br /&gt;
&lt;br /&gt;
* Working with ubuntu 20.04 VM&lt;br /&gt;
* m1.medium (but check rancher min requirements - I just went middle of the road)&lt;br /&gt;
* verified on ubuntu 22.04 VM&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# get things updated&lt;br /&gt;
apt update &lt;br /&gt;
apt install docker.io&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Setup the rancher UI&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
docker run -d --restart=unless-stopped \&lt;br /&gt;
  -p 80:80 -p 443:443 \&lt;br /&gt;
  --privileged \&lt;br /&gt;
  rancher/rancher:latest&lt;br /&gt;
&lt;br /&gt;
# give if a few minutes as the UI takes a while to start&lt;br /&gt;
docker logs $(docker ps | grep rancher | awk &amp;#039;{print $1}&amp;#039;) 2&amp;gt;&amp;amp;1  | grep &amp;quot;Bootstrap Password&amp;quot;&lt;br /&gt;
2022/03/31 15:07:37 [INFO] Bootstrap Password: 4kkd7m7tm2xqsbgntwgjf8z56qzv4r8v4t68g9dhw2mnxwcjzhdzgz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Oddness - happened once but never needed to do again&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# hack with coredns issue&lt;br /&gt;
kubectl edit cm -n kube-system coredns (edit the dns server, setup something in resolv.conf&lt;br /&gt;
kubectl delete pod -n kube-system coredns-&amp;lt;uuid&amp;gt; coredns-&amp;lt;uuid&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>