<?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>nginx-ingress &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/nginx-ingress/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Tue, 14 Jan 2020 04:01:24 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Kubernetes install nginx-ingress on ARM64</title>
		<link>https://blog.richliu.com/2020/01/14/4256/kubernetes-install-nginx-ingress-on-arm64/</link>
					<comments>https://blog.richliu.com/2020/01/14/4256/kubernetes-install-nginx-ingress-on-arm64/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Tue, 14 Jan 2020 04:01:00 +0000</pubDate>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[arm64]]></category>
		<category><![CDATA[k8s]]></category>
		<category><![CDATA[kubernetes]]></category>
		<category><![CDATA[nginx-ingress]]></category>
		<guid isPermaLink="false">https://blog.richliu.com/?p=4256</guid>

					<description><![CDATA[<p>It&#8217;s easy. it needs to install helm first and jus [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2020/01/14/4256/kubernetes-install-nginx-ingress-on-arm64/">Kubernetes install nginx-ingress on ARM64</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>It&#8217;s easy. it needs to install helm first and just run following command </p>



<pre class="wp-block-code"><code>helm install \
    --name nginx-ingress stable/nginx-ingress \
    --namespace ingress-nginx \
    --set rbac.create=true \
    --set controller.image.repository="quay.io/kubernetes-ingress-controller/nginx-ingress-controller-arm64" \
    --set defaultBackend.image.repository="k8s.gcr.io/defaultbackend-arm64"
</code></pre>



<p>ref. <br /> https://github.com/kubernetes/ingress-nginx/issues/4876 <br /> https://github.com/kubernetes/ingress-nginx/pull/3852 </p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2020/01/14/4256/kubernetes-install-nginx-ingress-on-arm64/">Kubernetes install nginx-ingress on ARM64</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2020/01/14/4256/kubernetes-install-nginx-ingress-on-arm64/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
